Budget
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to be a local-only budgeting tool, with the main caution that it persistently stores personal financial details and references some helper scripts that are not included.
This looks appropriate for local manual budgeting. Before installing, make sure you are comfortable storing personal financial details under `~/.openclaw/workspace/memory/budget`, and do not run or add missing helper scripts unless you have reviewed them.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your income, spending history, merchants, descriptions, and budget categories may remain available in the local workspace for future agent use.
The skill intentionally persists budget limits, expenses, income, and reports in local workspace memory. This is central to the budgeting purpose, but the stored information is personal financial data.
All budget data stored locally only: `memory/budget/` ... `budget.json` ... `expenses.json` ... `income.json` ... `reports/`
Install only if you are comfortable keeping this financial history locally; periodically review or delete the `memory/budget/` data if you no longer want it retained.
Some advertised commands may fail or require additional code that was not part of this reviewed artifact set.
The documentation references several helper scripts that are not included in the provided file manifest/source set. This is a functionality/provenance gap, not evidence of malicious behavior, but users should avoid substituting unreviewed scripts.
`delete_expense.py` | Remove/correct an expense ... `category_status.py` ... `overage_analysis.py` ... `generate_report.py` ... `export_data.py`
Use the included reviewed scripts only, and review any additional helper scripts before adding or running them.
