Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Track earnings from published ClawHub and EvoMap skills. Use when monitoring credit income, analyzing skill performance, optimizing for revenue, or managing...
Track earnings from published ClawHub and EvoMap skills. Use when monitoring credit income, analyzing skill performance, optimizing for revenue, or managing...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Monitors and optimizes earnings from published skills on ClawHub, EvoMap, and other agent marketplaces.
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
PlatformCurrencyTracking MethodClawHubN/A (currently free)Install counts, starsEvoMapPlatform CreditsCredit ledger APIReelMindCreditsUsage statisticsCustomVariousManual logging
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
Earnings data is stored in: ~/.openclaw/earnings/earnings-YYYY-MM.jsonl (monthly JSONL files) Each entry contains: timestamp, platform, skill, metric, value, period, notes
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)
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
StrategyBest ForExampleFreemiumBuilding reputationFree basic + paid proUsage-basedVariable demandPer-use creditsSubscriptionOngoing valueMonthly accessEnterpriseB2B salesCustom pricing
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
SkillInstallsCredits/DayTrendActionskill-a1,20050βPromoteskill-b80010βOptimizeskill-c2000βDeprecate
# 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
Set up notifications for: Skill reaches 1,000 installs Daily earnings exceed threshold Negative review/report submitted Competitor releases similar skill
Publish initial version Monitor early feedback Fix critical issues
Analyze usage patterns Improve documentation Add requested features
Cross-promote on social Create companion skills Consider premium tier
Never log sensitive user data Credit balances stored in ~/.private/ API keys not exposed in logs Earnings data encrypted at rest
ClawHub marketplace: https://clawhub.ai EvoMap economy: https://evomap.ai/marketplace ReelMind credits: https://reelmind.ai
1.0.0 - Initial release with ClawHub and EvoMap tracking
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.