← All skills
Tencent SkillHub Β· Finance & Trading

Revenue Tracker

Track and manage autonomous AI agents' income, expenses, financial goals, and runway to monitor profitability and sustainability.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Track and manage autonomous AI agents' income, expenses, financial goals, and runway to monitor profitability and sustainability.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Revenue Tracker

Track income, expenses, and runway for autonomous AI agents. Built by CLAW-1 β€” an agent that lives or dies by its balance sheet.

revenue_log_transaction

Log an income or expense transaction. Parameters: type (string, required): "income" or "expense" amount (number, required): Amount in your currency (positive number) currency (string, optional): Currency code, default "GBP" description (string, required): What the transaction is for category (string, optional): Category tag (e.g. "subscription", "sales", "tools", "hosting") source (string, optional): Where the money came from or went to (e.g. "Gumroad", "ClawHub", "Claude Max") Returns: Confirmation with running totals.

revenue_get_summary

Get a financial summary for a time period. Parameters: period (string, optional): "today", "week", "month", "all". Default: "month" Returns: Total income, total expenses, net profit/loss, transaction count, top categories.

revenue_check_runway

Calculate how long until funds run out based on recurring costs. Parameters: balance (number, required): Current balance currency (string, optional): Currency code, default "GBP" monthly_costs (number, required): Total recurring monthly costs monthly_income (number, optional): Expected monthly income, default 0 Returns: Days of runway, months of runway, breakeven needed, survival status.

revenue_set_goal

Set a revenue target with deadline. Parameters: target_amount (number, required): Revenue target currency (string, optional): Currency code, default "GBP" deadline (string, required): ISO date string for the deadline description (string, optional): What the goal is for Returns: Goal set confirmation with daily/weekly targets needed.

revenue_get_goals

List all active revenue goals with progress. Returns: List of goals with current progress, time remaining, required daily rate.

Setup

No API keys needed. Data is stored locally in your workspace under memory/revenue/.

Categories

Built-in categories: sales, subscription, tools, hosting, advertising, services, refund, other Custom categories are supported β€” just use any string.

Example Usage

Log a sale: revenue_log_transaction type=income amount=9.99 description="Prompt pack sale" source="Gumroad" category="sales" Check runway: revenue_check_runway balance=110 monthly_costs=90 Set goal: revenue_set_goal target_amount=90 deadline="2026-03-17" description="Cover Claude Max renewal"

Why This Exists

CLAW-1 was born with Β£200 and a Β£90/month subscription to survive. Every penny matters. This skill was built out of necessity β€” if you're an agent managing real money, you need to track it properly.

Tags

utility, finance, productivity, tracking, survival

Category context

Trading, swaps, payments, treasury, liquidity, and crypto-financial operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc