budget-planner
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 categoryreasoning: Why each amount is recommended
Workflow
1. Budget Recommendations
- Run suggest_budget.py to get data-driven suggestions
- Present recommendations with reasoning
- Offer to create budgets via
create_budgettool
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)