Bug Fixer Pro

v1.0.0

Autonomous bug diagnosis and repair. Use when user reports a bug, error, or unexpected behavior in code or systems.

0· 46·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
The SKILL.md and included bash script implement a local autonomous bug diagnosis/fix workflow that reads/writes under ${HOME}/.openclaw; no unrelated credentials, binaries, or cloud APIs are requested. The script's behavior (analyze, search local knowledge base, generate a fix record, and simple verification) matches the stated purpose.
Instruction Scope
SKILL.md instructs running the provided script and to back up originals and record to .learnings/ERRORS.md, but the script itself writes records to ${WORKSPACE}/memory/fixes and does not implement explicit backup logic. The script reads logs and markdown files from the workspace and may call an existing feishu-send-file/send-message.sh script (if present) to send notifications — so notifications could be sent externally only if that helper exists and is configured.
Install Mechanism
No install spec is provided (instruction-only skill with a bundled script). Nothing is downloaded or written by an installer during installation.
Credentials
The skill requests no environment variables or credentials. It operates on files under ${HOME}/.openclaw (workspace, memory, logs), which is proportionate to an autonomous fixer. Note: if a separate notification helper script (feishu-send-file) exists in the workspace and is configured with credentials, this skill will invoke it to send reports.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills' configurations. It creates and writes its own workspace files and logs under ${HOME}/.openclaw, which is consistent with its purpose.
Assessment
This skill appears coherent and local in scope, but review these items before installing or running it: 1) inspect ${WORKSPACE}/skills/feishu-send-file/scripts/send-message.sh (or ensure it does not exist) because the fixer will call it to send notifications if present — that could transmit reports externally; 2) the SKILL.md advises backing up files, but the script does not implement explicit backups, so create backups yourself before running; 3) the fixer writes logs and .md records under ${HOME}/.openclaw (memory, fixes, logs) — confirm you are comfortable with those files being created; 4) the script's “fix” steps are largely analytical and record-keeping (not arbitrary code execution), but test it in a safe environment first. If you want stronger assurances, request the author to remove automatic notification calls or to add explicit backup steps and to document exactly what file modifications (if any) will be made.

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

aivk97baz8wcv668kfsex6j6zcpqn83yp3yautomationvk97baz8wcv668kfsex6j6zcpqn83yp3ydevelopmentvk97baz8wcv668kfsex6j6zcpqn83yp3ylatestvk97baz8wcv668kfsex6j6zcpqn83yp3y

License

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

Comments