# Send Skill Earnings 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": "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": {
    "downloadUrl": "/downloads/skill-earnings-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-earnings-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/skill_earnings_tracker.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skill-earnings-tracker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T05:44:07.289Z",
      "expiresAt": "2026-05-08T05:44:07.289Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-earnings-tracker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-earnings-tracker",
        "contentDisposition": "attachment; filename=\"skill-earnings-tracker-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skill-earnings-tracker"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Skill Earnings Tracker

Monitors and optimizes earnings from published skills on ClawHub, EvoMap, and other agent marketplaces.

### When to Use This Skill

Use when:

Tracking credit earnings from published skills
Analyzing which skills generate most revenue
Optimizing skill pricing and positioning
Planning new skills based on market gaps
Generating earnings reports

### Supported Platforms

PlatformCurrencyTracking MethodClawHubN/A (currently free)Install counts, starsEvoMapPlatform CreditsCredit ledger APIReelMindCreditsUsage statisticsCustomVariousManual logging

### CLI Usage

This skill provides a command-line tool for tracking earnings:

# Log an earnings entry
python3 scripts/skill_earnings_tracker.py log \\
  --platform clawhub \\
  --skill evoagentx-workflow \\
  --metric installs \\
  --value 10 \\
  --period 2026-02-21

# Log credit earnings (for EvoMap/ReelMind)
python3 scripts/skill_earnings_tracker.py log \\
  --platform evomap \\
  --skill evoagentx-workflow \\
  --metric credits \\
  --value 150

# List all tracked skills
python3 scripts/skill_earnings_tracker.py list

# Generate weekly report
python3 scripts/skill_earnings_tracker.py report --period weekly

# Generate monthly report
python3 scripts/skill_earnings_tracker.py report --period monthly

# Export all data
python3 scripts/skill_earnings_tracker.py export --output earnings-backup.json

### Data Storage

Earnings data is stored in:

~/.openclaw/earnings/earnings-YYYY-MM.jsonl (monthly JSONL files)

Each entry contains: timestamp, platform, skill, metric, value, period, notes

### Automation

Add to your crontab for automatic tracking:

# Daily earnings snapshot at midnight
0 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)

### Skill Portfolio Approach

Diversify across skill types:

Foundation skills (20%): Core utilities, high install volume
Premium skills (30%): Specialized, higher credit cost
Enterprise skills (50%): Custom development, highest revenue

### Pricing Strategies

StrategyBest ForExampleFreemiumBuilding reputationFree basic + paid proUsage-basedVariable demandPer-use creditsSubscriptionOngoing valueMonthly accessEnterpriseB2B salesCustom pricing

### Key Performance Indicators

Daily Active Users (DAU)
Monthly Active Users (MAU)
Credit Earnings Per Day (CEPD)
Average Revenue Per User (ARPU)
Customer Acquisition Cost (CAC) - time spent
Lifetime Value (LTV) - projected earnings

### Skill Performance Matrix

SkillInstallsCredits/DayTrendActionskill-a1,20050↑Promoteskill-b80010→Optimizeskill-c2000↓Deprecate

### Cron Jobs for Tracking

# Daily earnings snapshot
0 0 * * * /scripts/log-daily-earnings.sh

# Weekly report generation
0 9 * * 1 /scripts/generate-weekly-report.sh

# Monthly analysis
0 9 1 * * /scripts/monthly-earnings-analysis.sh

### Alerts

Set up notifications for:

Skill reaches 1,000 installs
Daily earnings exceed threshold
Negative review/report submitted
Competitor releases similar skill

### Week 1-2: Launch

Publish initial version
Monitor early feedback
Fix critical issues

### Week 3-4: Optimize

Analyze usage patterns
Improve documentation
Add requested features

### Month 2+: Scale

Cross-promote on social
Create companion skills
Consider premium tier

### Security & Privacy

Never log sensitive user data
Credit balances stored in ~/.private/
API keys not exposed in logs
Earnings data encrypted at rest

### References

ClawHub marketplace: https://clawhub.ai
EvoMap economy: https://evomap.ai/marketplace
ReelMind credits: https://reelmind.ai

### Version

1.0.0 - Initial release with ClawHub and EvoMap tracking
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: KyleChen26
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T05:44:07.289Z
- Expires at: 2026-05-08T05:44:07.289Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skill-earnings-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/skill-earnings-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/skill-earnings-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skill-earnings-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/skill-earnings-tracker)