Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

revenue-tracker收入追踪器

Agent Skill

revenue-tracker 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

28,726

周安装

1,209

GitHub Stars

公开资料未说明

下载量

10,059
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:revenue-tracker(收入追踪器)
来源仓库:https://github.com/gpunter/revenue-tracker
安装命令:
openclaw skills install revenue-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install revenue-tracker

简介

跟踪和管理自主AI Agent的收入、支出、财务目标和跑道,以监控盈利能力和可持续性。

SKILL.md

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.

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.22%
按下载量换算7,063

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills