claw-guru

Diagnose OpenClaw gateway errors using live docs and config verification.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/CopeeeTang/copeee-skills --skill claw-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claw-guru
Source: https://github.com/CopeeeTang/copeee-skills/tree/main/skills/claw-guru
Command: npx skills add https://github.com/CopeeeTang/copeee-skills --skill claw-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

claw-guru helps you troubleshoot OpenClaw gateway issues quickly and safely when you face crashes, misconfiguration, broken slash commands, or integration problems that are hard to debug from memory.

Core Features & Use Cases

  • Live-doc guided diagnostics: Uses OpenClaw’s live documentation (including llms.txt) and troubleshooting pages to ensure advice matches the current version.
  • Config verification and safe change protocol: Guides you to verify the installed distribution schema and update configuration using a backup + validation + restart workflow.
  • Issue-aware debugging: Searches the OpenClaw GitHub issues tracker for the exact error string to find known fixes and workarounds.

Quick Start

Run the gateway doctor, then fetch the relevant doc page for your error topic from llms.txt before applying any config changes.

Frequently Asked Questions about claw-guru

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot OpenClaw gateway startup crashes and config errors?

OpenClaw gateway troubleshooting uses live documentation and installed config schema verification to diagnose runtime failures. It enforces a safe backup-validate-restart procedure while checking logs and matching errors to upstream issues.

How do I fix broken slash commands and routing problems in OpenClaw?

Broken OpenClaw slash commands are fixed by diagnosing command routing problems against live documentation. You match the exact error string to GitHub issues to find known workarounds and apply configuration changes safely.

Does OpenClaw troubleshooting support environment-specific setup across chat integrations?

OpenClaw troubleshooting supports environment-specific setup across chat integrations and deployment modes. It targets integration breakages and config errors by relying on live documentation and installed schema verification.

What is the safest way to apply configuration changes when debugging an OpenClaw gateway crash?

The safest way to apply configuration changes during an OpenClaw gateway crash is the backup-validate-restart workflow. You back up the current config, validate it against the installed schema, and restart the gateway.

Why does my OpenClaw gateway fail after a config update?

Your OpenClaw gateway may fail after a config update due to schema mismatches or integration breakages. You can verify the installed distribution schema and search GitHub issues for the exact error string to find known fixes.

How do I find known fixes for OpenClaw runtime failures?

To find known fixes for OpenClaw runtime failures, search the GitHub issues tracker for the exact error string. This issue-aware debugging approach matches your logs to upstream workarounds and patches.