← Back to Skills Marketplace
loutai0307-prog

Debugger

by loutai0307-prog · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
232
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install debugger
Description
Analyze errors, stack traces, and logs to diagnose root causes and suggest fixes. Use when debugging Python, Node.js, Go, or Bash errors, interpreting Kubern...
README (SKILL.md)

debugger

Analyze 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.

Usage

debugger analyze \x3Cerror_text_or_file>
debugger explain \x3Cerror_code>
debugger suggest \x3Cerror_text_or_file>

Commands

  • analyze — Parse error input, match known patterns, identify root cause and language context
  • explain — Explain what a specific error code or message means in plain language
  • suggest — Return actionable fix steps for the given error

Examples

debugger analyze "TypeError: 'NoneType' object is not subscriptable"
debugger explain ECONNREFUSED
debugger suggest error.log
debugger analyze "CrashLoopBackOff"

Requirements

  • bash
  • python3

When to Use

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.

Usage Guidance
This skill appears to do exactly what it says: match error text against built-in patterns and print causes/fixes. Before using, avoid passing files that contain sensitive secrets (credentials, private keys) because the script will read any file path you give it and include that text in output. The skill writes a temporary patterns file to /tmp and does not make network requests or ask for credentials. If you plan to let an autonomous agent invoke this skill, be aware the agent could supply arbitrary file paths — only enable that if you trust the agent's file-access decisions.
Capability Analysis
Type: OpenClaw Skill Name: debugger Version: 1.0.3 The skill is a legitimate error analysis utility that matches input text or log files against a hardcoded list of common programming and system error patterns. It uses local Bash and Python scripts (scripts/script.sh) to provide diagnostic information and suggests fixes without any network activity, data exfiltration, or unauthorized execution logic.
Capability Assessment
Purpose & Capability
Name/description (debugging errors for multiple languages/containers/databases) aligns with what the code and SKILL.md do. The included script implements pattern matching, explanation, and suggestion commands that match the documented CLI (analyze/explain/suggest).
Instruction Scope
Runtime instructions and the script operate only on the input text or files the user supplies and on a local /tmp pattern file. The script reads files you pass (or uses inline text) and prints matches; it does not instruct the agent to read unrelated system files, environment secrets, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). No downloads, package installs, or extraction from remote URLs occur. The script requires bash and python3, which the SKILL.md lists explicitly.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script uses ephemeral /tmp/debug-patterns.json and sets DBG_TEXT/DBG_QUERY only for its subprocesses. There are no requests for unrelated secrets or broad environment access.
Persistence & Privilege
always is false and the skill does not modify agent-wide config or other skills. It writes a temporary JSON file to /tmp (patterns) which is proportional and ephemeral for its function.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install debugger
  3. After installation, invoke the skill by name or use /debugger
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Add YAML metadata: homepage, source, description with Use when
v1.0.2
Security fix: all user variables passed via env, no unquoted heredocs
v1.0.1
Fix: use quoted heredocs and env vars for safe variable passing
v1.0.0
Initial release: full featured debugger tool
Metadata
Slug debugger
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Debugger?

Analyze errors, stack traces, and logs to diagnose root causes and suggest fixes. Use when debugging Python, Node.js, Go, or Bash errors, interpreting Kubern... It is an AI Agent Skill for Claude Code / OpenClaw, with 232 downloads so far.

How do I install Debugger?

Run "/install debugger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Debugger free?

Yes, Debugger is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Debugger support?

Debugger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Debugger?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.3.

💬 Comments