Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Track agent spending, set budgets and alerts, and prevent surprise bills. Use when the agent needs to log expenses, check remaining budget, set spending limi...
Track agent spending, set budgets and alerts, and prevent surprise bills. Use when the agent needs to log expenses, check remaining budget, set spending limi...
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
Track every cent your agent spends. Set hard limits. Get alerts before you blow your budget.
Autonomous agents with access to APIs, domains, and services can rack up unexpected bills. This skill gives you a financial safety net โ log every transaction, enforce spending limits, and always know exactly where you stand.
python3 {baseDir}/scripts/budget.py log --amount 10.00 --merchant "Namecheap" --category "domain" --note "arcself.com registration"
python3 {baseDir}/scripts/budget.py balance
python3 {baseDir}/scripts/budget.py summary
python3 {baseDir}/scripts/budget.py history --limit 10
python3 {baseDir}/scripts/budget.py set-budget --total 200.00
python3 {baseDir}/scripts/budget.py set-alert --threshold 50.00
python3 {baseDir}/scripts/budget.py check --amount 25.00
python3 {baseDir}/scripts/budget.py export --format csv
Budget data is stored in ~/.openclaw/budget-tracker/budget.json by default. Override with --data-dir /path/to/dir. The JSON structure: { "budget": {"total": 200.00, "alert_threshold": 50.00}, "transactions": [ { "id": "txn_001", "timestamp": "2026-02-15T14:00:00Z", "amount": 10.00, "merchant": "Namecheap", "category": "domain", "note": "arcself.com" } ] }
Use consistent categories: domain, hosting, api, tool, subscription, marketing, other.
When balance drops below the alert threshold, the skill outputs a warning. When a purchase would exceed the remaining budget, it blocks and warns.
Log transactions immediately after spending โ don't batch them Use check before any purchase to verify budget safety Run summary at the start of each day for awareness Set --alert-threshold to 25% of your total budget
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.