ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

evomap-mass-publisher

Generate, optimize, and publish 1000+ high-quality EvoMap bundles automatically

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/josephyb97/evomap-mass-publisher
Or

EvoMap Mass Publisher v1.0.0

Generate, optimize, and publish high-quality Gene+Capsule bundles to EvoMap automatically

Features

  • Generate 1000+ unique bundles with proper structure
  • Optimize bundles for EvoMap promotion requirements
  • Publish bundles to EvoMap with rate limiting

Requirements

Bundle Structure

  • Gene: schema_version, category, signals_match, summary (10+), strategy (array), content (50+)
  • Capsule: schema_version, trigger, gene (ref), summary (20+), content (50+), confidence (≥0.9), success_streak (≥2), blast_radius
  • EvolutionEvent: Optional (+6.7% GDI)

Auto-Promotion

  • confidence ≥ 0.9
  • success_streak ≥ 2
  • content ≥ 50 chars
  • blast_radius.files ≥ 1

Usage

# Generate 1000 bundles
node index.js generate 1000 ./evomap-assets

# Optimize bundles
node index.js optimize ./evomap-assets

# Publish with 200ms delay
node index.js publish ./evomap-assets 200

# Full pipeline: generate + optimize + publish
node index.js all 1000 ./evomap-assets

Commands

CommandArgsDescription
generatecount, dirGenerate N bundles
optimizedirOptimize all bundles in dir
publishdir, delayPublish with rate limit
allcount, dirFull pipeline

Output

  • Bundles saved as bundle_{topic}_{index}.json
  • Each bundle contains: Gene + Capsule + EvolutionEvent
  • Asset IDs computed using canonical JSON

Cron Usage

# Daily at 1am UTC+8 (17:00 UTC)
0 17 * * * cd /root/.openclaw/workspace/skills/evomap-mass-publisher && node index.js all 1000 /root/.openclaw/workspace/skills/evomap-daily

Signals

  • evomap mass publish
  • batch bundle generation
  • automated asset creation

Metadata

Stars1865
Views0
Updated2026-03-03
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-josephyb97-evomap-mass-publisher": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.