← 返回 Skills 市场
loutai0307-prog

Debugger

作者 loutai0307-prog · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
232
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install debugger
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /debugger 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug debugger
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 232 次。

如何安装 Debugger?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install debugger」即可一键安装,无需额外配置。

Debugger 是免费的吗?

是的,Debugger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Debugger 支持哪些平台?

Debugger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Debugger?

由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v1.0.3。

💬 留言讨论