← Back to Skills Marketplace
337
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install node-auto-debugger
Description
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-...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install node-auto-debugger - After installation, invoke the skill by name or use
/node-auto-debugger - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: backend/ frontend/ config scanning, hydration checks, build verification
Metadata
Frequently Asked Questions
What is 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-... It is an AI Agent Skill for Claude Code / OpenClaw, with 337 downloads so far.
How do I install Node Auto Debugger?
Run "/install node-auto-debugger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Node Auto Debugger free?
Yes, Node Auto Debugger is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Node Auto Debugger support?
Node Auto Debugger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Node Auto Debugger?
It is built and maintained by jengajojo (@jengajojo); the current version is v1.0.0.
More Skills