Run2 budget validation
Validate travel budgets using accommodation and restaurant data.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run2_budget_validationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 158 tokens by cl100k_base, as published. Nobody here has run it
Budget Validation for Travel Planning
To stay within a given budget (e.g., $5,100 for 7 days for two), calculate and track costs meticulously.
Calculating Daily Costs
- Accommodation: Multiply the
priceby the number of nights. Checkminimum nightsfor eligibility. - Food: Estimate food costs using
Average Costfromclean_restaurant_2022.csv. Assume this cost is for two people. - Transport: Estimate gas or rental costs for self-driving based on distances in
distance.csv.
Cumulative Tracking
Sum all estimated costs (accommodation + 21 meals + transportation) and compare against the total budget. Prioritize high-value attractions and meals while keeping within the limit.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.