← 返回 Skills 市场
Personal Money Tracker Pro
作者
Xinhai Zou
· GitHub ↗
· v1.0.0
· MIT-0
111
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install money-tracker
功能描述
本地 SQLite 记账 skill。用于处理中文自然语言记账、查账、分类管理、钱包账户管理、账户余额查询、周期性交易管理、最近账单查询、修改账单和删除账单请求,例如“记账 我喝奶茶用了10元”“用支付宝记一笔午饭 25 元”“显示所有账户余额”“我现在还有多少美元”“添加周期性支出 每月 1 号交房租 3000...
安全使用建议
This skill appears to be a straightforward local bookkeeping tool that runs the included Python script (requires Python 3.9+) and stores data in a local SQLite file (default ~/.money_tracker/bookkeeping.db). Before installing, consider: (1) confirm the database path and whether you want the DB on this machine (the script can be overridden with MONEY_TRACKER_DB or LOCAL_BOOKKEEPING_DB); (2) inspect the full bookkeeping.py yourself if you want to be certain no network calls or unexpected file access exist (the provided portion is local-only and uses only standard libraries); (3) back up any existing bookkeeping DB you have to avoid accidental migration issues; (4) be aware the agent may invoke the skill autonomously (normal default) so review your agent's autonomy settings if you want to restrict when scripts run.
功能分析
Type: OpenClaw Skill
Name: money-tracker
Version: 1.0.0
The 'money-tracker' skill is a legitimate local bookkeeping tool that uses a Python script (scripts/bookkeeping.py) to manage a SQLite database. It facilitates transaction recording, category/account management, and financial reporting through natural language processing. The implementation uses parameterized SQL queries to prevent injection and restricts data storage to a local directory (~/.money_tracker/), with no evidence of network activity, sensitive file access, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description (local bookkeeping) align with the included files and behavior. The bundled Python script and references implement category/account/entry management, recurring schedules, and reports as described.
Instruction Scope
SKILL.md restricts runtime actions to running the bundled script, resolving dates, and reading bundled reference files. It instructs using the default DB path or an explicit override and does not ask to read unrelated system files or call external endpoints.
Install Mechanism
No install spec; runtime is instruction-only plus a bundled Python script that uses only the standard library and SQLite. Nothing is downloaded or written outside the database path and expected skill files.
Credentials
Registry lists no required env vars, which is reasonable. The script and SKILL.md allow optional overrides via MONEY_TRACKER_DB and legacy LOCAL_BOOKKEEPING_DB — these are appropriate for selecting the local DB path but were not declared in the registry metadata. No secret keys or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. It persists data only to a local SQLite DB (default ~/.money_tracker/bookkeeping.db or overridden path). The skill does not modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install money-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/money-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
money-tracker 1.0.0
- Initial release: Local SQLite bookkeeping skill for managing records in Chinese natural language.
- Supports: adding, querying, updating, and deleting transactions, category and wallet management, recurring payments, account balance queries, and statistical analysis by day/week/month/year.
- Handles multiple wallets and currencies, with customizable categories and accounts.
- Flexible reporting (totals, category/account shares, recent or period records) and strict mapping to user-defined categories/accounts.
- Includes workflows for both regular and recurring transactions.
- All data stored locally; uses only standard Python library and bundled script.
元数据
常见问题
Personal Money Tracker Pro 是什么?
本地 SQLite 记账 skill。用于处理中文自然语言记账、查账、分类管理、钱包账户管理、账户余额查询、周期性交易管理、最近账单查询、修改账单和删除账单请求,例如“记账 我喝奶茶用了10元”“用支付宝记一笔午饭 25 元”“显示所有账户余额”“我现在还有多少美元”“添加周期性支出 每月 1 号交房租 3000... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Personal Money Tracker Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install money-tracker」即可一键安装,无需额外配置。
Personal Money Tracker Pro 是免费的吗?
是的,Personal Money Tracker Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Personal Money Tracker Pro 支持哪些平台?
Personal Money Tracker Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Personal Money Tracker Pro?
由 Xinhai Zou(@seanmwx)开发并维护,当前版本 v1.0.0。
推荐 Skills