← 返回 Skills 市场
Self Improving Agent
作者
asterisk622
· GitHub ↗
· v3.0.15
· MIT-0
169
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install xiaoding-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 coherent and does what it says: log learnings and optionally inject reminders via hooks. Before installing: review the hook and scripts (hooks/openclaw/handler.{js,ts}, scripts/*.sh) to confirm you trust the code and the originating repo; prefer installing per-project rather than user/global scope if you want limited exposure. If you enable the hooks globally or add the activator to a user-level settings file, the scripts will run for every session (with the same permissions as your agent) — ensure you’re comfortable with that. The extract-skill.sh script creates files under your workspace (it contains safeguards against writing outside the current directory), but inspect it before running. If uncertain, try the skill in a sandboxed project or repository first.
能力标签
能力评估
Purpose & Capability
The name/description (capture learnings, errors, promote learnings) align with the included files: README-like SKILL.md, templates, log formats, an OpenClaw hook handler, and small helper scripts. Required env/config/credentials are none, which is appropriate for a logging/templating skill.
Instruction Scope
Instructions ask you to create .learnings/ files, copy hook files into ~/.openclaw/hooks, enable the hook, and optionally wire scripts into agent hook events. That scope matches the stated purpose. Note: the error detector script reads CLAUDE_TOOL_OUTPUT (a platform-provided variable) to detect failures — expected for its purpose. None of the instructions request unrelated system files or credentials, but enabling hooks gives the skill the ability to inject context into sessions (opt-in).
Install Mechanism
There is no packaged install spec; the docs recommend git clone from a GitHub repo or using ClawdHub. All bundled scripts/handlers are local text files. No remote downloads, URL shorteners, or extract/install of arbitrary archives are used by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The scripts expect platform-provided variables (e.g., CLAUDE_TOOL_OUTPUT) and normal filesystem access for creating log files; this is proportional to a logging/hook skill.
Persistence & Privilege
always:false and no automatic global takeover. However, the user-facing instructions encourage installing hooks at user-level (e.g., ~/.claude/settings.json or enabling OpenClaw hooks), which would make the activator/error-detector run for every session you opt into. That is an opt-in persistent behavior and should be enabled deliberately. The hook handler injects a virtual bootstrap file (reminder) — expected behavior for this skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaoding-self-improving-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaoding-self-improving-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.15
No changes detected in this version.
- Version 3.0.15 has no file or documentation updates.
- Behavior, setup instructions, and usage guidance remain unchanged.
v3.0.7
Version 3.0.7 – Major documentation and workflow overhaul for self-improvement tracking.
- Expanded and clarified logging guidelines for learnings, errors, and feature requests.
- Added quick reference tables and actionable instructions for various error and improvement scenarios.
- Detailed OpenClaw integration steps and described workspace structure for optimal use.
- Included new markdown templates for logging issues and promoting important learnings.
- Outlined ID generation and resolution workflow for tracked entries.
- Documented promotion targets for broadly applicable knowledge (e.g., SOUL.md, AGENTS.md).
- Provided manual setup instructions for other agents beyond OpenClaw.
元数据
常见问题
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 插件,目前累计下载 169 次。
如何安装 Self Improving Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaoding-self-improving-agent」即可一键安装,无需额外配置。
Self Improving Agent 是免费的吗?
是的,Self Improving Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Self Improving Agent 支持哪些平台?
Self Improving Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self Improving Agent?
由 asterisk622(@asterisk622)开发并维护,当前版本 v3.0.15。
推荐 Skills