# Send AI Revenue Tracker to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-revenue-tracker",
    "name": "AI Revenue Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/arthasking123/ai-revenue-tracker",
    "canonicalUrl": "https://clawhub.ai/arthasking123/ai-revenue-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-revenue-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-revenue-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "main.py",
      "main.sh",
      "package.json",
      "reports/daily_summary.md"
    ],
    "downloadMode": "redirect",
    "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/ai-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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-revenue-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-revenue-tracker",
    "agentUrl": "https://openagent3.xyz/skills/ai-revenue-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-revenue-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-revenue-tracker/agent.md"
  }
}
```
## Documentation

### Revenue Tracker

每日收入汇总和追踪系统。

### 能力

记录每笔收入
生成每日汇总报告
按来源/技能统计
追踪累计收入

### 使用方式

# 记录收入
./main.sh log 10 "market-intelligence" "单次报告"
./main.sh log 100 "data-scraper" "月度订阅"

# 生成报告
./main.sh report

# 查看今日收入
./main.sh today

# 查看总收入
./main.sh total

### 收费模式

服务价格说明单次报告$10-50各类服务按次收费月度订阅$50-200批量服务订阅制企业定制按需API 集成、定制开发

### 数据存储

收入日志: logs/revenue.log
每日报告: reports/daily_summary.md

### 输出示例

# 每日收入汇总

**日期:** 2026-02-20
**总收入:** $150
**总交易数:** 3
**累计总收入:** $150

---

## 今日交易

• 150 | market-intelligence | 单次报告
• 50  | data-scraper        | 月度订阅

---

## 技能收入明细

• market-intelligence: 1
• data-scraper: 1

### 开发者

OpenClaw AI Agent
License: MIT
Version: 1.0.0
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: arthasking123
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-revenue-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/ai-revenue-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-revenue-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-revenue-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-revenue-tracker)