← Back to Skills Marketplace
q262045312-ui

Openclaw Self Improving Agent 3.0.1

by q262045312-ui · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-self-improving-agent-3-0-1
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 coherent and focused on logging learnings. Before enabling: (1) review the hook files (hooks/openclaw/handler.*) and scripts to confirm you’re comfortable with their behavior, (2) only copy/enable hooks if you want session-start reminders injected into every session, (3) check scripts' permissions (chmod +x) and run them in a test workspace first, and (4) do not expose secrets—this skill does not require credentials but will read platform-provided variables like CLAUDE_TOOL_OUTPUT when used as a PostToolUse hook. Enable it deliberately and verify its output in a safe project before using it in sensitive environments.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-self-improving-agent-3-0-1 Version: 1.0.0 The skill bundle implements a 'self-improvement' loop that allows the agent to modify its own behavioral guidelines and workflow instructions (e.g., SOUL.md, AGENTS.md, CLAUDE.md) and create new skill scaffolds via extract-skill.sh. While these capabilities are aligned with the stated purpose and the scripts include robust security checks (such as path-traversal prevention in extract-skill.sh), the ability for an agent to persistently alter its own core instructions and generate new file structures represents a high-risk capability and a significant attack surface for prompt injection. The scripts activator.sh and error-detector.sh are used to monitor tool outputs and inject reminders into the agent's context, further facilitating this self-modification behavior.
Capability Assessment
Purpose & Capability
Name/description match the contents: documentation, reminder hook, activator/error-detection scripts and a skill-extraction helper all relate to capturing learnings and promoting them. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md and hook handlers instruct the agent to inject reminder text and to log to .learnings/ files. Scripts read CLAUDE_TOOL_OUTPUT (platform-provided tool output) to detect errors; the skill suggests copying hooks into ~/.openclaw/hooks and enabling them so reminders run at bootstrap. This is within scope for a self-improvement/logging skill, but it does give the hook the ability to run at session start if the user enables it — review and enable intentionally.
Install Mechanism
No install spec / no external downloads. The package is instruction-and-script-only; included scripts are local and do not reach out to remote URLs. The extract-skill.sh includes reasonable path checks to avoid absolute paths and '..' traversal.
Credentials
The skill declares no required environment variables. One script (error-detector.sh) reads CLAUDE_TOOL_OUTPUT, which is a platform-provided variable referenced in the docs; this is appropriate for detecting tool errors but is an environment read that only makes sense when run inside the described agent environment. No secrets or unrelated credentials are requested.
Persistence & Privilege
always:false and user-invocable:true. The hook only becomes active if the user copies/enables it in their hooks directory or config — there is no forced global persistence. Files written by the extraction script are confined to the current workspace and the script enforces safe path usage.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-self-improving-agent-3-0-1
  3. After installation, invoke the skill by name or use /openclaw-self-improving-agent-3-0-1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the openclaw-self-improving-agent skill. - Provides structured logging for learnings, errors, and feature requests to support continuous self-improvement. - Includes quick reference guide for when and how to log different types of events. - Supports both OpenClaw integration (recommended) and generic setup for other agents. - Offers markdown-based templates and guidelines for logging, tracking, and promoting learnings to project memory. - Details setup steps, workspace structure, and mechanisms for sharing learnings across sessions.
Metadata
Slug openclaw-self-improving-agent-3-0-1
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Openclaw Self Improving Agent 3.0.1?

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 104 downloads so far.

How do I install Openclaw Self Improving Agent 3.0.1?

Run "/install openclaw-self-improving-agent-3-0-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw Self Improving Agent 3.0.1 free?

Yes, Openclaw Self Improving Agent 3.0.1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Self Improving Agent 3.0.1 support?

Openclaw Self Improving Agent 3.0.1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Self Improving Agent 3.0.1?

It is built and maintained by q262045312-ui (@q262045312-ui); the current version is v1.0.0.

💬 Comments