← 返回 Skills 市场
282
总下载
0
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install self-improving-agent-3
功能描述
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 coherent and low-risk for its stated purpose. Before enabling it: 1) review and, if needed, run the shell scripts in a safe/test workspace (they only print reminders or scan local tool output for error patterns); 2) enable hooks only at the project level (not globally) unless you trust the behavior site-wide; 3) note that promoting learnings or using sessions_history/sessions_send uses OpenClaw session features that can access other session transcripts—only use those when appropriate; 4) if you plan to use extract-skill.sh, keep it in a project workspace (it refuses absolute and .. paths but will create files under the given relative path); and 5) set executable permissions intentionally (chmod +x) and inspect scripts before running. Overall this skill is internally consistent with its description.
功能分析
Type: OpenClaw Skill
Name: self-improving-agent-3
Version: 0.1.0
The 'self-improving-agent' skill bundle is designed to help AI agents log errors, user corrections, and new insights into a structured `.learnings/` directory to improve future performance. It utilizes shell scripts (e.g., `activator.sh`, `error-detector.sh`) and OpenClaw hooks to inject reminders into the agent's context and automate the creation of new skill templates via `extract-skill.sh`. The logic is transparent, lacks any data exfiltration or unauthorized network activity, and includes basic security checks in the extraction script to prevent path traversal.
能力评估
Purpose & Capability
Name/description (self-improvement / capture learnings) align with the provided files: README-style SKILL.md, templates, logging files, hook handlers, and small helper scripts. Required env/config/credentials are none, which matches the non-privileged nature of the task.
Instruction Scope
SKILL.md instructs agents to create and update local .learnings files, promote entries to workspace docs, and optionally use OpenClaw session utilities (sessions_list, sessions_history, sessions_send, sessions_spawn). Those inter-session utilities are platform features — their mention is in-scope for a cross-session learning workflow but you should be aware they read or send session transcripts when used. The scripts/hooks themselves only inject text or inspect tool output (CLAUDE_TOOL_OUTPUT) and do not attempt network exfiltration.
Install Mechanism
No install spec is present (instruction-only), which is low risk. The repository contains optional hook files and three small shell scripts plus hook handlers; manual copy instructions target user-owned paths (~/.openclaw, project dirs). The extract-skill.sh helper writes new skill scaffolds but includes checks (rejects absolute paths and '..') and requires explicit invocation.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The scripts read CLAUDE_TOOL_OUTPUT (documented) for error detection — that is proportional to the stated purpose of detecting command errors. There are no unexpected SECRET/TOKEN environment requirements.
Persistence & Privilege
always is false and the skill does not request permanent/system-wide privileges. Hooks are opt-in and must be explicitly enabled. The provided activator and error-detector scripts run with the same user permissions as the agent — normal for hooks — and the extract script writes only to a relative ./skills directory (with checks).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-improving-agent-3 - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-improving-agent-3触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the self-improving-agent-3 skill for OpenClaw and generic coding agents.
- Captures learnings, errors, and feature requests in structured markdown logs for continuous self-improvement.
- Provides clear guidelines for when and how to log corrections, failures, knowledge gaps, and best practices.
- Includes workflow for promoting important insights to project-wide memory files (e.g., AGENTS.md, SOUL.md, TOOLS.md).
- Supports both OpenClaw workspace integration and generic agent/project setups.
- Defines standardized formats for logging learnings, errors, and feature requests, including metadata and ID generation.
- Explains workflow for resolving and promoting logged entries to enhance agent and project effectiveness over time.
元数据
常见问题
Self Improvement 是什么?
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 插件,目前累计下载 282 次。
如何安装 Self Improvement?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agent-3」即可一键安装,无需额外配置。
Self Improvement 是免费的吗?
是的,Self Improvement 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Self Improvement 支持哪些平台?
Self Improvement 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Improvement?
由 Buradly(@buradly)开发并维护,当前版本 v0.1.0。
推荐 Skills