An automated code auto-diagnosis and fix skill designed to systematically resolve compiler, runtime, and logical bugs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-fix
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install code-fix using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Code Error Fixer is a highly structural engineering skill optimized for troubleshooting software vulnerabilities, compilation failures, runtime crashes, and dependency anomalies. Built on advanced engineering practices such as Root Cause Analysis (RCA), the Scientific Method, and Rubber Duck Debugging, this agent protocol bypasses guesswork in favor of a strict, execution-driven workflow. It ensures that developers can seamlessly eliminate unexpected behavior across modern development stacks.
By adding this extension to Openclaw Skills, engineering teams deploy an autonomous agent capable of inspecting environments, isolating problematic stack traces, querying package managers, and executing precise programmatic modifications. It acts as an elite virtual debugger that avoids erratic code mutation, selecting the least intrusive, highest-impact modifications to achieve operational stability.
node --version or python --version), and establishes a Minimal Reproducible Example (MRE) to guarantee a stable error context.git diff), or diagnostic logging injections, the agent zeroes in on the exact file, block, or variable triggering the exception.Integrate this capability directly into your workspace. Ensure your runtime environment exposes the necessary tool paths required for system inspection:
# Ensure Openclaw agent environment has access to allowed CLI tools
which grep bash npx cargo pipdeptree go
# To verify dependencies for Node.js workflows
npm ls <package-name>
# To evaluate underlying environment errors in Python setups
pipdeptree -p <package-name>
The skill manages diagnosis state parameters and executes structural troubleshooting using specific platform diagnostic trees. It coordinates resolution mapping using the following taxonomy rules:
| Error Domain | Diagnostic Targets | Core Command Reference |
|---|---|---|
| JavaScript / TypeScript | node_modules, package.json, tsconfig.json |
node --version && npx tsc --version |
| Python Environments | Virtual environments, global site-packages | python --version && which python |
| Go Frameworks | go.mod, dependency graphs |
go mod graph, go mod tidy |
| Rust Toolchains | Cargo crates, compiler configurations | cargo tree, cargo clean && cargo build |
All diagnostic outputs obey explicit conversational messaging states, tracing from early confirmation (Error Reproduction), down through root cause identification (Root Cause Statement), up to ultimate testing execution (Verification Verdict).
pipdeptree, npm ls, and cargo tree).Loading
An advanced, four-tier AI trading agent package combining 117 modular skills and 26 virtual investment experts to orchestrate A-share research, decision-making, and risk control.

A comprehensive 3-layer diagnostic and permanent self-healing fix for the 'reply session initialization conflicted' error in OpenClaw gateway environments.

An automated configuration assistant that generates optimized CI/CD pipelines for GitHub Actions, GitLab CI, and Jenkins platforms.

A standardized, reliable workflow for deploying and updating applications on a single machine using Docker Compose.

A methodology and automated Python workflow to systematically discover, backtest, and submit high-quality alpha factors to reach the Gold level in the WorldQuant BRAIN Challenge.

An automated metrics aggregation and report generation tool designed for multi-platform operations and weekly performance analytics.








































