🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

clawfix

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clawfix

AI-powered diagnostic and repair for OpenClaw installations

latest
Source
npmnpm
Version
0.9.1
Version published
Weekly downloads
2
-81.82%
Maintainers
1
Weekly downloads
 
Created
Source

🦞 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          # Local scan, display payload, send nothing
npx clawfix --no-send          # Local-only alias
npx clawfix --json             # Machine-readable local scan
npx clawfix --show-data        # Show payload, then ask before upload
npx clawfix --server URL       # Use a custom http(s) API server
npx clawfix --yes              # Explicitly skip confirmation and upload

Environment

VariableDescription
CLAWFIX_APIAPI endpoint (default: https://clawfix.dev)
CLAWFIX_API_TOKENOptional bearer token for a protected ClawFix server
CLAWFIX_AUTOSet to 1 to auto-send without prompt

Alternative

Don't want Node.js? Use the bash script directly:

curl -sSL clawfix.dev/fix | bash

License

MIT

Keywords

openclaw

FAQs

Package last updated on 17 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts