用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/openaccountant/skills --skill emergency-fund命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Project future cash flow using historical trends and recurring patterns.
正在显示 SKILL.md
基于 SOC 职业分类
| name | emergency-fund |
| description | Calculate emergency fund target and track savings progress toward it. |
Calculates your emergency fund target based on 3-6 months of essential expenses, tracks your current savings progress, estimates how long it will take to reach your goal at your current savings rate, and suggests ways to accelerate funding.
spending_summary — calculate average monthly essential expenses to set the fund targettransaction_search — find savings deposits and current savings activityRun spending_summary for the last 3 months to get average monthly spending by category.
Identify essential expense categories: Housing/Rent, Utilities, Groceries, Transportation, Insurance, Minimum Debt Payments, Healthcare. Sum these to get your monthly essential expenses.
Calculate emergency fund targets:
Run transaction_search with query: "savings OR emergency fund OR transfer to savings" and months: 6 to find savings deposits.
Calculate your average monthly savings deposit amount from the results.
Ask the user for their current emergency fund balance.
Calculate months to reach each target: (target - current balance) / average monthly savings deposit.
Present a progress report:
Monthly Essential Expenses: $X,XXX
Current Emergency Fund: $X,XXX
Target Amount Gap Months to Goal
───────── ──────── ──────── ──────────────
3-month $X,XXX $X,XXX X months
4-month $X,XXX $X,XXX X months
6-month $X,XXX $X,XXX X months
Progress: [████████░░░░░░░░░░░░] 42%
If the savings rate is low, suggest categories from the spending summary where cuts could accelerate the timeline.
=AVERAGE(B2:B4) across 3 months.target - current balance) by your monthly savings amount.