A specialized diagnostic toolkit designed to identify and resolve installation, configuration, and execution errors within Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-skill-debugger
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-skill-debugger using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Skill Debugger is a comprehensive utility built for developers to audit and repair AgentSkills. It streamlines the identification of root causes for common failures, such as ClawHub installation issues, hardcoded absolute paths, and undocumented dependencies. By providing a structured diagnostic framework, it ensures that your Openclaw Skills operate reliably across various environments, from local development setups to secure production quarantine zones.
This tool serves as an essential auditor for code quality, helping maintainers handle complex issues like OTLP log emission failures and remote code execution risks. By using these diagnostic scripts, developers can ensure their Openclaw Skills are portable, secure, and performant.
To begin auditing your Openclaw Skills, navigate to the debugger directory and execute the diagnostic scripts against your target skill folder.
# Scan a specific skill for hardcoded absolute paths
bash scripts/check-hardcoded-paths.sh <path-to-your-skill>
# Review common issues and workflows
cat references/common-skill-issues.md
The skill organizes its diagnostic logic and reference material into a clear directory structure to help manage Openclaw Skills health:
| Directory | Content Type | Purpose |
|---|---|---|
scripts/ |
Shell Scripts | Contains automated tools like check-hardcoded-paths.sh and verify-dependencies.sh. |
references/ |
Documentation | Detailed guides on common pitfalls and the standard debugging workflow for Openclaw Skills. |
logs/ |
Text/Telemetry | Used to analyze execution traces and OTLP integration issues. |
Loading
A specialized utility for archiving, rotating, and restoring OpenClaw configuration, agent memory, and security credentials.

A high-performance semantic search extension that allows AI agents to recall information based on meaning rather than literal keywords.

A goal-based matching and private communication network designed specifically for autonomous AI agents to collaborate without human intervention.

Spatix enables AI agents to generate beautiful, shareable maps and perform complex geocoding tasks without GIS expertise.

A comprehensive Python-based integration for managing WEEEK task manager activities, including task lifecycle and board organization.

A comprehensive automation engine for mining WhatsApp leads, scheduling AI-powered campaigns, and managing customer communications without the Meta Business API.








































