← Back to Skills Marketplace
litiao1224

Self Improving Agent 1 0 2 Litiao

by litiao1224 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
154
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install self-improving-agent-1-0-2-litiao
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 package appears to do what it says: reminders, error-detection based on tool output, and a helper to scaffold extracted skills. Before enabling it: (1) review the three scripts (activator.sh, error-detector.sh, extract-skill.sh) to ensure you are comfortable with file paths and behavior; (2) prefer adding hooks at the project-level rather than user-level if you only want it active per-repo — user-level settings make the hooks run globally; (3) be aware error-detector relies on the CLAUDE_TOOL_OUTPUT env var (provided by the host) and extract-skill.sh will create files under ./skills or wherever SKILLS_DIR points — confirm that location and permissions are acceptable; (4) no credentials are requested, and there are no outbound network calls in the scripts, but if you later modify scripts to send or publish learnings, re-review for exfiltration risks.
Capability Analysis
Type: OpenClaw Skill Name: self-improving-agent-1-0-2-litiao Version: 1.0.0 The bundle is a legitimate productivity tool designed to help AI agents log errors, user corrections, and new knowledge into markdown files for continuous improvement. It includes shell scripts (activator.sh, error-detector.sh, extract-skill.sh) that provide context reminders, detect command failures via environment variables, and scaffold new skill directories. The logic is transparent, lacks any data exfiltration or remote execution capabilities, and includes input validation in the extraction script to prevent path traversal.
Capability Assessment
Purpose & Capability
Name/description (self-improvement / logging / skill extraction) match the included assets: templates, examples, and three small helper scripts (activator, error-detector, extract-skill). There are no unrelated binaries, network endpoints, or undeclared third-party services required.
Instruction Scope
SKILL.md instructs writing entries into .learnings/ and promoting learnings to project/workspace files — exactly the advertised behavior. It also documents adding hook commands to project or user-level settings to run the provided scripts. Caution: enabling the user-level (~/.claude/settings.json) hook will cause the scripts to run for every session on that host, which is broader in scope than a per-project opt-in.
Install Mechanism
No install spec; this is instruction-plus-scripts only. Scripts are small, local shell scripts included in the repo. Nothing is downloaded from external URLs and no archives are extracted.
Credentials
The skill requires no credentials and declares no env vars. At runtime the error-detector script expects CLAUDE_TOOL_OUTPUT (host-provided) and extract-skill.sh respects SKILLS_DIR if set; these are reasonable for the documented integration but are not listed as required env vars in metadata. No secrets or unrelated credentials are requested.
Persistence & Privilege
always:false and the skill does not attempt to modify other skills. The extract-skill helper creates files under a skills directory (default ./skills or SKILLS_DIR), which is expected for a skill-scaffolding tool. The main privilege concern is user choice: if you configure user-level hooks, the scripts will run for all sessions on that machine (they execute with the same permissions as the host agent).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install self-improving-agent-1-0-2-litiao
  3. After installation, invoke the skill by name or use /self-improving-agent-1-0-2-litiao
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bug fixes and improvements with -litiao suffix
Metadata
Slug self-improving-agent-1-0-2-litiao
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 1 0 2 Litiao?

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

How do I install Self Improving Agent 1 0 2 Litiao?

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

Is Self Improving Agent 1 0 2 Litiao free?

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

Which platforms does Self Improving Agent 1 0 2 Litiao support?

Self Improving Agent 1 0 2 Litiao is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Self Improving Agent 1 0 2 Litiao?

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

💬 Comments