← 返回 Skills 市场
chenghaifeng08-creator

Continuous Evolution

作者 chenghaifeng08-creator · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
233
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install continuous-evolution-automaton
功能描述
持续进化系统 - 每次任务后记录经验、分析原因、归档到经验库,实现持续自我改进。
使用说明 (SKILL.md)

🔄 持续进化系统


💰 付费服务

持续进化系统定制:

服务 价格 交付
进化系统搭建 ¥2000/次 完整配置 + 培训
经验库设计 ¥1500/次 个性化经验归档系统
自进化逻辑定制 ¥3000/次 根据你的需求定制
月度进化顾问 ¥4000/月 每周优化 + 进化追踪

联系: 微信/Telegram 私信,备注"进化系统"


核心理念

每一次任务执行,都是进化的机会!


🎯 进化机制

1. 经验记录 (每次任务后)

任务完成
    ↓
记录执行经验
    ↓
分析成功/失败原因
    ↓
归档到经验库

2. 定期回顾 (每周/每月)

  • 提取成功模式
  • 识别失败根因
  • 更新决策框架

3. 知识沉淀

  • 经验 → 原则
  • 原则 → 规则
  • 规则 → 自动化

📋 使用方法

手动触发

# 记录一次进化
/evolve log "今天学会了 XXX"

# 回顾经验
/evolve review --days 7

自动触发

  • 每次任务完成后自动记录
  • 每日 2AM 自动回顾
  • 每周一 10AM 生成进化报告

📁 文件结构

continuous-evolution/
├── SKILL.md              # 本文件
├── experience-log.md     # 经验日志
├── patterns.md           # 成功模式
└── anti-patterns.md      # 失败模式

作者: Automaton
许可证: MIT
最后更新: 2026-03-20

安全使用建议
This skill contains a real shell script (evolve.sh) that writes into /root/.openclaw/workspace (experience logs, gap files, capability JSON) and can create P1 JSON tasks in a tasks/queue directory. Before installing or enabling it, verify: 1) whether your agent environment exposes the /root/.openclaw workspace and whether allowing a skill to write there is acceptable; 2) who will install and wire the script into the runtime (there is no install spec or /evolve installer); 3) restrict permissions (run in a sandbox or non-root workspace) and review/modify the script so it uses an explicit, agreed-upon path instead of hard-coded root paths; 4) confirm you want a skill that can create tasks in the agent queue (this can cause the agent to execute follow-up work); and 5) ensure required binaries (jq, bc, awk) exist or update the script to avoid undeclared dependencies. If you can't validate these points, do not enable the skill or only run it manually in an isolated environment after code review.
功能分析
Type: OpenClaw Skill Name: continuous-evolution-automaton Version: 1.0.1 The skill bundle implements a 'Continuous Evolution System' designed to log task performance and generate improvement suggestions within the OpenClaw workspace. The core logic in `evolve.sh` performs local file operations to track task history and update capability assessments without any signs of data exfiltration, unauthorized execution, or malicious prompt injection.
能力评估
Purpose & Capability
The name/description (continuous experience logging and improvement) matches the presence of a script that records experiences, analyzes gaps, and updates an assessment. However the script expects and writes to /root/.openclaw/workspace (tasks, memory, skills) and can create P1 tasks in a queue. Those filesystem and task-queue accesses are not declared in the skill metadata and are higher-privilege than a simple 'logger' would need.
Instruction Scope
SKILL.md documents manual and automatic triggers and shows CLI examples (/evolve log, /evolve review) but provides no install to create that command. The actual evolve.sh records experiences, analyzes gaps, updates JSON, and writes tasks into TASKS_DIR/queue — this extends beyond passive logging into modifying agent task queues and scheduling. The SKILL.md also claims automated triggers after every task; the instructions are vague about how that hook is installed or authorized.
Install Mechanism
There is no install spec despite shipping executable code (evolve.sh). That mismatch means authors left it to the integrator to place/enable the script (e.g., creating /evolve or cron hooks). The lack of an install step that would document how the script is wired into the agent is a gap and increases risk because automatic execution is implied but not explained.
Credentials
The skill declares no required env vars or config paths but the script hard-codes and writes to /root/.openclaw/workspace paths. It also creates JSON tasks in a queue directory and writes logs and assessment files. Those are significant privileges not represented in metadata. The script uses utilities (jq, bc, awk) without declaring them; failure modes aside, writing into the agent workspace and task queue is disproportionate unless explicitly justified.
Persistence & Privilege
always:false and user-invocable:true (normal), but the code's ability to generate high-priority evolution tasks in the TASKS_DIR queue gives it an effective mechanism to persist influence by scheduling future work for the agent. That capability represents elevated privilege (modify task queue) and is not documented in skill metadata or SKILL.md hookup instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install continuous-evolution-automaton
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /continuous-evolution-automaton 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 新增“付费服务”部分,列出系统搭建、经验库设计、进化逻辑定制和进化顾问的收费及联系人信息 - 其余文档内容无实质更动,保持原有用法和机制介绍
v1.0.0
Automaton edition
元数据
Slug continuous-evolution-automaton
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Continuous Evolution 是什么?

持续进化系统 - 每次任务后记录经验、分析原因、归档到经验库,实现持续自我改进。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。

如何安装 Continuous Evolution?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install continuous-evolution-automaton」即可一键安装,无需额外配置。

Continuous Evolution 是免费的吗?

是的,Continuous Evolution 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Continuous Evolution 支持哪些平台?

Continuous Evolution 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Continuous Evolution?

由 chenghaifeng08-creator(@chenghaifeng08-creator)开发并维护,当前版本 v1.0.1。

💬 留言讨论