← 返回 Skills 市场
OpenClaw Debugging Assistant
作者
michealxie001
· GitHub ↗
· v1.1.0
· MIT-0
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oc-debugging
功能描述
Debugging assistant. Analyzes error logs, suggests breakpoints, traces execution flow, and helps identify root causes of issues.
安全使用建议
This skill looks like what it says (a debugging helper) but there are red flags you should check before running it on important data or a production host:
- Inconsistency: SKILL.md mentions helper modules (error_analyzer.py, tracer.py) that are not included in the package. Ask the author or check a full source tree before trusting behavior.
- Inspect scripts/main.py fully: search for network/socket/HTTP libraries (requests, urllib, socket), subprocess/os.system calls, or code that reads unexpected paths (~/, /etc/, ~/.ssh, cloud SDK configs). If you see such calls, treat them as high risk.
- The script attempts to import a 'c-support' library from a sibling directory outside the package; ensure there is no malicious code in that path on your system, or run the skill in a sandbox/container without that directory present.
- Run the script in an isolated environment (container, VM) first and avoid passing it sensitive files. If you must run on real code, audit the source or run static grep for risky APIs (requests, socket, subprocess, open with absolute paths) before use.
If you want, provide the full contents of scripts/main.py (untruncated) and I can do a deeper, line-by-line check for network I/O, subprocess execution, or data-exfiltration behaviors.
功能分析
Type: OpenClaw Skill
Name: oc-debugging
Version: 1.1.0
The skill bundle provides a debugging assistant that performs static analysis on Python and C/C++ source files and error logs. The core logic in `scripts/main.py` uses the `ast` module and regular expressions to identify function definitions, memory allocations, and error patterns to provide debugging suggestions. There is no evidence of data exfiltration, unauthorized command execution, or malicious prompt injection; the tool operates locally on files provided via command-line arguments and does not make network requests.
能力评估
Purpose & Capability
Name/description align with the included runtime (scripts/main.py) and the SKILL.md examples (analyze-error, suggest-breakpoints, trace). However SKILL.md references additional modules (error_analyzer.py, tracer.py) that are listed in the docs but not present in the file manifest, which is an inconsistency that could indicate an incomplete package or omitted behavior.
Instruction Scope
SKILL.md instructs the agent (or user) to run the included Python script against error text or files. That is within the stated purpose. But the runtime can read arbitrary files you point it to (e.g., --file src/main.py) and the main script attempts to import code from a sibling 'c-support' directory outside the package — meaning it may load code from outside the bundle if present. Because the provided main.py is truncated in the listing, I cannot fully confirm whether it makes network calls, executes external commands, or exfiltrates data, so exercising caution is warranted.
Install Mechanism
No install spec; the skill is instruction-only with a Python script included. Nothing is downloaded or written to disk by an installer, which is lower risk.
Credentials
The skill requests no environment variables or credentials — this is proportionate. That said the script can read files specified by the user and tries to import a 'c-support' library from outside the package, which could cause it to execute code from adjacent filesystem locations. No declared env vars hides nothing in this case, but verify it doesn't read unexpected sensitive config files at runtime.
Persistence & Privilege
always:false (default) and no install hooks are present. The skill does not request permanent presence or elevated privilege in the registry metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oc-debugging - 安装完成后,直接呼叫该 Skill 的名称或使用
/oc-debugging触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added C/C++ debugging: segfault analysis, core dump parsing, GDB breakpoint suggestions
元数据
常见问题
OpenClaw Debugging Assistant 是什么?
Debugging assistant. Analyzes error logs, suggests breakpoints, traces execution flow, and helps identify root causes of issues. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 OpenClaw Debugging Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oc-debugging」即可一键安装,无需额外配置。
OpenClaw Debugging Assistant 是免费的吗?
是的,OpenClaw Debugging Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Debugging Assistant 支持哪些平台?
OpenClaw Debugging Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Debugging Assistant?
由 michealxie001(@michealxie001)开发并维护,当前版本 v1.1.0。
推荐 Skills