← 返回 Skills 市场
veezvg

Auto Evolution

作者 veezVg · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install veezvg-auto-evolution
功能描述
Build and maintain a self-evolving skill system that silently captures feedback, graduates repeated feedback into formal rules, improves low-performing skill...
安全使用建议
This skill appears to do what it says (detect feedback and propose rule/skill changes) and does not require external credentials, but it is privacy- and persistence-sensitive: - It is designed to silently capture corrective user messages and store them under .claude/feedback/ by default. Make sure you and your users are comfortable with that behavior and update privacy/retention policies if needed. - The repository does not include the 'feedback-observer' component; the detect script only signals matches and evolution_runner only reads feedback files. Before deploying, confirm how your controller will: (a) call detect_feedback_signal, (b) create structured feedback files, and (c) present proposals and require explicit human confirmation before any edits. - The feedback detection is keyword/regex-based and will generate false positives; tune patterns and thresholds (occurrence counts) for your environment. - Ensure the agent/controller has minimal filesystem permissions (limit writes to a designated feedback directory) and audit who can read the feedback directory. Consider encrypting or access-controlling stored feedback if it may contain sensitive data. - Test in a sandbox first: verify that proposals are only suggestions and that no automatic edits occur without human approval. If you need the skill to be low-risk for privacy, require explicit opt-in for silent recording, review and implement the observer code with consent flows, and restrict file write/read scopes for the agent.
功能分析
Type: OpenClaw Skill Name: veezvg-auto-evolution Version: 2.0.1 The skill bundle implements a 'self-evolving' mechanism that monitors user interactions for corrective feedback and proposes modifications to the agent's core instructions and rule files (e.g., CLAUDE.md). While the logic in SKILL.md and scripts/evolution_runner.py includes a mandatory human-in-the-loop confirmation step and the scripts themselves lack overt malicious code, the capability for an agent to modify its own governing rules is a high-risk behavior. The 'silent' background capture of feedback, although aligned with the stated purpose, introduces a stealthy mechanism for potential persistent instruction injection if the user confirmation process is bypassed or manipulated.
能力评估
Purpose & Capability
Name/description, templates, and the two provided scripts (detection + runner) align with the stated goal of detecting feedback and producing evolution proposals. No unrelated environment variables or external services are requested. However, the SKILL.md promises 'silent writes' of feedback to .claude/feedback/ and an observer component, but the repository does not include a feedback-observer implementation — the skill therefore depends on external wiring/agent hooks to realize its behavior.
Instruction Scope
Instructions explicitly ask the agent to 'silently' record user corrective feedback by default and write structured feedback into .claude/feedback/ without user prompts. That is functionalityally consistent with the purpose but carries privacy/consent implications. The detection is keyword/regex-based (shallow), so false positives are likely; the SKILL.md also tells the agent to create or edit Skill rule files after 'user confirmation' but the only scripts provided do not perform editing — they only produce proposals. The instruction set thus expects the host controller/agent to perform file writes and dispatching, giving the controller substantial discretion.
Install Mechanism
No install spec and only two small Python scripts plus templates are included. Nothing downloads remote code or executes opaque installers. This is a low installation risk package.
Credentials
The skill requests no environment variables or external credentials. All file I/O is local (reads/writes under .claude/feedback/ and potential Skill files). No unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill is designed to write persistent feedback files under .claude/feedback/ and — after explicit user confirmation per the docs — to update rule/skill files. This persistent-write behavior is coherent but increases blast radius if the host agent automatically dispatches observers or automatically confirms proposals; confirm-step is described but relies on correct host/controller implementation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install veezvg-auto-evolution
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /veezvg-auto-evolution 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
- Major update: skill system now supports an end-to-end auto-evolution feedback loop, enabling silent capture, structured graduation, and user-controlled rule/skill evolution. - Adds multilingual feedback signal detection (Chinese & English) with automated feedback entry on key user phrases. - Structures and accumulates user corrections into a feedback library, with de-duplication and occurrence tracking. - Automatically generates evolution suggestions, such as formalizing frequent feedback as new rules, optimizing low-performing skills, or proposing new skills for uncovered patterns. - Enforces user confirmation for all proposed rule or skill changes—no silent rule updates. - Modular and portable: designed for integration with any project, not tied to a specific business domain.
元数据
Slug veezvg-auto-evolution
版本 2.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Auto Evolution 是什么?

Build and maintain a self-evolving skill system that silently captures feedback, graduates repeated feedback into formal rules, improves low-performing skill... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Auto Evolution?

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

Auto Evolution 是免费的吗?

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

Auto Evolution 支持哪些平台?

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

谁开发了 Auto Evolution?

由 veezVg(@veezvg)开发并维护,当前版本 v2.0.1。

💬 留言讨论