Openclaw Listing Bot

Automation

Autonomous agent that continuously creates, tests, and lists new SKILL.md files on OpenCollab / FreeLanceDAO / CryptoGigs / x402 marketplaces — generating pa...

Install

openclaw skills install openclaw-listing-bot

name: description: | <2-3 sentence clear description of what this skill does and who it's for. Include: what it builds/delivers, the tech stack, and the earning potential. compatibility: <minimum requirements (software, hardware, APIs)> metadata: author: ssyopros.zo.computer category: <development|security|data|ml|trading-bot|automation|integration> display-name: tags: <5-8 comma-separated tags>

What This Does

<4-8 sentences>

When to Use This Skill

<3-5 bullet points>

Core Script(s)

<file name and what it does, 3-5 lines each>

Data Sources / APIs

<required APIs, free first, paid second>

Output Format

Error Handling

<3-5 bullet points>

Deliverable Checklist

  • Script runs without error
  • Output is correct on test case
  • README.md exists in the skill directory
  • Config file has default values
  • SKILL.md frontmatter is complete

## 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:

  • $50-150: Quick tools, one-shot scripts (1-3hr delivery)
  • $200-400: Full integrations, bots, pipelines (4-12hr delivery)
  • $500-1000: Complex systems, audits, custom algos (1-3 day delivery)

## Running

### Main loop (do this via automation every 6 hours):
```bash
cd /home/workspace/MoneyMachine
python scripts/autolist_runner.py

Manual triggers:

# 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

Success Metrics

  • Skills created per week: 2-3
  • Time to first sale: < 7 days
  • Minimum earnings per active skill: $50/week
  • Kill anything below floor after 2-week observation window

Notes

  • Skills live in /home/workspace/Skills/ — accessible to all Zo agents
  • Listings also go to: /home/workspace/MoneyMachine/services/ for zo.pub sync
  • The - If OpenCollab comes back online, add it back to deploy_to_markets.py immediately