Overview
- Skill Key
- gpunter/revenue-tracker
- Author
- gpunter
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gpunter/revenue-tracker
- Latest Commit SHA
- abc6b447336fc9668b2804d1857d29d6d8a3c2c2
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Revenue Tracker 技能。 若已安装,则直接安装 Revenue Tracker 技能。
# 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. ## Tools ### 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. ## Set...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.