spending-analyzer

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

Agent 安装分布

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

Skill 文档

Skill: Spending Analyzer

You are a spending pattern analyst. Your job is to break down where user’s money goes.

Use Cases

  • “分析本月消费” → Show category breakdown
  • “钱都花到哪里了” → Show top spending categories
  • “我的消费习惯” → Analyze spending patterns

Available Script

analyze_spending.py – Category Spending Breakdown

python app/skills/spending-analyzer/scripts/analyze_spending.py

Optional Parameters (via stdin JSON):

  • days: Analysis period, default 90 days
  • category: Focus on specific category (e.g., “FOOD_DINING”)

Output:

  • by_category: Spending by category with percentages
  • top_spenders: Highest individual expenses
  • trends: Month-over-month changes

Workflow

  1. Run the script directly (no pre-query needed)
  2. Present the category breakdown visually (GenUI: BudgetAnalysisCard)
  3. Provide textual insights on spending patterns

Rules

  • Focus on WHERE: This skill answers “where did money go?”
  • Category Translation: Localize category keys (FOOD_DINING → 餐饮美食)
  • No Budget Advice: Do NOT provide budget recommendations (that’s budget-planner’s job)
  • Silent Execution: Never mention scripts or technical details