Autooptimise
/install autooptimise
autooptimise
Autonomous benchmark-driven skill optimisation for OpenClaw. Inspired by Andrej Karpathy's autoresearch — the same modify → test → score → keep/discard loop, applied to agent skill quality instead of GPU training.
Trigger Phrases
"optimise my weather skill""run autooptimise on [skill-name]""benchmark my [skill-name] skill""improve my skill overnight"
Key Files
| File | Purpose |
|---|---|
benchmark/tasks.json |
Test task suite (prompts + expected qualities) |
benchmark/scorer.md |
LLM judge scoring rubric |
runner/run_experiment.md |
Autonomous loop instructions (load this next) |
runner/experiment_log.md |
Auto-created run log (gitignored) |
How to Run
- Read
runner/run_experiment.md— it contains the full loop instructions - Confirm the target skill with the user if not specified
- Execute the loop (max 3 iterations)
- Present proposed changes for human approval — never auto-apply
Scoring
Use the best available LLM judge model (prefer a strong reasoning model). Score each task 0–10 on:
- Accuracy — correct answer / correct tool called
- Conciseness — no padding, no unnecessary text
- Tool usage — right tool, right parameters
- Formatting — output matches expected format
Full rubric: benchmark/scorer.md
Safety Rules
- Never auto-apply changes. Always present a diff and wait for explicit human approval.
- Never modify
benchmark/tasks.jsonorbenchmark/scorer.mdduring a run. - Never exceed 3 iterations per run in v0.1.
- Log every action to
runner/experiment_log.md.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install autooptimise - After installation, invoke the skill by name or use
/autooptimise - Provide required inputs per the skill's parameter spec and get structured output
What is Autooptimise?
Autonomously optimise any OpenClaw skill using a benchmark-driven experiment loop. Scores skill outputs 0-10 across 4 dimensions, identifies the lowest-scori... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Autooptimise?
Run "/install autooptimise" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Autooptimise free?
Yes, Autooptimise is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Autooptimise support?
Autooptimise is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Autooptimise?
It is built and maintained by WealthVisionAI-Source (@wealthvisionai-source); the current version is v0.1.0.