🦞 ClawFix
AI-powered diagnostic and repair for OpenClaw installations.
One command. No signup. No account.
Quick Start
npx clawfix
That's it. ClawFix scans your OpenClaw setup, finds issues, and generates fix scripts.
What it does
- Scans your OpenClaw installation (config, gateway, plugins, workspace, logs)
- Detects issues using pattern matching (12+ known issue detectors)
- Analyzes novel problems with AI (optional, with your consent)
- Generates a fix script you can review and run
Privacy
- All secrets, tokens, and API keys are automatically redacted before leaving your machine
- Diagnostic data is only sent with your explicit consent
- No telemetry, no tracking, no account required
- Source code is open — verify it yourself
Options
npx clawfix --yes
npx clawfix -y
Environment
CLAWFIX_API | API endpoint (default: https://clawfix.dev) |
CLAWFIX_AUTO | Set to 1 to auto-send without prompt |
Alternative
Don't want Node.js? Use the bash script directly:
curl -sSL clawfix.dev/fix | bash
Links
License
MIT