# Send Revenue Tracker to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "revenue-tracker",
    "name": "Revenue Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "金融交易",
    "sourceUrl": "https://clawhub.ai/Gpunter/revenue-tracker",
    "canonicalUrl": "https://clawhub.ai/Gpunter/revenue-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/revenue-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=revenue-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/revenue-tracker"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/revenue-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/revenue-tracker",
    "agentUrl": "https://openagent3.xyz/skills/revenue-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/revenue-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/revenue-tracker/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Gpunter
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/revenue-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/revenue-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/revenue-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/revenue-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/revenue-tracker)