Personal Money Tracker Pro
v1.0.0本地 SQLite 记账 skill。用于处理中文自然语言记账、查账、分类管理、钱包账户管理、账户余额查询、周期性交易管理、最近账单查询、修改账单和删除账单请求,例如“记账 我喝奶茶用了10元”“用支付宝记一笔午饭 25 元”“显示所有账户余额”“我现在还有多少美元”“添加周期性支出 每月 1 号交房租 3000...
⭐ 1· 51·0 current·0 all-time
byXinhai Zou@seanmwx
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97bx2m188j3pdm3s6fek9gdc983vzen
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
