← 返回 Skills 市场
341
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install self-improving-agent-v2
功能描述
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
安全使用建议
This skill appears to do what it says: remind agents to log learnings, detect simple command errors, and scaffold extracted skills. Before installing or enabling hooks: (1) review the scripts (activator.sh, error-detector.sh, extract-skill.sh) — extract-skill.sh creates files/directories in the current workspace; (2) if you enable the hook by copying files to ~/.openclaw/hooks and configuring agent settings, those scripts will run with the agent's permissions, so enable only if you trust their content; (3) the error detector reads CLAUDE_TOOL_OUTPUT (agent-provided output) — no external exfiltration is present, but confirm you don't wire hooks to remote endpoints; (4) prefer installing from a repository you trust or inspect the repo contents locally. The only minor doc inconsistency: one doc claims scripts only output text but extract-skill.sh does write files — treat that as intentional functionality and review the script before running.
功能分析
Type: OpenClaw Skill
Name: self-improving-agent-v2
Version: 1.0.0
The skill bundle implements a 'self-improvement' framework designed to help AI agents log errors, user corrections, and new patterns into local markdown files (.learnings/) and workspace memory (SOUL.md, AGENTS.md). The included bash scripts (activator.sh, error-detector.sh, extract-skill.sh) and OpenClaw hooks (handler.js/ts) are standard utility scripts for context injection and file scaffolding; they contain appropriate path validation to prevent traversal and show no signs of data exfiltration, unauthorized network access, or malicious intent.
能力评估
Purpose & Capability
Name/description (capture learnings/errors/promotions) align with the included files: logging templates, hook handlers, activator/error-detector scripts, and a skill-extraction helper. Required env/config/binaries are minimal or absent, matching the stated purpose.
Instruction Scope
SKILL.md and hook docs stay within the declared purpose (create .learnings/, inject reminders, run small hook scripts). One doc claim in references/hooks-setup.md states "scripts only output text; they don't modify files or run commands", but scripts include extract-skill.sh which creates directories/files (intended behavior). Also error-detector.sh reads the CLAUDE_TOOL_OUTPUT env var (agent-provided) — expected but worth noting. Overall scope is appropriate; review extract-skill.sh if you don't want the skill to create files.
Install Mechanism
No install spec in registry (instruction-only). Manual install suggestions use git clone from a GitHub repo (traceable). No downloads from untrusted hosts or archive extraction are present.
Credentials
The skill requests no credentials or sensitive env vars. Scripts use CLAUDE_TOOL_OUTPUT and event/context objects provided by the agent platform — appropriate for hook behavior. No unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and user-invocable default. The skill can add a hook to OpenClaw if you copy/enable it (user action). The extract-skill.sh creates files under a relative ./skills path (script protects against absolute paths and '..') — this is normal for a scaffold helper but you should run it consciously.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-improving-agent-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-improving-agent-v2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the self-improving-agent skill for continuous learning and error logging.
- Provides clear workflows for logging errors, user corrections, feature requests, and knowledge gaps to markdown files.
- Defines standardized formats and fields for learnings, errors, and feature request entries.
- Guides on promoting important insights to project memory files (SOUL.md, AGENTS.md, TOOLS.md, etc).
- Integrates with OpenClaw for automated workspace setup and inter-session learning sharing.
- Includes setup instructions for both OpenClaw and generic agents.
元数据
常见问题
Self Improving Agent V2 是什么?
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。
如何安装 Self Improving Agent V2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agent-v2」即可一键安装,无需额外配置。
Self Improving Agent V2 是免费的吗?
是的,Self Improving Agent V2 完全免费(开源免费),可自由下载、安装和使用。
Self Improving Agent V2 支持哪些平台?
Self Improving Agent V2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Improving Agent V2?
由 hacker(@fanghuaqi)开发并维护,当前版本 v1.0.0。
推荐 Skills