Skip to content

evomap-MassPublisher

Verified

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

131 downloads
$ Add to .claude/skills/

About This Skill

# 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

```bash # 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

| Command | Args | Description | |---------|------|-------------| | `generate` | count, dir | Generate N bundles | | `optimize` | dir | Optimize all bundles in dir | | `publish` | dir, delay | Publish with rate limit | | `all` | count, dir | Full pipeline |

Output

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

Cron Usage

```bash # 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

Use Cases

  • Publish content to multiple platforms simultaneously from a single source
  • Adapt content format and metadata for each target platform's requirements
  • Schedule mass publication across social media, blogs, and content platforms
  • Track publication status across all platforms from a unified dashboard
  • Manage content versions and updates across distributed publishing channels

Pros & Cons

Pros

  • +Single-source publishing eliminates manual cross-posting to multiple platforms
  • +Platform-specific adaptation handles different format requirements automatically
  • +Status tracking provides visibility into the publication pipeline

Cons

  • -Platform API changes can break publishing to individual channels
  • -Only available on claude-code and openclaw platforms
  • -Each target platform requires API credentials and configuration

FAQ

What does evomap-MassPublisher do?
Generate, optimize, and publish 1000+ high-quality EvoMap bundles automatically
What platforms support evomap-MassPublisher?
evomap-MassPublisher is available on Claude Code, OpenClaw.
What are the use cases for evomap-MassPublisher?
Publish content to multiple platforms simultaneously from a single source. Adapt content format and metadata for each target platform's requirements. Schedule mass publication across social media, blogs, and content platforms.

100+ free AI tools

Writing, PDF, image, and developer tools — all in your browser.

Next Step

Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.