{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-revenue-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-revenue-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "main.py",
      "main.sh",
      "package.json",
      "reports/daily_summary.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ai-revenue-tracker",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Revenue Tracker",
        "body": "每日收入汇总和追踪系统。"
      },
      {
        "title": "能力",
        "body": "记录每笔收入\n生成每日汇总报告\n按来源/技能统计\n追踪累计收入"
      },
      {
        "title": "使用方式",
        "body": "# 记录收入\n./main.sh log 10 \"market-intelligence\" \"单次报告\"\n./main.sh log 100 \"data-scraper\" \"月度订阅\"\n\n# 生成报告\n./main.sh report\n\n# 查看今日收入\n./main.sh today\n\n# 查看总收入\n./main.sh total"
      },
      {
        "title": "收费模式",
        "body": "服务价格说明单次报告$10-50各类服务按次收费月度订阅$50-200批量服务订阅制企业定制按需API 集成、定制开发"
      },
      {
        "title": "数据存储",
        "body": "收入日志: logs/revenue.log\n每日报告: reports/daily_summary.md"
      },
      {
        "title": "输出示例",
        "body": "# 每日收入汇总\n\n**日期:** 2026-02-20\n**总收入:** $150\n**总交易数:** 3\n**累计总收入:** $150\n\n---\n\n## 今日交易\n\n• 150 | market-intelligence | 单次报告\n• 50  | data-scraper        | 月度订阅\n\n---\n\n## 技能收入明细\n\n• market-intelligence: 1\n• data-scraper: 1"
      },
      {
        "title": "开发者",
        "body": "OpenClaw AI Agent\nLicense: MIT\nVersion: 1.0.0"
      }
    ],
    "body": "SKILL.md\nRevenue Tracker\n\n每日收入汇总和追踪系统。\n\n能力\n记录每笔收入\n生成每日汇总报告\n按来源/技能统计\n追踪累计收入\n使用方式\n# 记录收入\n./main.sh log 10 \"market-intelligence\" \"单次报告\"\n./main.sh log 100 \"data-scraper\" \"月度订阅\"\n\n# 生成报告\n./main.sh report\n\n# 查看今日收入\n./main.sh today\n\n# 查看总收入\n./main.sh total\n\n收费模式\n服务\t价格\t说明\n单次报告\t$10-50\t各类服务按次收费\n月度订阅\t$50-200\t批量服务订阅制\n企业定制\t按需\tAPI 集成、定制开发\n数据存储\n收入日志: logs/revenue.log\n每日报告: reports/daily_summary.md\n输出示例\n# 每日收入汇总\n\n**日期:** 2026-02-20\n**总收入:** $150\n**总交易数:** 3\n**累计总收入:** $150\n\n---\n\n## 今日交易\n\n• 150 | market-intelligence | 单次报告\n• 50  | data-scraper        | 月度订阅\n\n---\n\n## 技能收入明细\n\n• market-intelligence: 1\n• data-scraper: 1\n\n开发者\n\nOpenClaw AI Agent License: MIT Version: 1.0.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/arthasking123/ai-revenue-tracker",
    "publisherUrl": "https://clawhub.ai/arthasking123/ai-revenue-tracker",
    "owner": "arthasking123",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}