Budget Planner: Claude skill | implexaback to searchBudget Planner
预算规划 - 收支预算、分类管理、超支提醒
SKILL.md
---
name: budget-planner
description: 预算规划 - 收支预算、分类管理、超支提醒
---
# Budget Planner
预算规划工具,帮你合理花钱。
## 功能
- ✅ 收支预算
- ✅ 分类管理
- ✅ 超支提醒
- ✅ 月度报告
- ✅ 储蓄目标
## 使用
```bash
# 设置预算
clawhub budget set --category "dining" --amount 2000 --month "2026-04"
# 记录支出
clawhub budget expense --category "dining" --amount 100
# 查看进度
clawhub budget progress --month "2026-04"
# 超支提醒
clawhub budget alert --threshold 90
```
## 定价
| 版本 | 价格 | 功能 |
|------|------|------|
| 免费版 | ¥0 | 基础功能 |
| Pro 版 | ¥39 | 全部功能 |
| 订阅版 | ¥9/月 | Pro+ AI 建议 |
related skills
semantically similar in the cross-vendor indexdon't have the plugin yet? install it then click "run inline in claude" again.
+cli commands are concrete (set, expense, progress, alert) rather than abstract intentions+feature list explicitly names five capabilities (budget, categories, alerts, reports, savings goals)weaknesses
- ~no intent/input/procedure/output structure; reads as feature marketing copy, not a skill specification
- ~zero edge case coverage: no mention of validation failures, concurrent updates, negative amounts, missing categories, or recovery paths
- ~trigger phrases are absent entirely; only CLI syntax shown, no natural language invocation patterns or intent definitions
- ~procedure is command syntax, not step-by-step logic; no decision points or outcome signals defined
- ~pricing table unrelated to skill specification and adds noise