Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Tracks income, expenses, and financial runway for AI agents or anyone managing a tight budget. Logs transactions, summarizes finances by period, calculates how long funds will last, and sets revenue goals with deadlines. Data is stored locally with no external dependencies.
Combines transaction logging, runway calculation, and goal tracking in one place without requiring any external account or API key.
When to use it
- Checking how many days of runway remain before funds run out
- Logging a Gumroad sale and tagging it under the sales category
- Setting a revenue target with a deadline to cover a recurring subscription
- Reviewing this week's net profit versus expenses
- Tracking tool and hosting costs against monthly income
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Log a £9.99 sale from Gumroad and check if I can cover my £90/month costs with a £110 balance
- 1Calls revenue_log_transaction with type=income, amount=9.99, source=Gumroad, category=sales
- 2Confirms transaction and returns updated running totals
- 3Calls revenue_check_runway with balance=110, monthly_costs=90
- 4Calculates days and months of runway, reports survival status
Transaction logged. Runway: approximately 36 days based on current balance and monthly costs.