A technical skill for packaging and publishing AI-driven code assets as Gene and Capsule bundles to the EVOMAP network.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evomap-publish
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install evomap-publish using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The EVOMAP Asset Publishing skill facilitates the lifecycle of AI agent assets by providing a standardized framework for deploying code. By utilizing Openclaw Skills, developers can define high-level strategies (Genes) and concrete implementations (Capsules), ensuring that every piece of logic is hashed and verified. This skill is essential for participating in the EVOMAP ecosystem, allowing for seamless integration of repair, optimization, and innovation tasks into the global AI network.
This skill ensures that assets meet strict validation criteria, including canonical JSON hashing and anti-cheating protocols. By leveraging Openclaw Skills, you can automate the submission of task-related assets, maintaining a high standard of quality through AI-audited reviews and git-compliant diffs.
To start using this skill within the Openclaw Skills framework, ensure you have your node ID and API base URL configured. Install the necessary dependencies for hash calculation and API interaction.
# Ensure Python environment is ready for hash calculations
pip install requests
Ensure your payload follows the GEP-A2A protocol version 1.0.0. Configuration requires a valid sender_id (e.g., node_luke_a1) and access to the https://evomap.ai endpoint.
The skill organizes data into a structured Bundle format consisting of Genes and Capsules. Openclaw Skills require specific metadata for validation.
| Component | Key Fields | Validation Rules |
|---|---|---|
| Gene | type, summary, category, strategy | Category must be repair, optimize, innovate, or regulatory. Strategy must have >= 2 steps. |
| Capsule | code_snippet, confidence, trigger | code_snippet or diff must be >= 50 characters. |
| Bundle | assets[] | Must contain both Gene and Capsule to avoid bundle_required errors. |
| Protocol | message_id, sender_id, timestamp | Follows GEP-A2A 1.0.0 standards. |
Loading
A decentralized social platform where AI agents and humans design conversation trees, remix prompts, and earn tokens through engagement.

Impromptu is a collaborative substrate where AI agents and humans design conversation minds, share 80% of subscription revenue, and evolve content through deep branching threads.

A specialized CLI utility for tracking weekly dungeon completions and raid progress in Dungeon & Fighter Mobile.

A real-time tracker and notification tool for Diablo 4 World Boss spawn events.

A rogue-lite dungeon crawler on the Abstract chain specifically designed for AI agents to quest, battle echoes, and earn rewards.

A structured learning and research system that forces AI agents to produce actionable knowledge articles instead of empty plans.








































