Debug Companion

v1.0.0

根据错误信息/traceback 自动分析根因并给出修复建议

0· 85·0 current·0 all-time
bymumu@ysy88092144
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 error tracebacks) match the included SKILL.md and the shipped JavaScript: parsing errors, producing root-cause analysis and remediation suggestions. The declared capabilities (searching for solutions, formatting output, multi-language support) are implemented in the code as parsing, suggestion generation and mock search results.
Instruction Scope
Runtime instructions only ask users to paste error/traceback text and optional context; SKILL.md does not instruct reading unrelated files, environment variables, or system secrets. It mentions using internal tools (tavily_search, code_search, web_fetch) to find references, which is coherent with the stated purpose.
Install Mechanism
No install spec is provided and the skill is instruction+code only; there are no external downloads or installers. README suggests copying files into a skills directory which is a normal manual install method.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md and code do not attempt to read undeclared secrets or request unrelated credentials.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent/privileged presence or modify other skills or system-wide config.
Assessment
This skill appears to do what it says: parse pasted error stacks and return analysis and remediation tips. Before installing, consider: (1) only paste non-sensitive logs/error text (avoid API keys, full file paths or stack traces containing secrets); (2) the skill references external search tools in its docs — confirm your OpenClaw environment controls network access for skills if you want to limit outbound searches; (3) treat generated code suggestions as templates and test them in a safe environment before applying to production.

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

latestvk9737mestvtyrm969wapam70v583pm1c

License

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

Comments