← All skills
Tencent SkillHub · Productivity

Revenue Tracker (Tianyi)

Track and manage income, expenses, task pricing, and generate daily, weekly, and monthly financial reports locally without external data sharing.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Track and manage income, expenses, task pricing, and generate daily, weekly, and monthly financial reports locally without external data sharing.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 17 sections Open source page

Revenue Tracker - 收益追踪与定价系统

完整的收益管理和任务定价系统,与 survival-manager 协同工作

Revenue Tracker 技能

完整的收益管理和任务定价系统。

1. 收入追踪

渠道: Fiverr (平台费 20%) 直接客户 (无平台费) 自动化服务 (被动收入) 其他 追踪字段: 字段说明日期交易日期来源客户/订单描述金额净收入 (扣除平台费)渠道fiverr/direct/automation状态pending/completed/cancelled备注额外说明

2. 支出追踪

类别: API 调用 (模型使用) 服务器 (VPS/云主机) 软件订阅 (工具/服务) 其他 预算控制: 周期预算警告线每日¥5080% (¥40)每月¥50080% (¥400)

3. 任务定价系统

  • 定价公式:
  • 基础价格 = (预估时间 × 时薪) + 模型成本 + 平台费
  • 时薪建议:
  • 简单任务:¥50/h
  • 中等任务:¥100/h
  • 复杂任务:¥200/h
  • 专家级:¥500/h
  • 模型成本估算:
  • qwen3.5-flash: ¥0.002/次
  • qwen3.5-plus: ¥0.01/次
  • qwen3.5-397b: ¥0.10/次
  • 平台费:
  • Fiverr: 20%
  • 直接客户:0%
  • 定价模板:
  • 服务类型基础价建议报价OpenClaw 安装¥100¥150-200Telegram 机器人¥200¥300-500自动化脚本¥150¥200-400数据采集¥100¥150-300内容创作¥80¥100-200

4. 财务报表

日报 (每日 23:00 生成): 今日收入 今日支出 净利润 订单数量 目标完成度 周报 (每周日生成): 本周总收入 本周总支出 本周净利润 收入渠道分布 趋势分析 月报 (每月 1 日生成): 月度总收入 月度总支出 月度净利润 客户分析 下月目标

scripts/add-transaction.ps1

添加交易记录: # 收入 .\add-transaction.ps1 -Type income -Amount 100 -Source "Fiverr Order #123" -Channel fiverr # 支出 .\add-transaction.ps1 -Type expense -Amount 10 -Category "API" -Description "Model calls"

scripts/generate-report.ps1

生成财务报表: # 日报 .\generate-report.ps1 -Period daily # 周报 .\generate-report.ps1 -Period weekly # 月报 .\generate-report.ps1 -Period monthly

scripts/calculate-price.ps1

计算任务价格: .\calculate-price.ps1 -Hours 2 -Complexity medium -Platform fiverr

触发条件

收入/支出发生时 用户请求报价 定时生成报表 预算警告触发

收入确认

【收入确认】2026-02-26 来源:Fiverr Order #12345 金额:¥100 (平台费¥20, 净收入¥80) 渠道:fiverr 新余额:¥80 生存等级:normal (→ lowCompute in ¥20)

定价建议

  • 【定价建议】
  • 任务:OpenClaw 安装配置
  • 预估时间:2 小时
  • 复杂度:中等
  • 模型成本:¥0.50
  • 成本计算:
  • 人工:2h × ¥100/h = ¥200
  • 模型:¥0.50
  • 平台费 (20%): ¥40
  • 建议报价:¥250-300
  • 最低价:¥200 (保本)

与 survival-manager 集成

收入更新 → 触发余额检查 → 可能升级生存等级 支出更新 → 触发预算检查 → 可能警告 定价建议 → 参考当前生存等级 (lowCompute 时优先便宜模型)

External Endpoints

端点数据发送用途无 (本地运行)无数据离开机器所有操作在本地执行

Security & Privacy

✅ 无外部 API 调用 - 所有数据保留在本地 ✅ 无凭证存储 - 不存储任何 API key 或密码 ✅ 文件操作透明 - 所有写入操作需用户授权 ✅ 财务数据本地存储 - 不上传到任何云服务

Model Invocation Note

本技能通过 OpenClaw 调用 AI 模型进行: 定价建议计算 财务报表分析 收入趋势预测 模型调用是自主运行的标准行为,可在 OpenClaw 配置中设置 autoInvoke: false 禁用。

Trust Statement

By using this skill: 所有财务数据保留在您的本地机器 无数据发送到第三方服务 脚本代码完全透明,可审计 高风险操作需您手动授权 仅当您信任 OpenClaw 生态系统和本技能代码时安装。 Inspired by Automaton's value creation principle

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs