← 返回 Skills 市场
playgod2023

OpenClaw故障排除工具

作者 playgod2023 · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
743
总下载
0
收藏
7
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-troubleshooting
功能描述
OpenClaw常见问题解决方案技能。提供自动化诊断、错误修复和性能优化功能。
安全使用建议
This package appears coherent with its stated purpose, but it performs impactful local operations: it will inspect your OpenClaw workspace, run pip to install missing Python packages, modify local skill files (update_version writes the skill file), and can invoke the 'clawhub' CLI to publish. Before installing or running: 1) review the scripts (openclaw_troubleshooting.py and update_version.py) yourself to confirm paths and behaviors; 2) back up your ~/.openclaw/workspace and important files; 3) do not run as root — run under a normal user account; 4) ensure you trust or have installed the clawhub CLI and its credentials before allowing publishing actions; 5) consider running first in an isolated environment (container or VM) if you are unsure. The code has some minor quality oddities (duplicate function definition, somewhat fragile permission checks), but these look like implementation issues rather than malicious intent.
功能分析
Type: OpenClaw Skill Name: openclaw-troubleshooting Version: 1.1.0 The skill is classified as suspicious due to its use of powerful system commands and broad file system modifications, which, while intended for troubleshooting, pose significant risks. The `scripts/openclaw_troubleshooting.py` file uses `subprocess.check_output` to execute `pip install` with `--break-system-packages` or `--user` flags, and `chmod -R 755` on the entire OpenClaw workspace. These actions can alter the system's Python environment and broadly change file permissions, potentially exposing sensitive data or creating an insecure configuration. Although the commands and package names are hardcoded, the inherent power of these operations makes the skill a high-risk component, even without clear evidence of malicious intent like data exfiltration or backdoors.
能力评估
Purpose & Capability
The name/description match the included scripts and SKILL.md: the package contains a troubleshooter implementation, examples, a requirements.txt, and a version-updater. The features described (diagnose system, fix dependencies/permissions, workspace checks, performance hints, publish) are implemented or referenced by the code and docs. Some platform-specific paths (e.g., /opt/homebrew/lib/node_modules/openclaw) and the computed project/workspace path logic are present but are explainable by the intended deployment under ~/.openclaw/workspace.
Instruction Scope
The SKILL.md directs users/agents to run local Python scripts that perform filesystem inspection and remediation (checking workspace directories, stats, reading package.json, installing Python packages, modifying skill files, and publishing via the clawhub CLI). Those actions are within the stated scope (diagnosis and repair) but are impactful: running the skill can install packages, change files, and invoke the clawhub CLI to publish. The instructions do not ask for unrelated secrets or to contact unknown external endpoints.
Install Mechanism
There is no external install script; this is an instruction-plus-code package. Dependencies are declared in requirements.txt (standard PyPI packages). No downloads from untrusted URLs or archive extraction are present. The update/publish script invokes the 'clawhub' CLI (expected for publishing) but that requires the user to have that tool and credentials already.
Credentials
The skill requests no environment variables or credentials in metadata. The runtime code reads local filesystem paths (workspace, custom-skills, package.json) and will call pip to install packages and clawhub to publish. Those are proportional to the troubleshooting/publishing purposes. No hardcoded secret tokens or unrelated cloud credentials are requested.
Persistence & Privilege
always is false and the skill does not request forced persistence. The update_version script does modify a local skill file and can invoke publishing, which is expected for a package maintainer tool. The skill does not appear to modify other skills' configuration or system-wide agent settings beyond its own files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-troubleshooting
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-troubleshooting 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
优化系统诊断功能,改善依赖检查机制,提升性能
v1.0.0
Initial release, supports system diagnosis, dependency checking, permission verification, and automatic repair functions
元数据
Slug openclaw-troubleshooting
版本 1.1.0
许可证
累计安装 9
当前安装数 7
历史版本数 2
常见问题

OpenClaw故障排除工具 是什么?

OpenClaw常见问题解决方案技能。提供自动化诊断、错误修复和性能优化功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 743 次。

如何安装 OpenClaw故障排除工具?

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

OpenClaw故障排除工具 是免费的吗?

是的,OpenClaw故障排除工具 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw故障排除工具 支持哪些平台?

OpenClaw故障排除工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw故障排除工具?

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

💬 留言讨论