← Back to Skills Marketplace
boboincn

Temp Skill Download

by BoBoinChina · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
147
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install temp-skill-download
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 what it says: remind the agent to log learnings and provide helpers to promote those learnings into workspace files or extracted skills. Before installing or enabling hooks: 1) Review the scripts (activator.sh, error-detector.sh, extract-skill.sh) to ensure you understand where they write files (defaults: ~/.openclaw/workspace/.learnings or ./skills) and that the SKILLS_DIR override is acceptable. 2) Hooks run with the same permissions as your agent — only enable them if you trust the code and repository. 3) The error detector reads CLAUDE_TOOL_OUTPUT to look for error strings; it only outputs reminders (no network calls), but it may trigger frequently if enabled globally. 4) If you run extract-skill.sh, it will create files/directories—use --dry-run first or set an explicit --output-dir. 5) If you want tighter control, enable hooks at project-level (not user/global) and/or inspect the repository you clone. Overall, no credentials or external endpoints are requested and no obfuscated or suspicious code was found.
Capability Analysis
Type: OpenClaw Skill Name: temp-skill-download Version: 1.0.0 The 'self-improvement' skill bundle is designed to help AI agents log errors, user corrections, and new insights into local markdown files (e.g., .learnings/LEARNINGS.md). It includes utility scripts (activator.sh, error-detector.sh, extract-skill.sh) and OpenClaw hooks (handler.js/ts) that facilitate this logging process and provide reminders to the agent. The code and instructions are consistent with the stated purpose of continuous improvement and do not exhibit signs of data exfiltration, unauthorized execution, or malicious intent.
Capability Assessment
Purpose & Capability
The name/description (self-improvement / logging learnings) matches the included assets: templates, log formats, hook handlers, activator/error-detector scripts, and an extraction helper. There are no requests for unrelated credentials, binaries, or system config.
Instruction Scope
SKILL.md and reference docs instruct creating .learnings/ files, copying the hook into ~/.openclaw/hooks, and optionally cloning a GitHub repo. The scripts read CLAUDE_TOOL_OUTPUT (documented) to detect errors. All referenced file paths and actions (writing to workspace, adding bootstrap virtual file, running local scripts) are consistent with the stated logging/promotion behavior. Minor note: the docs recommend cloning from GitHub and enabling hooks — these are normal for installation but are actions that write to and modify the user's workspace if followed.
Install Mechanism
There is no automated install spec in the package (instruction-only), and included scripts/hooks are present in the bundle. The SKILL.md suggests manual git clone or use of a 'clawdhub' installer; cloning from GitHub is standard but is an out-of-band action the user must opt into. No external, opaque download URLs or archive extraction are present in the package itself.
Credentials
The skill does not declare required env vars or credentials. The scripts use optional env vars (e.g., SKILLS_DIR override) and read CLAUDE_TOOL_OUTPUT to detect errors — both are proportional to the purpose. There are no requests for secrets or unrelated service tokens.
Persistence & Privilege
always:false and model invocation enabled (defaults) — normal. The OpenClaw hook, if installed/enabled by the user, will inject a virtual reminder at agent bootstrap and the activator/error-detector will run when configured. The extract-skill.sh can create files under a skills directory when executed. These behaviors require explicit user configuration/enabling; review before enabling hooks globally.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install temp-skill-download
  3. After installation, invoke the skill by name or use /temp-skill-download
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
temp-skill-download v1.0.0 - Initial release of the self-improvement skill for agents. - Provides a structured workflow for logging learnings, errors, and feature requests. - Includes detailed markdown log templates for continuous improvement. - Offers OpenClaw-specific integration and generic usage instructions. - Describes criteria and workflow for promoting important learnings to project memory files.
Metadata
Slug temp-skill-download
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Temp Skill Download?

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 Temp Skill Download?

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

Is Temp Skill Download free?

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

Which platforms does Temp Skill Download support?

Temp Skill Download is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Temp Skill Download?

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

💬 Comments