Debugger

v1.0.3

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

0· 107·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c2b4d6y111chhd98s26g95n83tdwk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments