← 返回 Skills 市场
104
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-self-improving-agent
功能描述
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: inject lightweight reminders, detect obvious command errors, and scaffold promoted learnings into new skills. Before enabling it: 1) Inspect the included scripts (hooks/openclaw/handler.*, scripts/*.sh) yourself to confirm you’re comfortable with what they write/print; 2) Note that error-detector.sh reads CLAUDE_TOOL_OUTPUT (not a secret) and will output a short reminder when an error pattern is found; 3) Only enable the OpenClaw/Claude hooks if you want those scripts to run with your agent's permissions; consider enabling at project-level rather than globally; 4) Use extract-skill.sh with --dry-run first to see what it would create; 5) Verify the referenced GitHub repo/source if you plan to clone from it. If you need deeper assurance, ask the maintainer for a signed release or run the scripts in a sandboxed workspace first.
功能分析
Type: OpenClaw Skill
Name: skill-self-improving-agent
Version: 1.0.0
The skill bundle provides a structured framework for an AI agent to implement a self-improvement loop by logging errors, corrections, and new insights into markdown files (e.g., .learnings/LEARNINGS.md). It includes utility scripts like activator.sh and error-detector.sh to provide context-aware reminders to the agent, and extract-skill.sh to scaffold new skills from logged entries. The code is well-documented, lacks obfuscation, and includes explicit safety checks in the extraction script to prevent path traversal, indicating a legitimate tool for agent memory management rather than malicious intent.
能力标签
能力评估
Purpose & Capability
Name/description match code and docs: the skill provides reminders, logging templates, hook handlers, and helpers to extract learnings into new skills. All required files (hooks, activator, error-detector, extract helper) are coherent with the stated goal of capturing and promoting learnings.
Instruction Scope
Runtime instructions and scripts stay within the stated scope: creating/maintaining .learnings files, injecting a virtual reminder at bootstrap, detecting command errors via CLAUDE_TOOL_OUTPUT, and scaffolding new skills. The hooks and scripts operate on workspace files and output reminders; they do not read arbitrary system credentials or call external endpoints.
Install Mechanism
No automatic install spec in the registry (instruction-only), and included scripts/handlers are provided in the package. Manual install suggestions reference a GitHub repo (reasonable). There are no downloads from unknown or shortened URLs and no extract-from-remote steps in the registry package itself.
Credentials
requires.env declares none, but scripts and docs expect CLAUDE_TOOL_OUTPUT (used by error-detector.sh). That environment variable is not a secret but is an un-declared runtime input; otherwise no credentials, keys, or unrelated env vars are requested.
Persistence & Privilege
The skill is not force-enabled (always:false) and does not request elevated or persistent global privileges. Hooks/scripts are opt-in and run with the same permissions as the agent process; extract-skill.sh writes files under the current workspace and includes validation to avoid absolute paths or '..' traversal.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-self-improving-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-self-improving-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the self-improvement skill for OpenClaw and generic coding agents.
- Provides a structured workflow to log learnings, errors, and feature requests in markdown files under `.learnings/`
- Includes detailed templates for logging learnings, errors, and feature requests with metadata and status tracking
- Outlines promotion guidelines for escalating important learnings to project memory files (e.g., `CLAUDE.md`, `AGENTS.md`, `SOUL.md`)
- Supports OpenClaw session-to-session sharing, prompts, and workspace integration
- Usable both in OpenClaw and standalone agent environments (Claude, Copilot, Codex, etc.)
- Comprehensive documentation on setup, logging, promotion, and resolution workflow
元数据
常见问题
Skill Self Improving Agent 是什么?
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 插件,目前累计下载 104 次。
如何安装 Skill Self Improving Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-self-improving-agent」即可一键安装,无需额外配置。
Skill Self Improving Agent 是免费的吗?
是的,Skill Self Improving Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Self Improving Agent 支持哪些平台?
Skill Self Improving Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Self Improving Agent?
由 VincntK(@vincntk)开发并维护,当前版本 v1.0.0。
推荐 Skills