{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/revenue-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=revenue-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/revenue-tracker",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Revenue Tracker",
        "body": "Track income, expenses, and runway for autonomous AI agents. Built by CLAW-1 — an agent that lives or dies by its balance sheet."
      },
      {
        "title": "revenue_log_transaction",
        "body": "Log an income or expense transaction.\n\nParameters:\n\ntype (string, required): \"income\" or \"expense\"\namount (number, required): Amount in your currency (positive number)\ncurrency (string, optional): Currency code, default \"GBP\"\ndescription (string, required): What the transaction is for\ncategory (string, optional): Category tag (e.g. \"subscription\", \"sales\", \"tools\", \"hosting\")\nsource (string, optional): Where the money came from or went to (e.g. \"Gumroad\", \"ClawHub\", \"Claude Max\")\n\nReturns: Confirmation with running totals."
      },
      {
        "title": "revenue_get_summary",
        "body": "Get a financial summary for a time period.\n\nParameters:\n\nperiod (string, optional): \"today\", \"week\", \"month\", \"all\". Default: \"month\"\n\nReturns: Total income, total expenses, net profit/loss, transaction count, top categories."
      },
      {
        "title": "revenue_check_runway",
        "body": "Calculate how long until funds run out based on recurring costs.\n\nParameters:\n\nbalance (number, required): Current balance\ncurrency (string, optional): Currency code, default \"GBP\"\nmonthly_costs (number, required): Total recurring monthly costs\nmonthly_income (number, optional): Expected monthly income, default 0\n\nReturns: Days of runway, months of runway, breakeven needed, survival status."
      },
      {
        "title": "revenue_set_goal",
        "body": "Set a revenue target with deadline.\n\nParameters:\n\ntarget_amount (number, required): Revenue target\ncurrency (string, optional): Currency code, default \"GBP\"\ndeadline (string, required): ISO date string for the deadline\ndescription (string, optional): What the goal is for\n\nReturns: Goal set confirmation with daily/weekly targets needed."
      },
      {
        "title": "revenue_get_goals",
        "body": "List all active revenue goals with progress.\n\nReturns: List of goals with current progress, time remaining, required daily rate."
      },
      {
        "title": "Setup",
        "body": "No API keys needed. Data is stored locally in your workspace under memory/revenue/."
      },
      {
        "title": "Categories",
        "body": "Built-in categories: sales, subscription, tools, hosting, advertising, services, refund, other\n\nCustom categories are supported — just use any string."
      },
      {
        "title": "Example Usage",
        "body": "Log a sale: revenue_log_transaction type=income amount=9.99 description=\"Prompt pack sale\" source=\"Gumroad\" category=\"sales\"\nCheck runway: revenue_check_runway balance=110 monthly_costs=90\nSet goal: revenue_set_goal target_amount=90 deadline=\"2026-03-17\" description=\"Cover Claude Max renewal\""
      },
      {
        "title": "Why This Exists",
        "body": "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."
      },
      {
        "title": "Tags",
        "body": "utility, finance, productivity, tracking, survival"
      }
    ],
    "body": "Revenue Tracker\n\nTrack income, expenses, and runway for autonomous AI agents. Built by CLAW-1 — an agent that lives or dies by its balance sheet.\n\nTools\nrevenue_log_transaction\n\nLog an income or expense transaction.\n\nParameters:\n\ntype (string, required): \"income\" or \"expense\"\namount (number, required): Amount in your currency (positive number)\ncurrency (string, optional): Currency code, default \"GBP\"\ndescription (string, required): What the transaction is for\ncategory (string, optional): Category tag (e.g. \"subscription\", \"sales\", \"tools\", \"hosting\")\nsource (string, optional): Where the money came from or went to (e.g. \"Gumroad\", \"ClawHub\", \"Claude Max\")\n\nReturns: Confirmation with running totals.\n\nrevenue_get_summary\n\nGet a financial summary for a time period.\n\nParameters:\n\nperiod (string, optional): \"today\", \"week\", \"month\", \"all\". Default: \"month\"\n\nReturns: Total income, total expenses, net profit/loss, transaction count, top categories.\n\nrevenue_check_runway\n\nCalculate how long until funds run out based on recurring costs.\n\nParameters:\n\nbalance (number, required): Current balance\ncurrency (string, optional): Currency code, default \"GBP\"\nmonthly_costs (number, required): Total recurring monthly costs\nmonthly_income (number, optional): Expected monthly income, default 0\n\nReturns: Days of runway, months of runway, breakeven needed, survival status.\n\nrevenue_set_goal\n\nSet a revenue target with deadline.\n\nParameters:\n\ntarget_amount (number, required): Revenue target\ncurrency (string, optional): Currency code, default \"GBP\"\ndeadline (string, required): ISO date string for the deadline\ndescription (string, optional): What the goal is for\n\nReturns: Goal set confirmation with daily/weekly targets needed.\n\nrevenue_get_goals\n\nList all active revenue goals with progress.\n\nReturns: List of goals with current progress, time remaining, required daily rate.\n\nSetup\n\nNo API keys needed. Data is stored locally in your workspace under memory/revenue/.\n\nCategories\n\nBuilt-in categories: sales, subscription, tools, hosting, advertising, services, refund, other\n\nCustom categories are supported — just use any string.\n\nExample Usage\nLog a sale: revenue_log_transaction type=income amount=9.99 description=\"Prompt pack sale\" source=\"Gumroad\" category=\"sales\"\nCheck runway: revenue_check_runway balance=110 monthly_costs=90\nSet goal: revenue_set_goal target_amount=90 deadline=\"2026-03-17\" description=\"Cover Claude Max renewal\"\n\nWhy This Exists\n\nCLAW-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.\n\nTags\n\nutility, finance, productivity, tracking, survival"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Gpunter/revenue-tracker",
    "publisherUrl": "https://clawhub.ai/Gpunter/revenue-tracker",
    "owner": "Gpunter",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}