๐Ÿฆž

Fix your OpenClaw
in one command

AI-powered diagnostic and repair. No SSH access needed. Runs locally, sends redacted logs, gets a fix script back.

๐ŸŽ‰ Early Access

Free during beta โ€” all features, no payment required

Be an early user, help us improve, pay nothing

$ npx clawfix

Recommended โ€” auditable source on npm and GitHub

Want to inspect before running? npx clawfix --dry-run

Works on macOS, Linux, and WSL. Requires Node.js 18+.

How It Works

1

Run One Command

The diagnostic script scans your OpenClaw installation. Config, logs, plugins, ports โ€” everything checked in seconds.

2

AI Analyzes

Pattern matching catches known issues instantly. AI handles novel problems with deep analysis of your specific setup.

3

Review & Apply

You get a commented fix script. Read it, understand it, then run it. Nothing happens without your approval.

What It Detects

๐Ÿ’€

Gateway Crashes

Port conflicts, process hangs, restart loops

๐Ÿง 

Memory Issues

Mem0 silent failures, missing flush, broken search

๐ŸŒ

Browser Automation

CDP port failures, extension loading, headless issues

๐Ÿ”Œ

Plugin Configs

Broken plugins, missing dependencies, wrong settings

โšก

Native Codex Harness

PI route drift, Codex home mismatches, fast tier gaps, timeout boundaries

๐Ÿ’ธ

Token Waste

Excessive heartbeats, no pruning, bloated context

๐ŸŽ

macOS Quirks

Metal GPU crashes, Apple Silicon issues, Peekaboo

๐Ÿ”ง

Service Manager Crashes

launchd/systemd SIGTERM recovery, crash loops, backoff detection

๐Ÿ‘ป

Zombie Processes

PID exists but port not listening โ€” stale gateway detection

๐Ÿ“œ

Error Log Bloat

Chrome extension spam, handshake storms, 200MB+ log files

๐Ÿ•

Gateway Watchdog

Recommends independent health checks to avoid launchd backoff gaps

๐Ÿงต

Provider Prefix Typos

codex/gpt-5.4 vs openai-codex/gpt-5.4 โ€” silent 403 + fallback loop on every cron

๐ŸŽฃ

Discord Silent Drops

groupPolicy: allowlist with empty allowFrom โ€” group messages disappear without logs

๐Ÿ”’

Plaintext Secrets in Config

Flags fields still inline that should be SecretRefs pointing at ~/.openclaw/.env

๐Ÿชช

Invalid GH Token Override

Invalid GH_TOKEN env shadows a working gh login and breaks every GitHub-using cron

๐Ÿ“ก

Stale Paired Nodes

Endless skills-remote probe timeouts from a paired node with no host daemon behind it

๐ŸŒŠ

Context Overflow

Session stuck >100 % of ctx window, auto-compaction failing โ€” manifests as slow replies

๐Ÿ”

FileVault Blocks Reboots

macOS โ€” pre-boot prompt gates all services; any unattended reboot leaves the mac off-network

๐Ÿ“ฆ

Plist Stale Secrets

macOS โ€” LaunchAgent EnvironmentVariables carries old secrets after a .env migration

Pricing

Security & Transparency

You're right to be skeptical of tools from the internet. Here's exactly what ClawFix does and doesn't do โ€” verify it yourself.

๐Ÿ”

Inspect Before Running

npx clawfix --dry-run shows exactly what data would be collected โ€” sends nothing. Read the output. Decide for yourself.

๐Ÿ”“

100% Open Source

Every line on GitHub. CLI source, server code, diagnostic script โ€” all public. Audit it.

๐Ÿ”’

Secrets Auto-Redacted

API keys, tokens, passwords โ€” all replaced with ***REDACTED*** before anything leaves your machine. The env block is skipped entirely.

๐Ÿšซ

No File Contents Read

ClawFix checks if SOUL.md exists โ€” it never reads what's inside. No chat history, no memory files, no personal data.

๐Ÿ‘€

Consent Required

The diagnostic asks [y/N] before sending anything. No data leaves your machine without you typing "y".

๐Ÿ’พ

Fix Scripts = Your Review

Fix scripts are saved to /tmp for you to read first. Every fix backs up your config. Nothing auto-executes.

๐Ÿ“ฆ What Exactly Is Sent

โœ… SENT (redacted)

  • โ€ข OS type, version, architecture
  • โ€ข Node.js and npm versions
  • โ€ข OpenClaw version
  • โ€ข Config structure (all secrets redacted)
  • โ€ข Recent error log lines
  • โ€ข Plugin names + enabled status
  • โ€ข Gateway status
  • โ€ข Hostname hash (8 chars of SHA-256)

โŒ NEVER SENT

  • โ€ข API keys, tokens, passwords
  • โ€ข File contents (SOUL.md, memory, etc.)
  • โ€ข Chat history or messages
  • โ€ข IP address or real hostname
  • โ€ข Environment variables
  • โ€ข Personal data of any kind