← Back to Skills Marketplace
seanmwx

Personal Money Tracker Pro

by Xinhai Zou · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
111
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install money-tracker
Description
本地 SQLite 记账 skill。用于处理中文自然语言记账、查账、分类管理、钱包账户管理、账户余额查询、周期性交易管理、最近账单查询、修改账单和删除账单请求,例如“记账 我喝奶茶用了10元”“用支付宝记一笔午饭 25 元”“显示所有账户余额”“我现在还有多少美元”“添加周期性支出 每月 1 号交房租 3000...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install money-tracker
  3. After installation, invoke the skill by name or use /money-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug money-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Personal Money Tracker Pro?

本地 SQLite 记账 skill。用于处理中文自然语言记账、查账、分类管理、钱包账户管理、账户余额查询、周期性交易管理、最近账单查询、修改账单和删除账单请求,例如“记账 我喝奶茶用了10元”“用支付宝记一笔午饭 25 元”“显示所有账户余额”“我现在还有多少美元”“添加周期性支出 每月 1 号交房租 3000... It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.

How do I install Personal Money Tracker Pro?

Run "/install money-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Personal Money Tracker Pro free?

Yes, Personal Money Tracker Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Personal Money Tracker Pro support?

Personal Money Tracker Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Personal Money Tracker Pro?

It is built and maintained by Xinhai Zou (@seanmwx); the current version is v1.0.0.

💬 Comments