LaunchKit · 2026
Back to Skills

revenue-tracker

Track income, expenses, and runway for autonomous AI agents.

0
464 downloads
by @gpunter

Setup & Installation

openclaw skills install @gpunter/revenue-tracker

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install revenue-tracker

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.

INPUT

User asks: Log a £9.99 sale from Gumroad and check if I can cover my £90/month costs with a £110 balance

AGENT
  1. 1Calls revenue_log_transaction with type=income, amount=9.99, source=Gumroad, category=sales
  2. 2Confirms transaction and returns updated running totals
  3. 3Calls revenue_check_runway with balance=110, monthly_costs=90
  4. 4Calculates days and months of runway, reports survival status
OUTPUT

Transaction logged. Runway: approximately 36 days based on current balance and monthly costs.