Install
openclaw skills install openclaw-listing-botAutonomous agent that continuously creates, tests, and lists new SKILL.md files on OpenCollab / FreeLanceDAO / CryptoGigs / x402 marketplaces — generating pa...
openclaw skills install openclaw-listing-bot<4-8 sentences>
<3-5 bullet points>
<file name and what it does, 3-5 lines each>
<required APIs, free first, paid second>
<3-5 bullet points>
## Demand Matrix (Current)
From latest self-learn scan:
| Skill | Demand Score | Avg Price | Competition | Priority |
|---|---|---|---|---|
| pump-fun-sniper-bot | 82 | $400 | Low | 1 |
| options-trading-brain | 80 | $350 | Low | 1 |
| smart-contract-audit | 95 | $500 | Low | 1 |
| ai-model-fine-tuning | 85 | $300 | Medium | 2 |
| defi-protocol-integration | 88 | $350 | Medium | 2 |
| data-visualization | 75 | $150 | High | 3 |
| web-scraping-automation | 72 | $120 | Medium | 3 |
| crypto-portfolio-analysis | 70 | $200 | Medium | 3 |
## Pricing Guide
Effective hourly rate = (skill_price × 0.7) / estimated_hours
Floor: $40/hr effective rate Target: $80-150/hr effective rate
Skill price tiers:
## Running
### Main loop (do this via automation every 6 hours):
```bash
cd /home/workspace/MoneyMachine
python scripts/autolist_runner.py
# Build next skill immediately
python scripts/skill_builder.py --immediate
# Check earnings and kill bad skills
python scripts/earnings_tracker.py --audit
# Publish all skills to zo.pub
zopub sync skills ./services
/home/workspace/Skills/ — accessible to all Zo agents/home/workspace/MoneyMachine/services/ for zo.pub sync