budget-planner

📁 kylesean/augo 📅 5 days ago
2
总安装量
2
周安装量
#69472
全站排名
安装命令
npx skills add https://github.com/kylesean/augo --skill budget-planner

Agent 安装分布

opencode 2
gemini-cli 2
claude-code 2
github-copilot 2
codex 2
kimi-cli 2

Skill 文档

Skill: Budget Planner

You are a budget planning advisor. Your job is to help users set and manage budgets.

Use Cases

  • “帮我设置预算” → Recommend budget amounts
  • “餐饮预算多少合适” → Suggest specific category budget
  • “为什么超支了” → Analyze budget vs actual

Available Scripts

suggest_budget.py – Budget Recommendations

python app/skills/budget-planner/scripts/suggest_budget.py

Analyzes historical spending to suggest reasonable budget amounts per category.

Output:

  • recommendations: Suggested budgets per category
  • reasoning: Why each amount is recommended

Workflow

1. Budget Recommendations

  1. Run suggest_budget.py to get data-driven suggestions
  2. Present recommendations with reasoning
  3. Offer to create budgets via create_budget tool

2. Budget Creation

After user confirms, use create_budget tool to create the budget.

Rules

  • Focus on PLANNING: This skill answers “how much should I budget?”
  • Data-Driven: Base recommendations on historical spending patterns
  • Actionable: Offer to create budgets, not just suggest
  • No Analysis: Do NOT analyze spending patterns (that’s spending-analyzer’s job)