← 返回 Skills 市场
345968504

Openclaw Troubleshooter

作者 Milk-wa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
303
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-troubleshooter
功能描述
OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。
安全使用建议
This skill appears to do what it says (diagnose and repair a local OpenClaw gateway) but contains commands that can stop processes, modify configuration, and uninstall skills automatically. Before running: (1) review the full SKILL.md and both scripts line-by-line; (2) run in check-only mode first (openclaw troubleshoot --check-only) rather than any --fix commands; (3) back up openclaw.json and gateway logs; (4) avoid running uninstall commands with --yes until you manually confirm each target; (5) confirm OPENCLAW_HOME is correct for your environment (the docs show a hardcoded example path); (6) if you need higher assurance, run the diagnostics on a non-production host or inspect the scripts in a sandboxed PowerShell session. The mismatched/odd metadata fields (license variants and confirmOwnership: true) are unusual but not conclusive of malice.
功能分析
Type: OpenClaw Skill Name: openclaw-troubleshooter Version: 1.0.0 The skill is a diagnostic and repair utility designed to maintain the OpenClaw environment. It performs system-level operations such as managing processes (taskkill), checking network ports (netstat), and modifying configuration files (openclaw.json) to fix connectivity and security issues. While it has broad permissions to scan and uninstall other skills, its logic in scripts like diagnose.ps1 and fix-config.ps1 is transparently aligned with its stated purpose of troubleshooting and hardening the system against known issues.
能力评估
Purpose & Capability
The name/description (troubleshooter) matches the actions requested: reading gateway state, configs, logs, scanning local skills, and offering fixes (restart, edit config, uninstall). No unrelated credentials, binaries, or remote endpoints are required.
Instruction Scope
The runtime instructions explicitly read local config and log files, scan the user's skills directory, kill processes (taskkill/Get-Process + Stop-), and run uninstall commands (clawhub uninstall --yes). Those actions are within a troubleshooter's remit but are potentially destructive and should be run only after review and backup. There are also hardcoded paths/examples (C:\Users\34596\.openclaw) and truncated script fragments that make behavior uncertain.
Install Mechanism
Instruction-only skill with no install spec and no code files executed from remote URLs. This minimizes supply-chain risk because nothing is downloaded or installed by default.
Credentials
The skill requests no environment variables or external credentials. Its file/command access is limited to the OpenClaw home, gateway process/port, and local skills workspace—appropriate for a local troubleshooter.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills' configs in metadata. However, its suggested commands edit openclaw.json and perform uninstall actions, which change local state and may be irreversible if run with auto-confirm (--yes).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-troubleshooter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-troubleshooter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenClaw Troubleshooter 1.0.0 — Initial Release - Provides one-click diagnosis and repair of common OpenClaw issues. - Automatically detects Gateway status, port conflicts, configuration errors, dangerous skill code, and security misconfigurations. - Offers clear repair solutions for Gateway failures, Control UI verification errors, and skill security risks. - Includes diagnostic and repair scripts for Gateway and configuration problems. - Outputs concise diagnosis and prioritized fix recommendations.
元数据
Slug openclaw-troubleshooter
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Openclaw Troubleshooter 是什么?

OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 303 次。

如何安装 Openclaw Troubleshooter?

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

Openclaw Troubleshooter 是免费的吗?

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

Openclaw Troubleshooter 支持哪些平台?

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

谁开发了 Openclaw Troubleshooter?

由 Milk-wa(@345968504)开发并维护,当前版本 v1.0.0。

💬 留言讨论