← Back to Skills Marketplace
147
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install test1-232qe11
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 is internally consistent with its purpose: it creates local .learnings/ logs, emits short hook reminders, detects simple error patterns from tool output, and scaffolds new skills from learnings. Before installing or enabling hooks: 1) Inspect the scripts (activator.sh, error-detector.sh, extract-skill.sh) yourself and ensure you’re comfortable with their behavior; they run locally and will write files. 2) Do not enable the PostToolUse hook unless you trust the environment, because it inspects CLAUDE_TOOL_OUTPUT (potentially sensitive). 3) Follow the skill's own advice: never log secrets, tokens, full private files, or raw transcripts unless you explicitly want them stored. 4) If you enable hooks, prefer project-level or matcher-restricted configuration (only trigger on error-related prompts) to reduce accidental injection of sensitive or noisy content into every session. 5) If unsure, keep the skill user-invocable only (don’t enable automatic hooks) and test in an isolated workspace first.
Capability Analysis
Type: OpenClaw Skill
Name: test1-232qe11
Version: 1.0.3
The skill bundle is a legitimate utility designed to help an AI agent track errors, learnings, and feature requests in a structured markdown format. It includes shell scripts (activator.sh, error-detector.sh, extract-skill.sh) that provide automation for logging and scaffolding new skills, with appropriate security checks such as path traversal validation in extract-skill.sh. The instructions in SKILL.md explicitly warn the agent against logging sensitive data like secrets or private keys, and the overall logic is consistent with the stated purpose of self-improvement without any evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name/description (self-improvement / capture learnings and errors) matches the included artifacts: scripts to remind about learnings (activator.sh), detect command errors (error-detector.sh), and scaffold new skills from learnings (extract-skill.sh). All actions (creating .learnings/, writing markdown logs, scaffolding ./skills/<name>/) are coherent with the stated purpose.
Instruction Scope
SKILL.md stays mostly within scope: it instructs creating .learnings/ logs, wiring optional hooks, and promoting high-value items to workspace files. It explicitly warns not to log secrets and to prefer redaction. One operational note: enabling the hook causes workspace files to be injected into sessions (intentional for OpenClaw) — that can influence model outputs (prompt injection risk) and should be enabled only in trusted environments. Also, error-detector.sh reads the CLAUDE_TOOL_OUTPUT environment variable (expected for the hook) — the doc warns treating that content as sensitive but scripts do not automatically redact outputs beyond pattern matching.
Install Mechanism
There is no packaged install step in the registry entry (instruction-only), and the SKILL.md suggests manual installation or cloning from a GitHub repo. The included scripts are local and do not download or execute remote archives. No high-risk download/extract behavior is present in the provided files.
Credentials
The skill does not declare required environment variables, credentials, or config paths. The only runtime env used in scripts is CLAUDE_TOOL_OUTPUT (used by error-detector.sh), which is reasonable for a PostToolUse hook. No unrelated secrets or cloud credentials are requested.
Persistence & Privilege
always:false (default) and agent-autonomous invocation is allowed (platform default). The skill recommends installing hooks and placing files under ~/.openclaw/workspace which will persist and be injected into sessions — this is part of its design but elevates the impact of any mistaken or malicious workspace content. Enable hooks only if you trust the source and review workspace files before promoting content into global workspace files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test1-232qe11 - After installation, invoke the skill by name or use
/test1-232qe11 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Self-Improvement skill rewritten for OpenClaw and continuous project learning.
- Major rewrite: Redesigned from sandbox/poetry skill to a logging and improvement workflow for agents and coding assistants.
- Added self-contained initialization of `.learnings/` directory and markdown logs: `LEARNINGS.md`, `ERRORS.md`, `FEATURE_REQUESTS.md`.
- Provided usage guidance and action tables for logging errors, learnings, and feature requests.
- Included OpenClaw integration details, workspace layout, hook setup, and inter-session learning sharing.
- Documented promotion of important learnings to workspace-level memory and instructions for other agent environments.
- Added clear markdown logging templates for learnings and errors.
v1.0.2
- 新增沙盒测试 Skill,支持以三行打油诗总结用户给出的非技术话题。
- 明确输出固定结构,方便查看和验证 Skill 是否加载。
- 仅用于娱乐或 Skill 演示,不涉及任何充电业务或用户敏感信息。
Metadata
Frequently Asked Questions
What is test1123123?
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 147 downloads so far.
How do I install test1123123?
Run "/install test1-232qe11" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is test1123123 free?
Yes, test1123123 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does test1123123 support?
test1123123 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created test1123123?
It is built and maintained by a6191187 (@a6191187); the current version is v1.0.3.
More Skills