← 返回 Skills 市场
Bug Fixer
作者
mars82311111
· GitHub ↗
· v1.0.0
· MIT-0
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bug-fixer
功能描述
Autonomous bug diagnosis and repair. Use when user reports a bug, error, or unexpected behavior in code or systems.
使用说明 (SKILL.md)
bug-fixer
使用方式
# 自动诊断并修复
./scripts/autonomous-fix.sh \x3C问题描述>
# 或直接运行诊断
./scripts/autonomous-fix.sh diagnose \x3C错误信息>
工作流程
- 问题收集: 收集错误日志、症状描述
- 根因分析: 定位问题根源
- 修复执行: 实施修复
- 验证确认: 确保问题解决
注意事项
- 修复前先备份原文件
- 修复后运行验证
- 记录修复过程到
.learnings/ERRORS.md
安全使用建议
This skill appears to do what it says: it reads error report files from a workspace, writes logs and fix records locally, and optionally invokes an existing notification helper if present. Before installing or running: 1) Review scripts/autonomous-fix.sh yourself (it is short and readable). 2) Back up any important files — the SKILL.md recommends backups but the script does not create them for you. 3) Check for a workspace notification helper (WORKSPACE/skills/feishu-send-file/scripts/send-message.sh); if you do not want reports sent externally, remove or inspect that helper. 4) Run the script in a safe or test workspace first to confirm behavior and outputs (it writes under ${HOME}/.openclaw/...). If you need higher assurance, run it in a sandboxed environment or container.
功能分析
Type: OpenClaw Skill
Name: bug-fixer
Version: 1.0.0
The 'bug-fixer' skill is a framework for autonomous error diagnosis and repair. The primary script, scripts/autonomous-fix.sh, implements a workflow for analyzing logs, searching a local knowledge base, and logging repair steps, but it lacks any actual high-risk execution logic (it mostly echoes intended actions rather than performing them). No evidence of data exfiltration, persistence, or malicious prompt injection was found.
能力评估
Purpose & Capability
Name/description align with the provided script: it looks for error reports in a workspace, analyzes them, generates a fix record, and logs actions. The filesystem paths (HOME/.openclaw/...) are consistent with a local agent workspace and fit the stated purpose.
Instruction Scope
SKILL.md tells the agent to run the included script; the script itself implements analysis, recording, and a simple execute/verify flow. Minor inconsistencies: SKILL.md suggests recording to .learnings/ERRORS.md and advising backups prior to fixes, but the script writes fix records to ${HOME}/.openclaw/workspace-mars/memory/fixes and does not perform automated backups. The script also expects pitfall files named under PITFALLS_DIR and will read them; that behavior is reasonable but should be understood (it reads and writes files under the user's HOME workspace).
Install Mechanism
Instruction-only skill with a single bash script included. No install steps, no network downloads, and no package manager dependencies are declared. Risk from install mechanism is low.
Credentials
The skill requests no special environment variables or credentials. It uses standard environment values (HOME) and reads/writes under ${HOME}/.openclaw/workspace-mars. One notable behavior: if a feishu-send-file helper exists in the workspace, the script will call that helper to send reports (which could transmit the generated report off-host). That is optional (only invoked if the helper file exists) but worth reviewing if you have external notification integrations.
Persistence & Privilege
always is false and the script does not modify other skills or system-wide settings. It creates and writes to its own workspace directories and log files under the user's HOME; that is expected for a local fixer and does not indicate elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bug-fixer - 安装完成后,直接呼叫该 Skill 的名称或使用
/bug-fixer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of bug-fixer skill.
- Autonomously diagnoses and repairs code or system bugs based on user reports.
- Supports both full fix workflow and standalone diagnostics via `./scripts/autonomous-fix.sh`.
- Guides through error collection, root cause analysis, fix application, and verification.
- Reminds users to back up files, validate fixes, and log repair details for future reference.
元数据
常见问题
Bug Fixer 是什么?
Autonomous bug diagnosis and repair. Use when user reports a bug, error, or unexpected behavior in code or systems. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Bug Fixer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bug-fixer」即可一键安装,无需额外配置。
Bug Fixer 是免费的吗?
是的,Bug Fixer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bug Fixer 支持哪些平台?
Bug Fixer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bug Fixer?
由 mars82311111(@mars82311111)开发并维护,当前版本 v1.0.0。
推荐 Skills