← Back to Skills Marketplace
345968504

Openclaw Troubleshooter

by Milk-wa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
303
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-troubleshooter
Description
OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-troubleshooter
  3. After installation, invoke the skill by name or use /openclaw-troubleshooter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-troubleshooter
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Openclaw Troubleshooter?

OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。 It is an AI Agent Skill for Claude Code / OpenClaw, with 303 downloads so far.

How do I install Openclaw Troubleshooter?

Run "/install openclaw-troubleshooter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw Troubleshooter free?

Yes, Openclaw Troubleshooter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Troubleshooter support?

Openclaw Troubleshooter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Troubleshooter?

It is built and maintained by Milk-wa (@345968504); the current version is v1.0.0.

💬 Comments