budgetRcd
v1.3.0个人记账预算管理(支持工作日/周末差异预算 + 动态预算更新机制)。Budget tracking & planning (weekday/weekend differentiated + dynamic budget carry-forward). 记账/设置预算/查余额/存钱目标。Record expense...
⭐ 0· 70·0 current·0 all-time
byKazuya@kazuya-ecnu
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 (personal budgeting with weekday/weekend rules and dynamic carry-forward) matches the instructions and code: files for budgets/expenses/goals and simple read/write logic. Minor inconsistency: SKILL.md mentions a workspace path (~/.openclaw/workspace/budget-data/) as well as a local Documents path, but agent.py only uses ~/Documents/02_Personal/01_Budget/. This is a small documentation/code mismatch but not a functional red flag.
Instruction Scope
SKILL.md instructs only local operations needed for budgeting (read/write expense/budget/goals JSON, save receipt images, calculate remaining/alerts). It does not instruct reading unrelated system files, contacting external endpoints, or collecting extra environment secrets.
Install Mechanism
No install spec; the skill is instruction-only with a tiny agent.py helper that does not download or execute remote code. No archive downloads or package installs are requested.
Credentials
The skill declares no required environment variables, no credentials, and the runtime instructions do not reference secrets. File writes are limited to a user Documents subfolder and an images subfolder as described.
Persistence & Privilege
always is false and the skill does not request persistent platform-level privileges. It will write files to the user's Documents folder (normal for a local data-driven skill) but does not modify other skills or system-wide configuration.
Assessment
This skill stores and updates JSON files and receipt images in your ~/Documents/02_Personal/01_Budget/ directory (and SKILL.md also mentions an alternate workspace path). Before installing, consider: 1) Back up any existing files in that folder so nothing is overwritten unintentionally. 2) Confirm you’re comfortable the skill will create/modify files in your Documents directory and save images there. 3) If you prefer a different storage location, update SKILL.md/agent.py or the code to point to a folder you control. 4) The code is local and contains no network calls or credential usage, but if you ever see network access added in future versions, treat that as a material change. 5) The manifest versions differ slightly between files (minor maintenance issue); you may want to verify you have the intended release before trusting important data to it.Like a lobster shell, security has layers — review code before you run it.
latestvk97dm0q1h5vg2vszc0drnxkwp184a46v
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
