Crash Fixer
/install crash-fixer
crash-fixer
Full autonomous crash-fixing loop. Fetches crashes, deduplicates, analyzes with AI, generates fixes, and creates PRs.
Trigger
/crash-fixer [--hours 24] [--limit 5] [--dry-run]
How It Works
- Fetch - Query crash reporter for new crashes
- Deduplicate - Check fingerprint for identical crashes already fixed
- Analyze - Use Codex 5.3 High (o3-high) to understand crash
- Fix - Generate code fix
- PR - Create branch → commit → PR
- Update - Mark status in crash reporter
Options
| Flag | Default | Description |
|---|---|---|
--hours N |
24 | Only fetch crashes from last N hours |
--limit N |
3 | Max crashes to process per run |
--dry-run |
false | Analyze but don't create PRs |
Required Environment
| Variable | Description |
|---|---|
GH_TOKEN |
GitHub API token |
CRASH_REPORTER_API_KEY |
API key for crash reporter worker |
CRASH_REPORTER_URL |
URL of crash reporter worker |
TARGET_REPO |
GitHub repo to fix (owner/name) |
Note: Uses MiniMax M2.5 (available in OpenClaw) for AI analysis - no extra API key needed.
Example
/crash-fixer --dry-run
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crash-fixer - After installation, invoke the skill by name or use
/crash-fixer - Provide required inputs per the skill's parameter spec and get structured output
What is Crash Fixer?
Autonomous crash analysis and bug fixing. Monitors crash reports from Cloudflare D1, deduplicates, analyzes with Codex 5.3 High, generates fixes, and creates... It is an AI Agent Skill for Claude Code / OpenClaw, with 654 downloads so far.
How do I install Crash Fixer?
Run "/install crash-fixer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crash Fixer free?
Yes, Crash Fixer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Crash Fixer support?
Crash Fixer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crash Fixer?
It is built and maintained by Hamon Ben Riazy (@ryce); the current version is v3.0.0.