← Back to Skills Marketplace
wangkang5

wangkang-skill

by wangkang5 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
271
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wangkang-skill
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 implements what it claims: simple reminders, error detection (from CLAUDE_TOOL_OUTPUT), and templates for logging learnings. Before enabling the hook globally, consider: 1) review .learnings entries before promoting them to workspace files (SOUL.md/AGENTS.md/TOOLS.md) because those files become part of the agent's context and can change behavior; 2) enable hooks at the project/user level (not system-wide) if you want to limit scope; 3) scripts are local and do not exfiltrate secrets, but check file permissions and inspect the files yourself if you have strict security requirements; 4) use extract-skill.sh --dry-run to see what it will create before writing files.
Capability Analysis
Type: OpenClaw Skill Name: wangkang-skill Version: 1.0.1 The skill bundle implements a 'self-improvement' framework designed to help OpenClaw agents log errors, corrections, and best practices to markdown files (e.g., .learnings/LEARNINGS.md). The included shell scripts (activator.sh, error-detector.sh, and extract-skill.sh) are utility tools for triggering reminders and scaffolding new skills; notably, extract-skill.sh includes basic security checks to prevent path traversal. The instructions in SKILL.md and the OpenClaw hooks are transparently aligned with the stated goal of iterative learning and do not contain evidence of malicious prompt injection, data exfiltration, or unauthorized persistence.
Capability Assessment
Purpose & Capability
Name/description (self-improvement / capture learnings) align with the code and documentation. Scripts, templates, and hook handlers are all about logging learnings, producing reminders, and scaffolding new skills — nothing unrelated (no cloud credentials, no system-wide config edits beyond copy-to-home instructions).
Instruction Scope
SKILL.md instructs the user to create .learnings files, optionally copy/enable an OpenClaw hook, and promote learnings into workspace files (SOUL.md, AGENTS.md, etc.). The included activator and error-detector scripts only print reminder blocks and the error-detector reads CLAUDE_TOOL_OUTPUT to detect failures. This is consistent with the purpose, but promoting arbitrary content into workspace files will change future agent context (i.e., it can act as prompt/context injection) — the user should review learnings before promoting them globally.
Install Mechanism
No automatic install spec or remote download. This is effectively an instruction-only skill with helper scripts and hook handlers included in the bundle. The extract-skill.sh has safety checks (refuses absolute/.. output dirs) and the scripts are simple and local. There are no URLs that fetch/extract arbitrary archives at install time.
Credentials
The skill declares no required env vars or credentials. The error-detector script reads CLAUDE_TOOL_OUTPUT (a platform-provided tool output variable) which is reasonable for detecting tool errors. No secrets or unrelated environment access are requested.
Persistence & Privilege
always is false and the skill is user-invocable; the hook handlers inject a virtual reminder at agent bootstrap when the hook is installed/enabled. That behavior is expected for a reminder hook but it does give recurring presence if you copy/enable the hook in ~/.openclaw/hooks — review before enabling globally. Autonomous invocation is allowed by default (normal for skills) but not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wangkang-skill
  3. After installation, invoke the skill by name or use /wangkang-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
No changes detected in this release. - Version updated to 1.0.3 with no modifications to files or documentation.
v1.0.2
Self-improvement skill v1.0.2 introduces structured learning and error logging for continuous improvement. - Added comprehensive documentation on when and how to log learnings, errors, and feature requests using markdown files. - Defined standardized log entry formats for learnings, errors, and feature requests, with clear metadata and promotion workflow. - Provided quick reference tables for actions to take in different situations (failures, user corrections, feature requests, knowledge gaps, best practices, etc). - Detailed OpenClaw integration steps, including workspace structure, installation, optional hooks, and promotion targets for important learnings. - Included fallback instructions for use with other agent frameworks outside OpenClaw. - Outlined process for promoting key learnings to project-wide memory files such as CLAUDE.md, AGENTS.md, and TOOLS.md.
Metadata
Slug wangkang-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is wangkang-skill?

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

How do I install wangkang-skill?

Run "/install wangkang-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is wangkang-skill free?

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

Which platforms does wangkang-skill support?

wangkang-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wangkang-skill?

It is built and maintained by wangkang5 (@wangkang5); the current version is v1.0.1.

💬 Comments