TopRank Skills

Home / Claw Skills / 其他 / Revenue Tracker
Official OpenClaw rules 15%

Revenue Tracker

Revenue Tracker

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 技能。

Overview

Skill Key
gpunter/revenue-tracker
Author
gpunter
Source Repo
openclaw/skills
Version
-
Source Path
skills/gpunter/revenue-tracker
Latest Commit SHA
abc6b447336fc9668b2804d1857d29d6d8a3c2c2

Extracted Content

SKILL.md excerpt

# 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...

Related Claw Skills