Install
openclaw skills install debuggerAnalyze errors, stack traces, and logs to diagnose root causes and suggest fixes. Use when debugging Python, Node.js, Go, or Bash errors, interpreting Kubernetes events, diagnosing Docker issues, or resolving database connection errors.
openclaw skills install debuggerAnalyze error messages, stack traces, and logs to diagnose root causes and suggest actionable fixes. Covers Python, Node.js, Go, Bash, Docker, Kubernetes, Git, and database errors with 24+ built-in patterns.
debugger analyze <error_text_or_file>
debugger explain <error_code>
debugger suggest <error_text_or_file>
analyze — Parse error input, match known patterns, identify root cause and language contextexplain — Explain what a specific error code or message means in plain languagesuggest — Return actionable fix steps for the given errordebugger analyze "TypeError: 'NoneType' object is not subscriptable"
debugger explain ECONNREFUSED
debugger suggest error.log
debugger analyze "CrashLoopBackOff"
Use when you encounter cryptic error messages, stack traces, or error codes and need quick diagnosis without leaving the terminal. Supports Python, Node.js, Go, Bash, Docker, Kubernetes, Git, PostgreSQL, MySQL errors.