← 返回 Skills 市场
Budget Planner
作者
kaising-openclaw1
· GitHub ↗
· v1.0.0
· MIT-0
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install budget-planner
功能描述
预算规划 - 收支预算、分类管理、超支提醒
使用说明 (SKILL.md)
Budget Planner
预算规划工具,帮你合理花钱。
功能
- ✅ 收支预算
- ✅ 分类管理
- ✅ 超支提醒
- ✅ 月度报告
- ✅ 储蓄目标
使用
# 设置预算
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 建议 |
安全使用建议
This skill appears to be a simple CLI-based budget helper, but there are a few red flags to check before installing:
- Source & trust: The homepage and source are unknown and the README suggests installing via 'npx', which will fetch code from npm — confirm the package author and inspect the npm package before running it.
- CLI dependency: SKILL.md expects a local 'clawhub' command; ensure 'clawhub' is legitimate and review what it does and where it stores data (local files, remote endpoints).
- Metadata mismatch: _meta.json declares 'curl' as required while the registry shows no required binaries; this inconsistency could indicate stale or incomplete metadata.
- Data handling: Because the skill interacts with finance data, verify where expense/budget data are stored and whether any network requests are made by the installer/CLI (inspect package code if possible).
If you want to proceed safely: fetch and inspect the npm package contents (or the clawhub tool) before running, or run installation in an isolated environment (VM/container). If you need, I can list exact checks to perform on the npm package or on the 'clawhub' binary before trusting it.
功能分析
Type: OpenClaw Skill
Name: budget-planner
Version: 1.0.0
The budget-planner skill bundle contains only metadata and documentation (SKILL.md, README.md) describing standard financial tracking features. There is no executable code, suspicious network activity, or prompt injection attempts present in the provided files.
能力评估
Purpose & Capability
Name/description and SKILL.md consistently describe a local CLI budget planner (set budget, record expenses, progress, alerts). However the _meta.json lists a dependency on 'curl' that is not referenced in SKILL.md, and README suggests installing via 'npx clawhub@latest install budget-planner' while the registry metadata lists no install spec — minor inconsistencies in how the skill is expected to be acquired/run.
Instruction Scope
The runtime instructions only instruct running 'clawhub' CLI commands and show example usage; they do not request arbitrary file reads, secrets, or external endpoints. They do assume a local 'clawhub' command is present (or that the user has installed it).
Install Mechanism
No formal install spec is included in the registry entry, but README suggests using 'npx clawhub@latest install budget-planner' which would download code at install time. That means actual installation behavior is unspecified here — downloading via npx can pull arbitrary code from npm and is higher risk than an instruction-only skill. Also _meta.json's 'requires' field (curl) conflicts with the registry's declared requirements.
Credentials
The skill does not request any environment variables, credentials, or config paths. This is proportional for a local budgeting helper. No sensitive env names or tokens are declared.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request elevated or persistent system-wide presence in its manifest. There is no evidence it modifies other skills or system configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install budget-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/budget-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Budget Planner—plan and track your spending.
- Budget planning for income and expenses
- Category-based management
- Overspending alerts and notifications
- Monthly report generation
- Savings goal tracking
- Free and Pro versions available
元数据
常见问题
Budget Planner 是什么?
预算规划 - 收支预算、分类管理、超支提醒. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 Budget Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install budget-planner」即可一键安装,无需额外配置。
Budget Planner 是免费的吗?
是的,Budget Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Budget Planner 支持哪些平台?
Budget Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Budget Planner?
由 kaising-openclaw1(@kaising-openclaw1)开发并维护,当前版本 v1.0.0。
推荐 Skills