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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install autooptimise - 安装完成后,直接呼叫该 Skill 的名称或使用
/autooptimise触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Autooptimise 是什么?
Autonomously optimise any OpenClaw skill using a benchmark-driven experiment loop. Scores skill outputs 0-10 across 4 dimensions, identifies the lowest-scori... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Autooptimise?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install autooptimise」即可一键安装,无需额外配置。
Autooptimise 是免费的吗?
是的,Autooptimise 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Autooptimise 支持哪些平台?
Autooptimise 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Autooptimise?
由 WealthVisionAI-Source(@wealthvisionai-source)开发并维护,当前版本 v0.1.0。