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...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.