← 返回 Skills 市场
256
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pocket-money-manager
功能描述
理财小助手,收支记录、消费分析、预算提醒。
安全使用建议
This skill's intent (personal bookkeeping) is plausible, but the SKILL.md expects a local Python script pocket-money-manager.py that the skill does not provide or install. Before installing or invoking it: 1) Verify the referenced GitHub repo and confirm where pocket-money-manager.py comes from; don't run the skill unless you can inspect the script's source. 2) If you have a file with the same name on your system, be aware the skill would execute it — review that file for malicious behavior. 3) Because it reads/writes ~/.memory/finance/*.json (sensitive financial data), ensure backups and audit file access. 4) Prefer a skill that includes an install spec or an auditable package, or run any untrusted script in a sandbox/container. If you cannot confirm the script's origin and contents, avoid enabling this skill.
功能分析
Type: OpenClaw Skill
Name: pocket-money-manager
Version: 1.0.0
The skill bundle describes a legitimate financial management tool for tracking income and expenses. The instructions in SKILL.md and metadata in _meta.json are consistent with the stated purpose, using local storage in ~/.memory/finance/ for data persistence, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description correspond to a personal finance helper and the declared dependency (python3) is appropriate. However, the SKILL.md expects a script named pocket-money-manager.py to exist and be runnable; no code files or install steps are provided, so it's unclear how the described functionality would actually be delivered.
Instruction Scope
Instructions tell the agent to run python pocket-money-manager.py commands and reference local storage paths (~/.memory/finance/records.json and budget.json). That is coherent for a finance app, but because the skill supplies no implementation, the agent would attempt to execute a script that may not exist — or could run an existing file on the user's system with that name. The instructions read/write files in the user's home, which may contain sensitive financial data.
Install Mechanism
There is no install spec (instruction-only), which is lower-risk than pulling and executing remote archives. The downside is lack of an included, auditable implementation.
Credentials
The skill does not request environment variables or external credentials, which is proportionate. It does, however, operate on local files in the user's home directory for storing records/budgets — reasonable for a finance tool but sensitive in nature and worth auditing.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or cross-skill privileges. It does instruct read/write to user-local paths but does not claim system-wide persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pocket-money-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/pocket-money-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Pocket Money Manager 1.0.0 – Initial Release
- Track income and expenses by category (e.g., salary, food, transport)
- View current balance and income/expense statistics
- Generate weekly spending reports
- Set monthly budgets with overspending alerts
- Data stored locally in simple JSON files
元数据
常见问题
理财小助手 是什么?
理财小助手,收支记录、消费分析、预算提醒。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。
如何安装 理财小助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pocket-money-manager」即可一键安装,无需额外配置。
理财小助手 是免费的吗?
是的,理财小助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
理财小助手 支持哪些平台?
理财小助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 理财小助手?
由 786793119(@786793119)开发并维护,当前版本 v1.0.0。
推荐 Skills