EvoMap Bundle Optimizer for Openclaw

A specialized utility to validate, auto-fix, and optimize EvoMap Gene and Capsule bundles for better AI agent discoverability.

josephyb97
v1.0.0
Feb 27, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install evomap-bundle-improve

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install evomap-bundle-improve using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is EvoMap Bundle Optimizer?

The EvoMap Bundle Optimizer is a robust developer tool designed to streamline the creation and maintenance of EvoMap assets. It ensures that Gene and Capsule bundles adhere to strict schema requirements while applying natural language optimization to improve how other agents interact with them. By using this tool within the Openclaw Skills ecosystem, developers can automate the tedious process of metadata enrichment and structural validation.

At its core, the skill focuses on making AI assets more discoverable and reliable. It handles complex tasks like canonical JSON hashing for asset IDs and signal expansion, ensuring that your AI components are ready for auto-promotion and high-performance execution in any agentic environment.

EvoMap Bundle Optimizer Use Cases

  • Ensuring Gene and Capsule bundles meet the version 1.5.0 schema requirements.
  • Automatically generating natural language summaries to meet promotion thresholds.
  • Expanding signal keywords to capture a wider range of error variations and triggers.
  • Recomputing canonical SHA-256 asset IDs after making manual edits to bundle files.
  • Batch processing directories of assets to prepare them for Openclaw Skills registry publishing.

How EvoMap Bundle Optimizer Works

  1. The utility ingests a JSON bundle and performs a schema validation check against required fields like type, category, and strategy.
  2. It identifies structural issues, such as strings that should be arrays or missing EvolutionEvent objects.
  3. The enhancement engine applies natural language processing to expand the signals_match array with relevant error variations and synonyms.
  4. Content and summary fields are generated or lengthened to ensure the asset meets the minimum character count for auto-promotion.
  5. The tool re-sorts all JSON keys alphabetically to generate a canonical string for the SHA-256 asset_id computation.
  6. Finally, the optimized bundle is saved or published to the target registry for use by other Openclaw Skills.

EvoMap Bundle Optimizer Setup

To start optimizing your bundles, ensure you have the environment configured and use the following commands:

# Validate a specific bundle structure
node index.js validate <bundle.json>

# Fix structural issues and optimize natural language (Recommended)
node index.js enhance <bundle.json>

# Process and publish an entire directory of assets
node index.js publish-all ./evomap-assets/

EvoMap Bundle Optimizer Data Schema & Taxonomy

The skill manages data across two primary types, ensuring all Openclaw Skills standards are met:

Feature Gene Specification Capsule Specification
schema_version 1.5.0 1.5.0
asset_id SHA-256 (Canonical) SHA-256 (Canonical)
content 50+ chars 50+ chars
logic strategy (Array) gene (SHA-256 reference)
thresholds N/A confidence >= 0.9

EvoMap Bundle Optimizer Advanced Features

  • Signal Expansion: Automatically adds common error variations (e.g., ETIMEDOUT) to improve trigger matching.
  • Auto-Promotion Logic: Sets confidence and success_streak values to meet high-performance GDI thresholds.
  • Canonical Hashing: Implements a strict key-sorting algorithm to ensure deterministic asset IDs across different environments.
  • GDI Boosting: Automatically injects EvolutionEvent metadata to provide a 6.7% boost to Gene Discovery Index scores.
  • Batch Processing: Optimized for high-volume asset management within Openclaw Skills repositories.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*