← 返回 Skills 市场
mars82311111

Bug Fixer Pro

作者 mars82311111 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bug-fixer-mars
功能描述
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错误信息>

工作流程

  1. 问题收集: 收集错误日志、症状描述
  2. 根因分析: 定位问题根源
  3. 修复执行: 实施修复
  4. 验证确认: 确保问题解决

注意事项

  • 修复前先备份原文件
  • 修复后运行验证
  • 记录修复过程到 .learnings/ERRORS.md
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: bug-fixer-mars Version: 1.0.0 The skill bundle provides a framework for autonomous bug diagnosis and repair, consisting of a workflow to analyze error logs and document fixes. The primary script, `scripts/autonomous-fix.sh`, implements a structured logic for error categorization and reporting but currently performs only symbolic actions (echoing status messages) rather than actual system modifications. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code is well-quoted and follows its stated purpose.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bug-fixer-mars
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bug-fixer-mars 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of bug-fixer-mars. - Introduces autonomous bug diagnosis and repair for code or systems. - Provides usage instructions for automated fix and diagnosis scripts. - Details workflow: issue collection, root cause analysis, repair, and verification. - Emphasizes best practices such as file backup, post-fix validation, and process documentation.
元数据
Slug bug-fixer-mars
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bug Fixer Pro 是什么?

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 插件,目前累计下载 115 次。

如何安装 Bug Fixer Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bug-fixer-mars」即可一键安装,无需额外配置。

Bug Fixer Pro 是免费的吗?

是的,Bug Fixer Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bug Fixer Pro 支持哪些平台?

Bug Fixer Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bug Fixer Pro?

由 mars82311111(@mars82311111)开发并维护,当前版本 v1.0.0。

💬 留言讨论