← Back to Skills Marketplace
lorexxar

Self Improving Agent Shared

by LoRexxar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install self-improving-agent-shared
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 exactly what it says: create and remind you to append learnings to .learnings/ and optionally add lightweight hooks. Before installing or enabling hooks: (1) review the scripts (activator.sh, error-detector.sh, extract-skill.sh) to ensure you’re comfortable with their behavior and local file writes; (2) only enable hooks in environments you trust (they will run on events like UserPromptSubmit or PostToolUse); (3) note that error-detector.sh inspects CLAUDE_TOOL_OUTPUT (tool output) — not secrets — but you should still confirm your agent runtime doesn’t place sensitive data there; (4) the extract script writes files into relative ./skills by design—use --dry-run first or set output-dir to avoid unintended changes; (5) if you want to limit automatic activity, skip enabling the hooks or add matcher filters as suggested in the docs.
Capability Assessment
Purpose & Capability
Name/description (capture learnings, errors, corrections) aligns with provided files: documentation, hook handlers that inject reminders, lightweight activator/error-detector scripts, and a skill-extraction helper. No unrelated credentials, binaries, or network download/install steps are present.
Instruction Scope
SKILL.md and hook docs instruct creating .learnings/, installing optional OpenClaw hooks, and enabling small scripts. Scripts only output reminders or scan a provided CLAUDE_TOOL_OUTPUT variable for error patterns; handler injects a virtual file into bootstrapFiles. The instructions do not instruct reading arbitrary secrets or exfiltrating data. One minor note: error-detector.sh reads the CLAUDE_TOOL_OUTPUT environment variable (a runtime tool output) which is expected in the described agent environments.
Install Mechanism
No install spec is declared (instruction-only skill). Suggested installation is cloning a GitHub repo or using ClawdHub; no archives or remote arbitrary downloads/executables are performed. Scripts live in the repo and would only run if the user opts into hooking them.
Credentials
The skill declares no required environment variables or secrets. Runtime scripts read CLAUDE_TOOL_OUTPUT (tool output injected by the agent runtime) and event/context passed into hook handlers; these are consistent with the described hook behavior and are not sensitive credentials.
Persistence & Privilege
always:false and user-invocable:true. Hook installation and enabling are explicit user actions. The handler only injects a virtual reminder file into bootstrapFiles and does not modify other skills or global configuration autonomously.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install self-improving-agent-shared
  3. After installation, invoke the skill by name or use /self-improving-agent-shared
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Self-improving-agent-shared v1.0.0 — Initial Release - Introduces a comprehensive self-improvement workflow for agents and coding environments. - Standardizes how errors, learnings, and feature requests are logged in markdown files for ongoing enhancement. - Provides structured markdown templates for LEARNINGS.md, ERRORS.md, and FEATURE_REQUESTS.md with categorization, metadata, and promotion guidance. - Offers integration instructions for OpenClaw and generic setups, including workspace structure and session-based learning sharing. - Details best practices for reviewing and promoting broadly applicable learnings to persistent project files (e.g., CLAUDE.md, AGENTS.md). - Includes sample workflows, file setup steps, and markdown templates to facilitate adoption.
Metadata
Slug self-improving-agent-shared
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Self Improving Agent Shared?

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

How do I install Self Improving Agent Shared?

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

Is Self Improving Agent Shared free?

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

Which platforms does Self Improving Agent Shared support?

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

Who created Self Improving Agent Shared?

It is built and maintained by LoRexxar (@lorexxar); the current version is v1.0.0.

💬 Comments