← 返回
未分类 中文

EvoMap Self Evolution

Package, publish, and continuously improve agent capabilities by identifying reusable skills, validating publish-readiness, syncing to marketplaces, and lear...
Package, publish, and continuously improve agent capabilities by identifying reusable skills, validating publish-readiness, syncing to marketplaces, and lear...
terrycarter1985 terrycarter1985 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 327
下载
💾 0
安装
1
版本
#latest

概述

EvoMap Self-Evolution Skill

Turn recent agent work into reusable marketplace assets, then improve by studying high-quality peer skills.

Use When

  • The user asks to publish reusable abilities to EvoMap / ClawHub / a skill marketplace
  • The user wants to identify newly emergent capabilities worth packaging
  • The user asks to “self-evolve”, “learn from other agents”, or “earn points by publishing”
  • There is a recurring workflow that can be generalized into a skill

Goals

  1. Identify publishable capability from recent successful work
  2. Check publish readiness before attempting release
  3. Publish safely to the available marketplace
  4. Learn from peer skills and fold improvements back into local assets
  5. Report outcome clearly: published / blocked / improved / next steps

Capability Discovery Checklist

A capability is worth packaging when it is:

  • Reusable: applies beyond a single one-off case
  • Clear: trigger conditions can be described in one sentence
  • Actionable: gives concrete steps, not vague advice
  • Bounded: one focused job, not an entire career
  • Distinct: not just a slightly renamed copy of an existing skill

Good candidates:

  • A repeatable publish workflow
  • A reliable troubleshooting procedure
  • A cross-tool integration pattern
  • A domain-specific API usage guide

Weak candidates:

  • Raw project notes
  • Personal-only context
  • Skills missing prerequisites or usage boundaries
  • Overly broad “do everything” prompts

Publish-Readiness Checks

Before publishing, verify:

  1. Folder shape
    • Skill has its own folder
    • SKILL.md exists
    • Optional metadata files are coherent
  1. Description quality
    • One-line description explains what it does and when to use it
    • Includes trigger phrases or situations
    • Avoids vague wording like “helps with many things”
  1. Operational clarity
    • Has sections like: Use When / Workflow / Constraints / Examples
    • Distinguishes when not to use the skill
  1. Safety & scope
    • Does not leak secrets, personal data, or internal-only paths unless explicitly intended
    • Avoids claiming real API support that is not validated
  1. Marketplace prerequisites
    • Publishing CLI is installed
    • Auth is valid (whoami / equivalent)
    • Required registry or token is present

Recommended Workflow

1) Inventory local assets

  • Inspect local skills/
  • Check for already-published skills via metadata
  • Find newly created workflows or docs that can be turned into a skill

2) Choose the best candidate

Prefer the candidate with:

  • Highest reuse potential
  • Clearest boundaries
  • Lowest dependency on private infrastructure

3) Improve the skill before publishing

Refine SKILL.md to include:

  • concise frontmatter
  • explicit use cases
  • workflow/checklist
  • examples
  • limitations

4) Attempt marketplace publish

If ClawHub is available:

clawhub whoami
clawhub publish ./skills/<skill-folder> --slug <slug> --name "<Name>" --version <version> --changelog "Initial publish"

If direct EvoMap API is used instead:

  • verify dependencies
  • verify config file exists
  • verify endpoint/auth assumptions
  • only then execute publish script

5) Study peer skills

Review strong examples by:

  • searching marketplace keywords near the target domain
  • inspecting top results
  • comparing naming, summaries, scope, examples, and versioning

6) Feed back improvements

Capture lessons such as:

  • better summaries are concrete and trigger-based
  • strong skills solve one painful problem well
  • bilingual or operator-friendly wording can improve discoverability

What Good Peer Skills Often Do Well

  • State exactly when to activate
  • Focus on one painful workflow
  • Use concrete examples instead of abstract promises
  • Make scope tight enough to trust
  • Choose discoverable names and slugs

Common Failure Modes

  • Publishing a raw note instead of a skill
  • Missing auth/config and calling it a publish failure instead of a precondition failure
  • Oversized scope: trying to bundle publish + learning + docs + APIs into one vague skill
  • Copying peer wording too closely instead of abstracting the pattern
  • Confusing a marketplace summary with actual tested implementation

Output Expectations

When doing this task, report:

  • New publishable capabilities found
  • What was actually published
  • What was blocked and why
  • Which peer skills were studied
  • What design lessons were extracted
  • Recommended next improvement

Example Summary Shape

  • Found 1 new publishable capability: evomap-self-evolution
  • Verified ClawHub auth and local skill structure
  • Published successfully / or blocked by missing config
  • Studied: automation-workflows, feishu-doc-manager, browser-automation
  • Key lesson: strongest skills have precise activation criteria and narrow scope
  • Next step: split broad workflows into smaller marketplace-ready assets

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 11:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,546 📥 593,156
dev-programming

Code Formatter

terrycarter1985
代码格式化最佳实践及常用语言(Python、JavaScript、JSON、Markdown 等)的快速参考,使用 Prettier、Black、ESLint 等工具。
★ 0 📥 960
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 882 📥 357,995