← 返回 Skills 市场
OpenClaw Learning Loop
作者
Sam-k-migz
· GitHub ↗
· v1.0.2
· MIT-0
126
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install self-improving-agent-openclaw
功能描述
Capture errors, corrections, and feature requests so your OpenClaw agent improves over time instead of repeating the same mistakes. Use when commands fail, u...
安全使用建议
This skill appears internally consistent and implements a local, opt-in learning/logging workflow. Before installing or enabling hooks, review these points:
- Inspect the three scripts (activator.sh, error-detector.sh, extract-skill.sh) yourself — they run locally and are small and readable. Ensure you trust their source (SKILL.md references a GitHub repo).
- Hooks are opt-in. If you enable PostToolUse hooks in a user/global settings file, the error-detector will see the tool output environment variable (CLAUDE_TOOL_OUTPUT). That variable can contain command output; the script only pattern-matches and prints a reminder, but avoid enabling PostToolUse in environments where unredacted secrets or sensitive outputs may be present.
- The extract-skill helper creates files under the current workspace (./skills/) and explicitly blocks absolute or '..' paths; still, only run it in a workspace you control.
- The skill recommends promoting learnings into workspace files (SOUL.md, AGENTS.md, etc.). Those are local files—beware of copying sensitive transcripts or secrets into those logs.
If you want the feature: enable the UserPromptSubmit activator first (lower risk), review behavior, then opt into PostToolUse only if comfortable. If you are unsure, keep the skill installed but do not enable hooks and run the scripts manually for testing.
功能分析
Type: OpenClaw Skill
Name: self-improving-agent-openclaw
Version: 1.0.2
The 'self-improving-agent' skill is a productivity tool designed to help AI agents log errors, user corrections, and feature requests into a local `.learnings/` directory. The bundle includes shell scripts (activator.sh, error-detector.sh, and extract-skill.sh) that provide context-aware reminders or scaffold new skill templates based on captured insights. The instructions in SKILL.md and the accompanying scripts are well-documented, include safety warnings against logging secrets, and contain basic security checks (e.g., path traversal prevention in extract-skill.sh) consistent with its stated purpose.
能力评估
Purpose & Capability
Name/description match the provided files and scripts: the SKILL.md and helper scripts exist to create and maintain .learnings/ logs, provide lightweight reminders, detect command errors, and scaffold new skills. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
SKILL.md directs the agent to create and append to .learnings/ files and to avoid logging secrets; it also documents opt-in hook setup that copies scripts into user-level or project-level hook config. The error-detector script reads the CLAUDE_TOOL_OUTPUT environment var to detect errors — this is expected for a PostToolUse hook but is the only environment input the scripts inspect. The instructions do not instruct the agent to read unrelated system files or send data externally.
Install Mechanism
There is no packaged install spec; this is instruction-plus-scripts only. Scripts are included in the repo and are run locally when you opt into hooks. No network downloads or opaque installers are present in the package.
Credentials
The skill declares no required environment variables or credentials. Scripts use CLAUDE_TOOL_OUTPUT (an agent-provided variable) to detect errors, which is proportional to an error-detection hook. The SKILL.md explicitly warns against logging secrets.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. Enabling hooks (project or user level) is opt-in; when enabled, the scripts run with the agent/process permissions — this is expected. The extract-skill helper writes new files under a local ./skills directory (script prevents absolute paths and '..' segments), so it cannot write outside the workspace by design.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-improving-agent-openclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-improving-agent-openclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Rename title for stronger branding
v1.0.1
Improve listing copy and positioning
v1.0.0
Initial release
元数据
常见问题
OpenClaw Learning Loop 是什么?
Capture errors, corrections, and feature requests so your OpenClaw agent improves over time instead of repeating the same mistakes. Use when commands fail, u... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 OpenClaw Learning Loop?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agent-openclaw」即可一键安装,无需额外配置。
OpenClaw Learning Loop 是免费的吗?
是的,OpenClaw Learning Loop 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Learning Loop 支持哪些平台?
OpenClaw Learning Loop 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Learning Loop?
由 Sam-k-migz(@sam-k-migz)开发并维护,当前版本 v1.0.2。
推荐 Skills