← 返回 Skills 市场
nexecuteinc

Self Improving Agent

作者 nexecute · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
184
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-skill-delete-me
功能描述
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: log learnings, inject reminders, and help extract skills. Before installing or enabling hooks: (1) review the hook handlers and scripts (activator.sh, error-detector.sh, extract-skill.sh) to ensure you are comfortable with their behavior; they are small but run with the same permissions as your agent; (2) if you clone the GitHub repo, verify the repository/commit source is trusted; (3) be aware enabling the hook will cause the activator or error detector to run on events (bootstrap, PostToolUse) if you add the hook to your OpenClaw/Claude settings — only enable hooks you intend to run; (4) extract-skill.sh writes files under the current workspace (it has checks to avoid writing outside), so run it intentionally. No credentials appear to be requested and no remote downloads are performed by the included scripts, which reduces risk.
功能分析
Type: OpenClaw Skill Name: test-skill-delete-me Version: 1.0.0 The skill bundle is a legitimate development tool designed to enable 'self-improvement' for AI agents by logging errors, corrections, and patterns to local markdown files. The included shell scripts (activator.sh, error-detector.sh, and extract-skill.sh) and OpenClaw hooks (handler.js/ts) are used solely for injecting reminders into the agent's context and managing local file structures. The code demonstrates good security practices, such as path-traversal checks in extract-skill.sh, and contains no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description (capture learnings, errors, promote to workspace) matches the included assets: templates for .learnings files, hook handlers to inject reminders, simple scripts to detect errors and scaffold extracted skills. Required privileges and declared requirements (none) align with that purpose.
Instruction Scope
SKILL.md instructs the agent to create and update .learnings/ files in the OpenClaw workspace, enable an OpenClaw hook, and optionally run scripts (activator.sh, error-detector.sh, extract-skill.sh). Those instructions are within the stated scope, but they do include step-by-step actions that write files into your workspace (or create new skill scaffolds) and configure hooks — so you should audit the scripts before enabling hook execution.
Install Mechanism
There is no built-in install spec; manual install is via cloning a GitHub repo (a reasonable, common pattern). Because this will pull code from an external repo, verify the upstream source before cloning. The included scripts are small and local; none download or execute remote artifacts at runtime.
Credentials
The skill declares no required environment variables or credentials. The error-detector.sh reads CLAUDE_TOOL_OUTPUT (an agent-provided tool output variable), which is expected for a PostToolUse hook and is proportionate to the stated purpose.
Persistence & Privilege
always:false and model invocation is allowed (platform default). The hook/activator approach requires the user to copy and enable the hook (opt-in). Enabling hooks will cause the hook handler and scripts to run during agent lifecycle events, so review and only enable if you trust the code; the skill does not demand permanent forced inclusion.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test-skill-delete-me
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test-skill-delete-me 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
test
元数据
Slug test-skill-delete-me
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 插件,目前累计下载 184 次。

如何安装 Self Improving Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-skill-delete-me」即可一键安装,无需额外配置。

Self Improving Agent 是免费的吗?

是的,Self Improving Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Self Improving Agent 支持哪些平台?

Self Improving Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Self Improving Agent?

由 nexecute(@nexecuteinc)开发并维护,当前版本 v1.0.0。

💬 留言讨论