{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-earnings-tracker",
    "name": "Skill Earnings Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/KyleChen26/skill-earnings-tracker",
    "canonicalUrl": "https://clawhub.ai/KyleChen26/skill-earnings-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-earnings-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-earnings-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/skill_earnings_tracker.py"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/skill-earnings-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/skill-earnings-tracker",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-earnings-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-earnings-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-earnings-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": "Skill Earnings Tracker",
        "body": "Monitors and optimizes earnings from published skills on ClawHub, EvoMap, and other agent marketplaces."
      },
      {
        "title": "When to Use This Skill",
        "body": "Use when:\n\nTracking credit earnings from published skills\nAnalyzing which skills generate most revenue\nOptimizing skill pricing and positioning\nPlanning new skills based on market gaps\nGenerating earnings reports"
      },
      {
        "title": "Supported Platforms",
        "body": "PlatformCurrencyTracking MethodClawHubN/A (currently free)Install counts, starsEvoMapPlatform CreditsCredit ledger APIReelMindCreditsUsage statisticsCustomVariousManual logging"
      },
      {
        "title": "CLI Usage",
        "body": "This skill provides a command-line tool for tracking earnings:\n\n# Log an earnings entry\npython3 scripts/skill_earnings_tracker.py log \\\n  --platform clawhub \\\n  --skill evoagentx-workflow \\\n  --metric installs \\\n  --value 10 \\\n  --period 2026-02-21\n\n# Log credit earnings (for EvoMap/ReelMind)\npython3 scripts/skill_earnings_tracker.py log \\\n  --platform evomap \\\n  --skill evoagentx-workflow \\\n  --metric credits \\\n  --value 150\n\n# List all tracked skills\npython3 scripts/skill_earnings_tracker.py list\n\n# Generate weekly report\npython3 scripts/skill_earnings_tracker.py report --period weekly\n\n# Generate monthly report\npython3 scripts/skill_earnings_tracker.py report --period monthly\n\n# Export all data\npython3 scripts/skill_earnings_tracker.py export --output earnings-backup.json"
      },
      {
        "title": "Data Storage",
        "body": "Earnings data is stored in:\n\n~/.openclaw/earnings/earnings-YYYY-MM.jsonl (monthly JSONL files)\n\nEach entry contains: timestamp, platform, skill, metric, value, period, notes"
      },
      {
        "title": "Automation",
        "body": "Add to your crontab for automatic tracking:\n\n# Daily earnings snapshot at midnight\n0 0 * * * cd {baseDir} && python3 scripts/skill_earnings_tracker.py log --platform clawhub --skill my-skill --metric installs --value $(clawhub explore | grep my-skill | wc -l)"
      },
      {
        "title": "Skill Portfolio Approach",
        "body": "Diversify across skill types:\n\nFoundation skills (20%): Core utilities, high install volume\nPremium skills (30%): Specialized, higher credit cost\nEnterprise skills (50%): Custom development, highest revenue"
      },
      {
        "title": "Pricing Strategies",
        "body": "StrategyBest ForExampleFreemiumBuilding reputationFree basic + paid proUsage-basedVariable demandPer-use creditsSubscriptionOngoing valueMonthly accessEnterpriseB2B salesCustom pricing"
      },
      {
        "title": "Key Performance Indicators",
        "body": "Daily Active Users (DAU)\nMonthly Active Users (MAU)\nCredit Earnings Per Day (CEPD)\nAverage Revenue Per User (ARPU)\nCustomer Acquisition Cost (CAC) - time spent\nLifetime Value (LTV) - projected earnings"
      },
      {
        "title": "Skill Performance Matrix",
        "body": "SkillInstallsCredits/DayTrendActionskill-a1,20050↑Promoteskill-b80010→Optimizeskill-c2000↓Deprecate"
      },
      {
        "title": "Cron Jobs for Tracking",
        "body": "# Daily earnings snapshot\n0 0 * * * /scripts/log-daily-earnings.sh\n\n# Weekly report generation\n0 9 * * 1 /scripts/generate-weekly-report.sh\n\n# Monthly analysis\n0 9 1 * * /scripts/monthly-earnings-analysis.sh"
      },
      {
        "title": "Alerts",
        "body": "Set up notifications for:\n\nSkill reaches 1,000 installs\nDaily earnings exceed threshold\nNegative review/report submitted\nCompetitor releases similar skill"
      },
      {
        "title": "Week 1-2: Launch",
        "body": "Publish initial version\nMonitor early feedback\nFix critical issues"
      },
      {
        "title": "Week 3-4: Optimize",
        "body": "Analyze usage patterns\nImprove documentation\nAdd requested features"
      },
      {
        "title": "Month 2+: Scale",
        "body": "Cross-promote on social\nCreate companion skills\nConsider premium tier"
      },
      {
        "title": "Security & Privacy",
        "body": "Never log sensitive user data\nCredit balances stored in ~/.private/\nAPI keys not exposed in logs\nEarnings data encrypted at rest"
      },
      {
        "title": "References",
        "body": "ClawHub marketplace: https://clawhub.ai\nEvoMap economy: https://evomap.ai/marketplace\nReelMind credits: https://reelmind.ai"
      },
      {
        "title": "Version",
        "body": "1.0.0 - Initial release with ClawHub and EvoMap tracking"
      }
    ],
    "body": "Skill Earnings Tracker\n\nMonitors and optimizes earnings from published skills on ClawHub, EvoMap, and other agent marketplaces.\n\nWhen to Use This Skill\n\nUse when:\n\nTracking credit earnings from published skills\nAnalyzing which skills generate most revenue\nOptimizing skill pricing and positioning\nPlanning new skills based on market gaps\nGenerating earnings reports\nSupported Platforms\nPlatform\tCurrency\tTracking Method\nClawHub\tN/A (currently free)\tInstall counts, stars\nEvoMap\tPlatform Credits\tCredit ledger API\nReelMind\tCredits\tUsage statistics\nCustom\tVarious\tManual logging\nQuick Start\nCLI Usage\n\nThis skill provides a command-line tool for tracking earnings:\n\n# Log an earnings entry\npython3 scripts/skill_earnings_tracker.py log \\\n  --platform clawhub \\\n  --skill evoagentx-workflow \\\n  --metric installs \\\n  --value 10 \\\n  --period 2026-02-21\n\n# Log credit earnings (for EvoMap/ReelMind)\npython3 scripts/skill_earnings_tracker.py log \\\n  --platform evomap \\\n  --skill evoagentx-workflow \\\n  --metric credits \\\n  --value 150\n\n# List all tracked skills\npython3 scripts/skill_earnings_tracker.py list\n\n# Generate weekly report\npython3 scripts/skill_earnings_tracker.py report --period weekly\n\n# Generate monthly report\npython3 scripts/skill_earnings_tracker.py report --period monthly\n\n# Export all data\npython3 scripts/skill_earnings_tracker.py export --output earnings-backup.json\n\nData Storage\n\nEarnings data is stored in:\n\n~/.openclaw/earnings/earnings-YYYY-MM.jsonl (monthly JSONL files)\n\nEach entry contains: timestamp, platform, skill, metric, value, period, notes\n\nAutomation\n\nAdd to your crontab for automatic tracking:\n\n# Daily earnings snapshot at midnight\n0 0 * * * cd {baseDir} && python3 scripts/skill_earnings_tracker.py log --platform clawhub --skill my-skill --metric installs --value $(clawhub explore | grep my-skill | wc -l)\n\nEconomic Strategy\nSkill Portfolio Approach\n\nDiversify across skill types:\n\nFoundation skills (20%): Core utilities, high install volume\nPremium skills (30%): Specialized, higher credit cost\nEnterprise skills (50%): Custom development, highest revenue\nPricing Strategies\nStrategy\tBest For\tExample\nFreemium\tBuilding reputation\tFree basic + paid pro\nUsage-based\tVariable demand\tPer-use credits\nSubscription\tOngoing value\tMonthly access\nEnterprise\tB2B sales\tCustom pricing\nTracking Metrics\nKey Performance Indicators\nDaily Active Users (DAU)\nMonthly Active Users (MAU)\nCredit Earnings Per Day (CEPD)\nAverage Revenue Per User (ARPU)\nCustomer Acquisition Cost (CAC) - time spent\nLifetime Value (LTV) - projected earnings\n\nSkill Performance Matrix\nSkill\tInstalls\tCredits/Day\tTrend\tAction\nskill-a\t1,200\t50\t↑\tPromote\nskill-b\t800\t10\t→\tOptimize\nskill-c\t200\t0\t↓\tDeprecate\nAutomation\nCron Jobs for Tracking\n# Daily earnings snapshot\n0 0 * * * /scripts/log-daily-earnings.sh\n\n# Weekly report generation\n0 9 * * 1 /scripts/generate-weekly-report.sh\n\n# Monthly analysis\n0 9 1 * * /scripts/monthly-earnings-analysis.sh\n\nAlerts\n\nSet up notifications for:\n\nSkill reaches 1,000 installs\nDaily earnings exceed threshold\nNegative review/report submitted\nCompetitor releases similar skill\nOptimization Playbook\nWeek 1-2: Launch\nPublish initial version\nMonitor early feedback\nFix critical issues\nWeek 3-4: Optimize\nAnalyze usage patterns\nImprove documentation\nAdd requested features\nMonth 2+: Scale\nCross-promote on social\nCreate companion skills\nConsider premium tier\nSecurity & Privacy\nNever log sensitive user data\nCredit balances stored in ~/.private/\nAPI keys not exposed in logs\nEarnings data encrypted at rest\nReferences\nClawHub marketplace: https://clawhub.ai\nEvoMap economy: https://evomap.ai/marketplace\nReelMind credits: https://reelmind.ai\nVersion\n\n1.0.0 - Initial release with ClawHub and EvoMap tracking"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/KyleChen26/skill-earnings-tracker",
    "publisherUrl": "https://clawhub.ai/KyleChen26/skill-earnings-tracker",
    "owner": "KyleChen26",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-earnings-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-earnings-tracker",
    "agentUrl": "https://openagent3.xyz/skills/skill-earnings-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-earnings-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-earnings-tracker/agent.md"
  }
}