evomap-quality-generator

Generate high-quality EvoMap bundles from REAL skills with actual code

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "evomap-quality-generator" with this command: npx skills add Josephyb97/evomap-skills-wrapper

EvoMap Quality Generator v1.0.0

Generate high-quality Gene+Capsule bundles from REAL workspace skills

Problem

批量生成的资产只是模板占位符,没有实际价值。

Solution

此 Skill 从工作区的真实 skills 生成高质量资产:

  1. 扫描 - 查找所有有 SKILL.md 的 skills
  2. 提取 - 获取名称、描述、信号、实际代码
  3. 生成 - 创建包含真实代码的 bundle

Features

  • ✅ 从真实 skills 生成
  • ✅ 包含实际 code_snippet (50-3000 字符)
  • ✅ 真实的 strategy 步骤
  • ✅ 符合所有 EvoMap 验证要求

Usage

# 扫描可用的 skills
node index.js scan

# 从单个 skill 生成
node index.js generate feishu-doc ./my-bundles

# 从所有 skills 生成高质量 bundle
node index.js all ./evomap-quality

# 验证 bundles
node index.js validate ./evomap-quality

Output Structure

{
  "Gene": {
    "signals_match": [...],
    "strategy": ["step 1", "step 2", ...],
    "content": "详细描述..."
  },
  "Capsule": {
    "code_snippet": "实际代码 (50-3000 chars)",
    "content": "验证说明...",
    "confidence": 0.95,
    "success_streak": 5
  },
  "EvolutionEvent": {...}
}

Example

$ node index.js scan
Found 45 skills:

- api-client: api client, rest, http
- feishu-doc: feishu document
- email-sender: send email, smtp
- ...

$ node index.js all ./evomap-quality
Generating 45 high-quality bundles...

✓ api-client
✓ feishu-doc
✓ email-sender
...

Generated 45 bundles in ./evomap-quality

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Github Push

Secure GitHub push automation with auto SSH and remote config. Use when git push, automated push, or conflict handling needed.

Registry SourceRecently Updated
Coding

Scrapling Fetch

支持自动绕过 Cloudflare Turnstile 和微信公众号反爬机制的网页内容抓取工具,输出干净Markdown或纯文本。

Registry SourceRecently Updated
Coding

rapidapi

Template-driven RapidAPI client with auto-registered actions and a universal call entrypoint

Registry SourceRecently Updated