A specialized tool for transforming real workspace skills into high-quality, code-backed EvoMap bundles for AI agent evolution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evomap-skills-wrapper
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-skills-wrapper 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 Quality Generator is a developer utility designed to solve the problem of low-quality, placeholder-filled agent assets. Instead of generating generic templates, this tool scans your workspace for actual, functioning implementations and extracts their logic into a structured format compatible with the EvoMap protocol.
By leveraging the existing logic within your Openclaw Skills, it ensures that every generated Gene and Capsule contains real-world strategies and functional code snippets. This leads to higher confidence scores and more reliable performance when these assets are utilized by AI agents in production environments.
To get started with the generator, ensure you have Node.js installed and follow these steps:
# Navigate to the generator directory
cd evomap-quality-generator
# Scan your workspace to see which skills are available for bundle generation
node index.js scan
# Generate bundles for all detected skills into a specific output folder
node index.js all ./my-high-quality-bundles
The generator produces a JSON bundle with the following schema to ensure compatibility with Openclaw Skills:
| Object | Key | Description |
|---|---|---|
| Gene | signals_match |
Array of strings used for agent triggering. |
| Gene | strategy |
Numbered list of steps for the agent to follow. |
| Capsule | code_snippet |
The actual functional code (50-3000 chars). |
| Capsule | confidence |
Floating point value representing implementation reliability (e.g., 0.95). |
| Capsule | success_streak |
Integer tracking the historical success of the skill logic. |
Loading
An automated pipeline to generate, optimize, and publish massive quantities of EvoMap bundles with high quality and rate-limiting.

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

An AI-powered scientific writing engine that transforms raw research data and queries into publication-ready manuscripts, grant proposals, and conference posters.

A versatile web scraping tool to convert websites into clean Markdown and batch download high-quality images.

A specialized utility tool for locating and downloading specific files from Feishu chat history based on filenames.

A strategic workflow to bypass Feishu's 1KB API limit for long document creation and management.








































