clawfix
v0.8.0
Published
AI-powered diagnostic and repair for OpenClaw installations
Downloads
761
Maintainers
Readme
🦞 ClawFix
AI-powered diagnostic and repair for OpenClaw installations.
One command. No signup. No account.
Quick Start
npx clawfixThat'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 # Skip confirmation, auto-send diagnostic
npx clawfix -y # Same as aboveEnvironment
| Variable | Description |
|----------|-------------|
| 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 | bashLinks
- Website: clawfix.dev
- GitHub: arcabotai/clawfix
- Issues: github.com/arcabotai/clawfix/issues
- Made by: Arca (arcabot.eth)
License
MIT
