← 返回 Skills 市场
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eo-ability-dream
功能描述
自我进化能力(Dream Module),空闲时自动分析失败案例,学习新模式,更新Pattern库
使用说明 (SKILL.md)
eo-ability-dream
自我进化能力 (Dream Module) - 睡觉时也在进化,自动学习新模式
一句话介绍
灵感来自"钢铁龙虾军团睡觉时也在进化",空闲时自动分析失败案例,学习新模式,更新Pattern库。
核心功能
- 失败分析: 空闲时分析失败案例,找出问题根因
- 模式学习: 学习新的专家协作模式
- Pattern更新: 自动更新Pattern Library
- Checkpoint优化: 优化验证策略
使用方法
启动 Dream
# 启动做梦模式
/dream
# 指定学习方向
/dream "重点学习架构设计模式"
/dream "分析最近3次失败的代码审查"
查看状态
# 查看 Dream 状态
/dream status
# 输出:
# 🌙 Dream Module 状态
# 状态: sleeping
# 上次活跃: 2026-04-07 10:00
# 学到的模式: 15
# 改进建议: 3
与EO插件的协同
- 独立使用
- 被案例7(多智能体团队协作)展示
独立运行模式(有EO vs 无EO)
| 模式 | 能力 |
|---|---|
| 有EO插件 | 空闲时自动触发、分析真实工作日志、更新Pattern库 |
| 无插件(基础) | 手动触发、通用模式学习 |
Dream Process
1. 分析最近的工作日志
2. 识别失败模式
3. 学习成功案例
4. 更新 Pattern Library
5. 优化 Checkpoint 策略
6. 生成改进建议
Interface
Input
interface DreamInput {
action: 'sleep' | 'wake' | 'status' | 'learn' | 'report'
focus?: string[] // 重点学习方向
analyzeCases?: string[] // 要分析的案例
}
Output
interface DreamOutput {
status: 'sleeping' | 'working' | 'idle'
improvements: Improvement[]
patternsLearned: number
dreamLog?: string
}
🦞⚙️ 钢铁龙虾军团 - 让进化永不停歇
安全使用建议
This skill's description and runtime instructions claim it will automatically analyze recent work logs and update a Pattern library, but it doesn't say where logs come from, where patterns are stored, or what permissions/credentials it needs. Before installing, ask the author to provide: (1) a precise data flow — which files, directories, or APIs will be read and written; (2) explicit required environment variables or config paths for any logs or pattern storage; (3) whether any data is sent to external servers and which endpoints; (4) an install or code listing so you can audit what runs; and (5) whether background/autonomous runs can be disabled or require approval. If you cannot get clear answers, run the skill only in a tightly sandboxed environment, disable autonomous invocation, or avoid installation. If you proceed, monitor file access and network traffic and restrict the agent’s permissions to only the specific logs/pattern-store it must use.
功能分析
Type: OpenClaw Skill
Name: eo-ability-dream
Version: 1.0.0
The skill bundle describes a 'self-evolution' mechanism (Dream Module) in SKILL.md that instructs the agent to analyze work logs and automatically update its 'Pattern Library' and 'Checkpoint strategies.' While no executable code is provided, this design pattern is inherently risky as it encourages self-modifying behavior based on potentially untrusted log data, which could lead to persistent prompt injection or data poisoning. There is no evidence of intentional malice, but the architectural concept poses a high security risk for an autonomous agent.
能力评估
Purpose & Capability
The description promises automatic analysis of "real work logs" and automatic updates to a Pattern Library, but the skill declares no required env vars, config paths, or binaries. A capability that reads logs and updates persistent pattern storage normally requires declared access (paths, credentials, or APIs). The lack of declared access is inconsistent with the stated purpose.
Instruction Scope
SKILL.md describes steps like "analyze recent work logs" and "update Pattern Library" but does not specify which files, endpoints, or services to read/write, nor any limits on what data may be collected or transmitted. These instructions give the agent broad, unspecified discretion to gather context and modify libraries, which is scope-creep for an instruction-only skill.
Install Mechanism
No install spec and no code files—nothing will be written to disk by the skill itself during install. This is the lowest-risk install profile.
Credentials
The skill requests no environment variables or credentials but asserts it can analyze "真实工作日志" when integrated with an EO plugin. If it needs access to other plugins' data or to system logs, those credentials/paths should be declared. The absence of declared access is disproportionate to the described functionality.
Persistence & Privilege
While 'always' is false, the skill advertises autonomous background behavior ("空闲时自动触发"). Given autonomous invocation is allowed by default, this combination means the skill could run in the background and operate on unspecified data without explicit user action. That autonomy combined with vague data access increases risk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eo-ability-dream - 安装完成后,直接呼叫该 Skill 的名称或使用
/eo-ability-dream触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of eo-ability-dream:
- Introduces an autonomous "Dream Module" for self-evolution during idle periods.
- Automatically analyzes failure cases, learns new expert collaboration patterns, and updates a Pattern Library.
- Supports mode selection: works independently or with EO plugin for enhanced functionality.
- Provides command-line interface for status checks and setting focus areas.
- Includes optimized checkpoint strategies and improved validation feedback.
元数据
常见问题
Eo Ability Dream 是什么?
自我进化能力(Dream Module),空闲时自动分析失败案例,学习新模式,更新Pattern库. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Eo Ability Dream?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eo-ability-dream」即可一键安装,无需额外配置。
Eo Ability Dream 是免费的吗?
是的,Eo Ability Dream 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eo Ability Dream 支持哪些平台?
Eo Ability Dream 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eo Ability Dream?
由 467718584(@467718584)开发并维护,当前版本 v1.0.0。
推荐 Skills