← All skills
Tencent SkillHub Β· Productivity

Skill Earnings Tracker

Track earnings from published ClawHub and EvoMap skills. Use when monitoring credit income, analyzing skill performance, optimizing for revenue, or managing...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Track earnings from published ClawHub and EvoMap skills. Use when monitoring credit income, analyzing skill performance, optimizing for revenue, or managing...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/skill_earnings_tracker.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 18 sections Open source page

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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/skill_earnings_tracker.py Scripts