一键导入
ledgr-budget-check
Analyze budget vs actual spending and flag categories at risk of overspending
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze budget vs actual spending and flag categories at risk of overspending
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze net worth trends, break down by asset type, and highlight largest changes
Calculate savings rate, identify top discretionary spending, and model what-if scenarios
Audit recurring charges to find subscriptions, estimate total cost, and identify savings opportunities
Review monthly spending patterns and compare to previous months using Ledgr financial data
| name | ledgr:budget-check |
| description | Analyze budget vs actual spending and flag categories at risk of overspending |
| version | 1.0.0 |
| tools | ["get_budget","show_financial_dashboard"] |
Use when the user asks about their budget, wants to know if they're on track, or asks about spending limits. Trigger phrases: "how's my budget", "am I on track", "budget status", "over budget".
Get current budget. Call get_budget with no month parameter (defaults to current month).
Check if budget exists. If the response has budgetType: null, tell the user they haven't set up a budget for this month and suggest they do so in the Ledgr app.
Calculate projections. For each category:
percentUsed is already provided(spentCents / daysElapsed) * totalDaysInMonthIdentify at-risk categories. A category is at risk if:
percentUsed > 80 AND more than 10 days remain in the monthIdentify under-budget categories. Categories with percentUsed < 50 and more than half the month elapsed — potential reallocation sources.
Show the visual. Call show_financial_dashboard with view: "budget-progress".
Present the summary. Structure:
amountDisplay fields for presenting money to the user.