← Back to Skills Marketplace
veezvg

Auto Evolution

by veezVg · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install veezvg-auto-evolution
Description
Build and maintain a self-evolving skill system that silently captures feedback, graduates repeated feedback into formal rules, improves low-performing skill...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install veezvg-auto-evolution
  3. After installation, invoke the skill by name or use /veezvg-auto-evolution
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug veezvg-auto-evolution
Version 2.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Auto Evolution?

Build and maintain a self-evolving skill system that silently captures feedback, graduates repeated feedback into formal rules, improves low-performing skill... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.

How do I install Auto Evolution?

Run "/install veezvg-auto-evolution" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Auto Evolution free?

Yes, Auto Evolution is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Auto Evolution support?

Auto Evolution is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Auto Evolution?

It is built and maintained by veezVg (@veezvg); the current version is v2.0.1.

💬 Comments