🌐 Language: English (current) | 简体中文
# debug
Modular, self-contained AI agent skill for the OpenClaw framework.
Log tracing, crash analysis, memory leak detection, and HTTP debugging. Provides structured diagnostic scripts and a Windows-specific debug knowledge base.
Copy the debug/ directory to your OpenClaw skills directory (typically ~/.openclaw-skills/debug/).
debug/ ├── SKILL.md # Main skill definition (read first) ├── references/ # Reference documentation ├── scripts/ # Executable tools ├── _knowledge/ # Knowledge base └── _meta.json # Skill metadata
MIT - see LICENSE