🦞 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)
- Builds a fix script from reviewed deterministic repair snippets; AI never contributes shell
Privacy
- ClawFix recursively redacts recognized secrets, tokens, API keys, credentials, and home paths before upload
- Diagnostic data is only sent with your explicit consent
- Error logs are unstructured and may contain identifiers the redactor cannot recognize; inspect locally first
- No account is required; the service uses IP addresses transiently for abuse throttling
- Source code is open — verify it yourself
Options
npx clawfix --dry-run
npx clawfix --no-send
npx clawfix --json
npx clawfix --show-data
npx clawfix --server URL
npx clawfix --yes
Environment
CLAWFIX_API | API endpoint (default: https://clawfix.dev) |
CLAWFIX_API_TOKEN | Optional bearer token for a protected ClawFix server |
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