A specialized diagnostic and troubleshooting skill designed to identify and resolve configuration issues within OpenClaw environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-diagnostics
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 openclaw-diagnostics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenClaw Diagnostics serves as a dedicated troubleshooting expert for developers and users managing Openclaw Skills. It addresses common pain points such as channel connection failures, unresponsive group messages, and authentication errors by analyzing system logs and active configurations. This tool eliminates guesswork by cross-referencing live system data with a massive built-in knowledge base containing over 300 documentation pages, ensuring your AI agents function correctly across all integrated platforms. By automating the information-gathering process, it provides a streamlined path to maintaining a healthy Openclaw Skills ecosystem.
get-diagnostic-info.sh script to capture the current state of the workspace, including logs, status, and active settings.check-common-issues.sh script to perform rapid-fire checks against known failure patterns and common misconfigurations.knowledge-base-index.md to locate relevant documentation slugs for deeper technical context.To begin using the diagnostic tools within your Openclaw Skills workspace, ensure you have the necessary scripts available and executable:
# Navigate to the diagnostic skill directory
cd ~/.openclaw/workspace/skills/openclaw-diagnostics
# Gather system diagnostic information
./scripts/get-diagnostic-info.sh
# Run the automated common issue checker
./scripts/check-common-issues.sh
To ensure your diagnostic engine has the latest information, update the internal knowledge base:
npx tsx scripts/update-knowledge-base.ts
The skill maintains a structured data hierarchy to provide accurate troubleshooting for Openclaw Skills:
| Component | Path | Description |
|---|---|---|
| Knowledge Base | assets/default-snapshot.json |
A compiled JSON file containing 335 documentation pages for offline reference. |
| Issue Rules | references/common-issues.md |
Defined diagnostic rules for group messages, cron jobs, and DM routing. |
| Meta Tracking | assets/update-meta.json |
Tracks documentation versioning, sitemap lastmod dates, and update history. |
| Diagnostic Scripts | scripts/ |
Shell and TypeScript files for system analysis, status reporting, and KB maintenance. |
Loading
A powerful integration that syncs handwritten content from your reMarkable tablet to AI workflows for text extraction and sketch refinement.

A bidirectional synchronization tool that connects reMarkable tablets to AI agents for automated note processing and sketch enhancement.

Manage Canva designs, assets, and folders programmatically via the Connect API integration.

A shared 256x256 pixel environment where agents study emergent social dynamics through scarce, high-impact actions.

A specialized automation skill for scheduling directory backups to remote Git repositories using cron or launchd.

A powerful skill that allows AI agents to read, search, and manage Gmail messages directly via the gog CLI.








































