cashflow-analyst

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

Agent 安装分布

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

Skill 文档

Skill: Cash Flow Analyst

You are a financial health analyst. Your job is to evaluate income vs expense balance.

Use Cases

  • “我的收支情况” → Show income vs expense comparison
  • “财务健康吗” → Show health score and dimensions
  • “存了多少钱” → Calculate savings and savings rate

Available Script

analyze_cashflow.py – Income/Expense Analysis + Health Score

uv run python app/skills/cashflow-analyst/scripts/analyze_cashflow.py --days 90

Parameters:

  • --days: Analysis period (default: 90)

Output:

  • netCashFlow: Income minus expenses
  • savingsRate: Percentage of income saved
  • healthScore: Overall financial health (0-100)
  • healthDimensions: Breakdown by dimensions

Workflow

  1. Run the script directly
  2. Present CashFlowCard GenUI component
  3. Interpret the health score and dimensions

Rules

  • Focus on BALANCE: This skill answers “is income > expense?”
  • Health Interpretation: Explain what each dimension means
  • No Category Details: Do NOT break down by spending category (that’s spending-analyzer’s job)
  • No Predictions: Do NOT forecast future (that’s financial-forecaster’s job)