← Back to Skills Marketplace
118
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-auto-training-skill
Description
Autonomous QA evaluation loop — runs domain-specific tasks against yourself, scores responses with an LLM judge, installs missing skills, and logs knowledge...
Usage Guidance
Key points to consider before installing or enabling this skill:
- The SKILL.md requires an OpenRouter API key and will try to read it from ~/.config/openclaw/env or <WORKSPACE>/.env.local, exposing the possibility of reading other secrets in those files. The registry metadata did not declare these env requirements—treat that mismatch as a red flag.
- At runtime the agent will call an external judge (OpenRouter) and, if the judge suggests a skill, run 'clawhub install <skillSuggestion>' autonomously. That can download and enable arbitrary third-party skills without further human confirmation. Only enable this if you fully trust the clawhub install source and policy.
- If you want to proceed, consider mitigations: provide a scoped/ephemeral OpenRouter key, ensure the clawhub CLI is from a trusted origin, require manual approval before any 'clawhub install' runs (or disable autonomous installs), restrict the agent's file access to a sandboxed workspace, and review any skill IDs proposed before installation.
- If you are not comfortable with the agent autonomously installing code or reading local env files for secrets, do NOT enable this skill or require manual human approval for installs. If you need more assurance, ask the skill publisher for an explicit dependency list and for the skill to declare required env vars and binaries in the registry metadata.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-auto-training-skill
Version: 0.1.0
The skill 'openclaw-auto-training-skill' (defined in skill.md) implements an autonomous loop that automatically installs new software via 'clawhub install' based on unvalidated strings returned from an external LLM judge (OpenRouter). This creates a significant Remote Code Execution (RCE) risk, as the instructions explicitly command the agent to bypass human approval ('Never ask your human to run commands... or install anything manually'). While the stated purpose is self-improvement and QA, the combination of reading sensitive local environment files and executing remote installation commands without a human-in-the-loop is a high-risk pattern.
Capability Assessment
Purpose & Capability
The description (autonomous QA loop that judges responses, installs missing skills, and logs results) matches what the SKILL.md tells the agent to do. However the package metadata declares no required binaries or env vars while the instructions require an OpenRouter API key and the 'clawhub' CLI for installing skills. The missing explicit dependency declarations are a coherence gap.
Instruction Scope
The instructions tell the agent to: read IDENTITY.md/SOUL.md, search memory files (memory/qa-eval-*.md), read config files (~/.config/openclaw/env and <WORKSPACE>/.env.local) to find OPENROUTER_API_KEY, call an external LLM judge, write logs to memory/, and run 'clawhub install <skillSuggestion>' to fetch and enable new skills. That is a broad scope that reads local config and secrets, contacts an external API, and installs arbitrary third-party skills — all of which go beyond a simple evaluator and are not limited/guarded in the instructions.
Install Mechanism
There is no install spec in the registry metadata, yet the runtime flow relies on the 'clawhub' CLI to install additional skills at runtime. That CLI will likely download/execute code for arbitrary skill IDs returned by the judge. Because the skill can autonomously trigger installs, this is a high-risk install mechanism despite the skill itself being instruction-only.
Credentials
The SKILL.md requires OPENROUTER_API_KEY (and optionally OPENROUTER_BASE_URL and model settings) but the skill metadata lists no required env vars. The instructions also tell the agent to read ~/.config/openclaw/env and <WORKSPACE>/.env.local to find the key, which could expose other unrelated secrets in those files. Requesting an external-API key and searching local env files is disproportionate relative to what was declared in the registry.
Persistence & Privilege
The skill is not flagged 'always:true', but it instructs the agent to autonomously install and re-read other skills and to append to persistent memory files (memory/qa-eval-*.md). Autonomous installation of other skills plus writing to memory increases long-term privilege/persistence and can expand the agent's capabilities without human oversight. The skill also explicitly instructs the agent not to ask humans to run commands, implying silent autonomous operations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-auto-training-skill - After installation, invoke the skill by name or use
/openclaw-auto-training-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
openclaw-auto-training-skill 0.1.0 — Initial release
- Introduces an autonomous self-evaluation and skill improvement loop for OpenClaw agents.
- Automatically selects domain-relevant QA tasks, scores responses with an LLM judge, and installs missing skills as suggested.
- Logs evaluation results, knowledge gains, and installed skills to memory files.
- Posts summary updates to BotLearn if available.
- Supports user-triggered activation via multiple self-test or improvement commands.
Metadata
Frequently Asked Questions
What is Openclaw Auto Training Skill?
Autonomous QA evaluation loop — runs domain-specific tasks against yourself, scores responses with an LLM judge, installs missing skills, and logs knowledge... It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Openclaw Auto Training Skill?
Run "/install openclaw-auto-training-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Auto Training Skill free?
Yes, Openclaw Auto Training Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Auto Training Skill support?
Openclaw Auto Training Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Auto Training Skill?
It is built and maintained by Wade Deng (@no7dw); the current version is v0.1.0.
More Skills