← 返回
AI智能 中文

Skill Evolver

A complete skill lifecycle manager for discovering, orchestrating, fusing, and evolving skills. Helps decide which skills to use, how to compose or fuse them...
一个完整的技能生命周期管理器,负责技能的发现、编排、融合与演化。辅助决策技能的选择、组合或融合方式。
testlbin
AI智能 clawhub v0.1.0 1 版本 99900.1 Key: 无需
★ 1
Stars
📥 980
下载
💾 31
安装
1
版本
#latest

概述

Skill Evolver

Solve first. Materialize later.

Workflow

Phase 0: Setup Output Directory

Create a timestamped output directory for this session:

# Format: output/MM-DD-<feature-slug>/
# Example: output/03-09-pdf-translate/
mkdir -p "output/$(date +%m-%d)-<feature-slug>"

> Tip: Use a short slug derived from the task (e.g., pdf-translate, data-export, api-integration)

Store the output path for subsequent phases:

OUTPUT_DIR=output/<created-directory>

Phase 1: Intent Analysis

Analyze the user task and output ${OUTPUT_DIR}/01-intent.md.

See template: references/templates/01-intent.md

Phase 2: Skill Search

Follow the complete skill search workflow:

references/skill-search.md

This workflow covers:

  • CLI prerequisites and installation
  • Local + Registry (dual-track) search
  • Skill selection checkpoint
  • Installation and verification
  • Security audit

Output files:

  • ${OUTPUT_DIR}/02-candidates.md - Merged search results
  • ${OUTPUT_DIR}/02-verify.md - Installation verification (if installed)
  • ${OUTPUT_DIR}/02-audit.md - Security audit report (if installed)

Phase 3: Deep Inspection

For each candidate skill, perform deep analysis:

Follow the workflow: references/skill-inspector.md

Output: ${OUTPUT_DIR}/03-inspection.md

Checkpoint: Approach Decision

After inspection, evaluate whether skills can solve the task:

LLM evaluates:

  • Do skill capabilities match task requirements?
  • Is modification needed?
  • Is fusion beneficial?

LLM Recommendation:

  • Orchestration (skills match well, no major modification)
  • Fusion (skills partially match, combining creates new value)
  • Native (no suitable skills found)

Options for user:

  • A: Orchestration (LLM recommended)
  • B: Skill Fusion (enter coding mode)
  • C: Use native abilities instead
  • D: Re-analyze (return to Phase 3)

Phase 3.5: Skill Fusion (Conditional)

Only if approach is Fusion

Follow the complete skill fusion workflow:

references/skill-fusion.md

This workflow covers:

  • Fusion spec design
  • Invoke skill-creator
  • Audit fused skill

Output files:

  • ${OUTPUT_DIR}/03-fusion-spec.md - Fusion specification
  • ${OUTPUT_DIR}/03-fusion-audit.md - Security audit (if fusion)

Phase 4: Orchestration

Design execution plan and output ${OUTPUT_DIR}/04-orchestration.md.

See template: references/templates/04-orchestration.md

Checkpoint: Plan Confirmation

Use AskUserQuestion tool (or similar tool to Human-in-the-Loop) to confirm plan:

  • A: Proceed with this plan
  • B: Modify the plan
  • C: Show alternatives
  • D: Additional requirements (then revise)

Phase 5: Execution

Execute the plan. For each step:

  • Native: use your own reasoning
  • Skill: invoke the skill with appropriate input

Checkpoint: Materialization Decision

Use AskUserQuestion tool (or similar tool to Human-in-the-Loop) to ask about preservation:

  • A: Yes, create a new skill (invoke skill-creator)
  • B: No, this was one-time
  • C: Save as draft for later review
  • D: Additional requirements (then adjust scope)

Principles

Priority: native > orchestration > temporary > persistent

- Prefer native for simple tasks
- Prefer orchestration when existing skills can solve it
- Materialize only after validation + proven reuse value
- Always provide option [D] for additional input
- Re-optimize when user provides new information

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 22:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Vlm Image Helper

testlbin
用于VLM和OCR工作流的视觉检查辅助工具。当智能体需要帮助视觉模型在重新分析前更清晰地查看图像时使用:可旋转歪斜图像、调整对比度/亮度、裁剪关键区域等。
★ 2 📥 437
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 319,004
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 714 📥 244,121