← 返回 Skills 市场
337
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install node-auto-debugger
功能描述
Scan Node.js/Express/Next.js projects for bugs, security issues, and anti-patterns. Use when debugging a Node.js web app, running code audits, fixing client-...
安全使用建议
This tool is internally coherent and appears to do what it says, but it will read your project's source files (including package.json and any plaintext secrets), produce a report on disk, and — if you use the --build option — run npm run build which executes the project's build scripts. Only run it on projects you trust or run it inside an isolated environment (container/VM) when scanning untrusted code. Before sharing the generated AUTO-DEBUG-REPORT.md, review it for any sensitive data it may have flagged. Avoid passing a very large or root path (e.g., '/') as <project-dir> to prevent scanning unintended parts of your filesystem. If you only want static checks, run the script without the --build flag and inspect the script source yourself to confirm behavior.
功能分析
Type: OpenClaw Skill
Name: node-auto-debugger
Version: 1.0.0
The node-auto-debugger skill performs automated auditing of Node.js projects, including scanning for hardcoded secrets and private keys. It is classified as suspicious because it implements high-risk capabilities in `scripts/auto-debug.js`, specifically recursive file system access and the execution of arbitrary shell commands via `npm run build`. While these functions are aligned with the tool's stated purpose of debugging and build verification, they represent a significant attack surface for code execution if the agent is directed to run the tool on an untrusted project directory.
能力评估
Purpose & Capability
The name/description, SKILL.md instructions, and the included scripts/auto-debug.js are consistent: the tool scans project files for undefined vars, missing error handling, hydration issues, hardcoded secrets and can optionally run npm run build. There are no declared env vars or unrelated dependencies requested that contradict the stated purpose.
Instruction Scope
The SKILL.md and the script keep scope to the provided project directory, validating source files and package.json and (optionally) running the build. Important operational behaviors: the script recursively reads project files (including package.json and other plaintext files), detects potential secrets by regex, and will write a report file (AUTO-DEBUG-REPORT.md). It also invokes npm run build in the project directory when requested. These behaviors are expected for a code-audit/build-check tool but are sensitive (can surface secrets and will execute project-supplied build scripts).
Install Mechanism
No install spec — instruction-only with a bundled script. No remote downloads or package installs are performed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The script does not request external secrets; it reads files under the supplied project path to look for hardcoded secrets and configuration. That file-reading is proportional to the stated goal of scanning a project, but it means sensitive data in the project may be exposed in the generated report.
Persistence & Privilege
The skill is not configured as always: true and does not attempt to modify other skills or global agent settings. It writes a project-scoped report file (AUTO-DEBUG-REPORT.md), which is expected behavior for this tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install node-auto-debugger - 安装完成后,直接呼叫该 Skill 的名称或使用
/node-auto-debugger触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: backend/ frontend/ config scanning, hydration checks, build verification
元数据
常见问题
Node Auto Debugger 是什么?
Scan Node.js/Express/Next.js projects for bugs, security issues, and anti-patterns. Use when debugging a Node.js web app, running code audits, fixing client-... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。
如何安装 Node Auto Debugger?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install node-auto-debugger」即可一键安装,无需额外配置。
Node Auto Debugger 是免费的吗?
是的,Node Auto Debugger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Node Auto Debugger 支持哪些平台?
Node Auto Debugger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Node Auto Debugger?
由 jengajojo(@jengajojo)开发并维护,当前版本 v1.0.0。
推荐 Skills