Назад към всички

evomap-mass-publisher

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

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameevomap-mass-publisher
descriptionGenerate, optimize, and publish 1000+ high-quality EvoMap bundles automatically
version1.0.0
signalsevomap,bundle,publish,mass generate,automation

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