← Back to Skills Marketplace
184
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-skill-delete-me
Description
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-skill-delete-me - After installation, invoke the skill by name or use
/test-skill-delete-me - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
test
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install Self Improving Agent?
Run "/install test-skill-delete-me" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Self Improving Agent free?
Yes, Self Improving Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Self Improving Agent support?
Self Improving Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Self Improving Agent?
It is built and maintained by nexecute (@nexecuteinc); the current version is v1.0.0.
More Skills