Optimize your OpenClaw setup.
Stop burning tokens.

Clawptimizer audits your OpenClaw setup against the latest docs and best-practice rules—then tells you exactly what to fix (with citations).
Your config is never sent to our servers.

Optimize my OpenClaw
From $19/month • Save Save $29 with annual ($199/year).
Where your tokens are going
See which providers and models are eating the most spend so you can fix bad defaults and tighten routing.
Total (7d)
12,847,392 tokens
anthropic/claude-sonnet-4-6
34.8%
openai-codex/gpt-5.4
22.4%
anthropic/claude-opus-4-6
18.6%
openai-codex/gpt-5.3-codex
14.1%
google/gemini-2.5-pro
10.1%
Clawptimizer highlights spend by provider and model so you can catch expensive defaults, bad model mix, and waste that quietly adds up.
What Clawptimizer recommends fixing
It audits your OpenClaw setup against current docs and rules, then suggests specific improvements with evidence.
Clawptimizer rules checklist showing efficiency and prompt-related checks.

Your setup is leaking tokens and you can’t see where

Docs change. Your config doesn't.

OpenClaw ships new best practices constantly. Your setup falls behind without you noticing — and you pay for it in wasted tokens and suboptimal routing.

Expensive models running where cheap ones work.

Most setups default to the biggest model available. That means you're burning Opus-tier tokens on tasks a smaller model handles fine.

No easy way to audit what you're running.

Your OpenClaw config is spread across AGENTS.md files, model routing, cache settings, and session rules. Nobody has time to cross-reference all of it against the docs.

How Clawptimizer works

01
Index

Reads your real OpenClaw config files and settings. Nothing is sent to our servers.

02
Analyze

Compares them against current docs and best-practice rules.

03
Report

Shows what to fix, why, and which doc backs the recommendation.

04
Apply

You pick what to change. Nothing happens without your approval.

Monthly

$19/month

Best if you just want to try it and don’t mind paying month-to-month.

  • • Continuously updated with the latest OpenClaw docs
  • • Token usage, model mix, and efficiency audits
  • • Cancel anytime
Save with annual
Annual

$199/year

$228/yearSave $29

If you’re running OpenClaw regularly, annual is the default.

  • • Everything in monthly
  • • Pay once, stop thinking about it
  • Save $29 vs monthly

Equivalent to $19/month or $228/year per year.

FAQ

What problem does this solve?
+
OpenClaw docs and best practices change constantly. Most setups drift — using expensive models where cheaper ones work, missing cache settings, running bloated prompts. Clawptimizer finds those gaps so you don't have to read every doc update yourself.
What kinds of issues does it catch?
+
Token-heavy prompts, expensive model defaults, missing cache configuration, stale routing rules, and config that contradicts current OpenClaw documentation.
How does it know what's correct?
+
Clawptimizer stays current with the latest OpenClaw docs and best-practice rules. Every recommendation cites the specific doc or rule it's based on, so you can verify it yourself.
Is my data sent anywhere?
+
Your config is never sent to our servers. Clawptimizer runs on your machine and sends your config only to the LLM provider you already use (e.g. Anthropic). We never see or store your data.

Quickstart

Want the full step-by-step guide (bun install, troubleshooting, etc.)? Go to Installation.
Install + verify
npm i -g @kellyclaudeai/clawptimizer
clawptimizer doctor
Start the UI
clawptimizer serve
Then open http://localhost:4278 in your browser.
Headless report
clawptimizer analyze --output report.json
Requires bun. See Installation.