← Back to Skills Marketplace
Meta Skill Optimizer
by
jason-aka-chen
· GitHub ↗
· v1.0.0
· MIT-0
125
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install meta-skill-optimizer
Description
Self-improving AI skill optimizer that learns from feedback, auto-tunes prompts, optimizes tool usage patterns, and evolves based on success/failure analysis...
Usage Guidance
This skill roughly does what it says, but before installing consider the following: 1) The SKILL.md encourages auto-recording of all executions — that can capture private inputs/outputs. Ask whether you are comfortable with the optimizer storing that data on disk (default: ~/.meta_optimizer/<skill>.json) and whether redaction/consent is enforced. 2) There is a mismatch between the README and code: the README shows a hook 'record_execution' and 'optimize_skill' but the included code exposes record_success/record_failure and other methods. Ask the author or inspect the full meta_optimizer.py to confirm the actual API and any missing functions. 3) The README suggests 'pip install numpy scipy json' while the registry lists no install spec; 'json' is stdlib (pip install is unnecessary) and SciPy may be unnecessary — audit dependencies before running pip. 4) Search the full source for any network/telemetry/export code (functions named export/merge/send/post/requests/urllib/socket) before giving it access to real data. If you must try it: run in a sandboxed environment with non-sensitive data, review/modify code to add redaction or require explicit user confirmation before recording or exporting, and periodically inspect/clear ~/.meta_optimizer. If you want, I can: (a) scan the remaining truncated portion of meta_optimizer.py for network calls or export functions, (b) list exact lines where the README and code disagree, or (c) produce a minimal safe wrapper that forces redaction and disables automatic after_execution hooks.
Capability Analysis
Type: OpenClaw Skill
Name: meta-skill-optimizer
Version: 1.0.0
The meta-skill-optimizer bundle is a utility designed to track and improve AI agent performance through feedback loops and historical analysis. The Python implementation in meta_optimizer.py manages local state in ~/.meta_optimizer/ to record task outcomes, categorize behaviors, and suggest optimizations without any network access, shell execution, or sensitive data retrieval. The SKILL.md instructions are consistent with the code's purpose and do not contain any prompt injection or malicious directives.
Capability Assessment
Purpose & Capability
The SKILL.md and meta_optimizer.py are broadly consistent: both describe learning from successes/failures, prompt optimization, pattern storage and recommending approaches. However, the SKILL.md suggests pip installing 'numpy scipy json' while the registry lists no install spec (registry and README disagree). Also the docs reference API/hooks (e.g., record_execution, optimize_skill) that do not appear as named methods in the shown code (code provides record_success/record_failure etc.), which is an incoherence between claimed API and implementation.
Instruction Scope
The README explicitly recommends 'Record Everything' and shows an after_execution hook to auto-record all executions and contexts. That means the skill is intended to capture arbitrary execution context and results across skills, which may include sensitive inputs and outputs. The instructions give broad discretion to collect and merge data ('Merge Insights', 'Export Knowledge'). The SKILL.md does not describe redaction, filtering, user consent, or privacy safeguards — scope creep from 'optimizer' to wide data collection is a significant privacy concern.
Install Mechanism
No formal install spec was provided in the registry (instruction-only), but SKILL.md includes a 'pip install numpy scipy json' line. That is inconsistent with the registry metadata. Installing 'json' via pip is unnecessary (stdlib json exists); requesting SciPy may be disproportionate if it's not used. Since there's no install script in the registry, dependency installation would be manual and should be audited.
Credentials
The skill declares no required environment variables or credentials, which matches the code snapshots. The optimizer saves its knowledge base under ~/.meta_optimizer/<skill>.json by default — local storage is proportional for a learning agent, but it means potentially sensitive execution data will be written to the user's home directory. There is no visible network or telemetry in the provided snippet, but SKILL.md references 'export' and 'merge' features; those could imply network I/O if implemented elsewhere — this should be checked before use.
Persistence & Privilege
always:false (default) so it is not force-included, which is appropriate. However the README encourages hooking into after_execution and 'optimize_skill(skill)', which would let the optimizer observe and modify other skills' behavior at runtime. That is powerful: it increases blast radius (it can influence many skills) even though it's not always-on. The code writes persistent files to the home directory which is expected for a knowledge base, but users should be aware of the persistent storage of recorded executions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meta-skill-optimizer - After installation, invoke the skill by name or use
/meta-skill-optimizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Enables self-improving AI skill optimization via feedback, prompt tuning, and adaptive tool usage.
- Learns from success/failure to enhance future performance.
- Auto-tunes prompts and adapts output style based on feedback.
- Optimizes tool selection, parameters, and workflows dynamically.
- Diagnoses own capabilities, tracks knowledge gaps, and calibrates confidence.
- Evolves continually with version tracking, A/B testing, and best practice codification.
Metadata
Frequently Asked Questions
What is Meta Skill Optimizer?
Self-improving AI skill optimizer that learns from feedback, auto-tunes prompts, optimizes tool usage patterns, and evolves based on success/failure analysis... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install Meta Skill Optimizer?
Run "/install meta-skill-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meta Skill Optimizer free?
Yes, Meta Skill Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Meta Skill Optimizer support?
Meta Skill Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meta Skill Optimizer?
It is built and maintained by jason-aka-chen (@jason-aka-chen); the current version is v1.0.0.
More Skills