cashflow-analyst
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 expensessavingsRate: Percentage of income savedhealthScore: Overall financial health (0-100)healthDimensions: Breakdown by dimensions
Workflow
- Run the script directly
- Present CashFlowCard GenUI component
- 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)