← Back to Skills Marketplace
sam-k-migz

OpenClaw Learning Loop

by Sam-k-migz · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install self-improving-agent-openclaw
Description
Capture errors, corrections, and feature requests so your OpenClaw agent improves over time instead of repeating the same mistakes. Use when commands fail, u...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install self-improving-agent-openclaw
  3. After installation, invoke the skill by name or use /self-improving-agent-openclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Rename title for stronger branding
v1.0.1
Improve listing copy and positioning
v1.0.0
Initial release
Metadata
Slug self-improving-agent-openclaw
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install OpenClaw Learning Loop?

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

Is OpenClaw Learning Loop free?

Yes, OpenClaw Learning Loop is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Learning Loop support?

OpenClaw Learning Loop is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Learning Loop?

It is built and maintained by Sam-k-migz (@sam-k-migz); the current version is v1.0.2.

💬 Comments