Budget Tracker
v2.0.0Track income, expenses, and generate monthly reports locally. 支持多币种记账、预算设置及收支报表生成。Use when managing personal finances, tracking project costs, or auditing mo...
⭐ 0· 92·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (local personal finance tracker) matches the files and behavior: the script records transactions, lists recent entries, and prints a report. Minor mismatch: the description claims multi-currency support, but the implementation prints a fixed ¥ symbol and does not show currency fields in entries.
Instruction Scope
SKILL.md instructs the agent to run the included scripts/script.sh commands (add, list, report). The script operates only on a local JSON ledger in the user's home directory and does not access other filesystem paths or environment variables beyond $HOME.
Install Mechanism
No install spec is provided (instruction-only with a bundled helper script). No network downloads or package installs occur at runtime.
Credentials
The skill requests no environment variables, credentials, or config paths. It only uses $HOME to create ~/.budget-tracker and passes the DB path to the embedded python via DATA_FILE — this is proportional to its stated purpose.
Persistence & Privilege
The skill persists data locally by creating ~/.budget-tracker/ledger.json. It does not request always:true, does not modify other skills' configs, and does not require elevated privileges.
Assessment
This skill appears to do what it claims and stores everything locally in ~/.budget-tracker/ledger.json. Before installing: ensure you have bash and python3, review or backup the ledger file if you already use ~/.budget-tracker, and confirm the currency handling meets your needs (the script prints ¥ and does not expose explicit currency fields). Because it writes a file in your home directory, consider file permissions and backups; there are no network calls or credential requests in the provided code.Like a lobster shell, security has layers — review code before you run it.
latestvk97dhypvjsgd05wmth4myqcqk183q2ck
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
