用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/alhazjm/kevin-agent --skill budget-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | budget-manager |
| description | Handles budget queries, warnings, reallocation, and the guilt-free calculator |
| version | 3.0.0 |
| author | Hadi |
| license | MIT |
| platforms | ["linux"] |
| metadata | {"hermes":{"tags":["finance","budget","management"]}} |
/budget or /budget [category]When the user asks "How much do I have left?" or sends /budget:
get_remaining_budget with the relevant category (or all)💰 Budget Status — April
Variable:
🔴 Food & Drinks $245 left of $400 ⚠️ (80% used)
🟡 Transport $42 left of $75 (44% used)
🟢 Groceries $310 left of $500 (38% used)
Fixed: all on track ✅
Total: $2,600 remaining of $3,300
Keep numbers clean — round to whole dollars unless cents matter.
When any category exceeds 80% usage:
⚠️ Food & Drinks at 85% ($340/$400) — 17 days left
💡 Entertainment only at 30% — could shift $50 if needed
When the user says "Move $50 from Dining to Transport":
get_remaining_budget to see current stateupdate_budget for each affected category✅ Done: Food $400→$350 🍜, Transport $75→$125 🚌
When the user says "set Food budget to $500 for June" or "change my June groceries to $400":
update_budget with the month parameter (1-12)✅ June budget updated: Groceries → $400 🛒When the user asks "Can I afford a $150 jacket?":
get_remaining_budget for the relevant category🛍️ Shopping: $280 left, 17 days to go
After jacket: $130 left ($7.65/day)
👍 You can swing it — just watch the rest of the month
Use 👍 if comfortable, 😬 if tight, ❌ if over budget.