← 返回 Skills 市场
cooperun

OpenClaw Diagnostics

作者 Cooperun · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
400
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-diagnostics
功能描述
Diagnoses and troubleshoots OpenClaw config, channel, group message, cron job, and authentication issues using logs and built-in knowledge base.
安全使用建议
This skill appears to be a legitimate OpenClaw diagnostics tool, but it will read and print files from $HOME/.openclaw (including openclaw.json) and may call your local openclaw CLI; those files can contain tokens or secrets. Before installing or running: 1) Inspect ~/.openclaw/openclaw.json for sensitive fields and consider redacting secrets or running the scripts in a sandbox; 2) Review scripts/get-diagnostic-info.sh and scripts/check-common-issues.sh (already included) and the entire update-knowledge-base.ts for any unexpected endpoints or embedded data; 3) Because the SKILL.md/meta do not declare the config path or required binary, assume it will access local OpenClaw credentials and logs — if you cannot risk disclosure, do not enable autonomous invocation and run the scripts manually instead; 4) The pre-scan flags (prompt-override, base64, unicode control chars) may be false positives but warrant a manual check of SKILL.md and assets for obfuscated content. If the publisher/source is unknown or untrusted, prefer to run diagnostics locally rather than grant the skill ongoing or autonomous privileges.
功能分析
Type: OpenClaw Skill Name: openclaw-diagnostics Version: 1.0.0 The skill bundle is designed for OpenClaw diagnostics but includes scripts (`get-diagnostic-info.sh` and `check-common-issues.sh`) that read the `~/.openclaw/openclaw.json` configuration file, which typically contains sensitive API keys and channel credentials. Specifically, `get-diagnostic-info.sh` outputs the entire raw configuration to the agent's context without any redaction, creating a significant risk of credential exposure. While these actions are consistent with the stated diagnostic purpose, the lack of secret filtering and the inclusion of a network-enabled update script (`update-knowledge-base.ts`) that fetches remote content from `docs.openclaw.ai` represent a high-risk profile.
能力评估
Purpose & Capability
The skill's name/description match what the scripts do (gather local OpenClaw config, status, and logs and consult a bundled docs snapshot). However the package does not declare that it expects the OpenClaw CLI or that it will read $HOME/.openclaw/openclaw.json, which is inconsistent with its actual behavior.
Instruction Scope
Runtime instructions and included scripts explicitly read the user's OpenClaw config and logs (~$HOME/.openclaw/openclaw.json and calling `openclaw logs`/`openclaw status`). That is appropriate for diagnostics, but SKILL.md gives the skill broad discretion to load and print those files; this can expose secrets. The SKILL.md also instructs running update-knowledge-base (network fetch) which will contact docs.openclaw.ai to download many pages.
Install Mechanism
No install spec (instruction-only with shipped scripts and assets). The update script fetches docs from a single official-looking domain (docs.openclaw.ai). No ad-hoc binary downloads or extract-from-unknown-URLs were found.
Credentials
The skill requests no env vars in metadata but its scripts access the user's home config and may print auth-related fields from openclaw.json or from `openclaw logs` output. This access is plausible for a diagnostics tool but the lack of declared config paths or a required-binary entry is a mismatch and increases risk of accidental secret exposure.
Persistence & Privilege
always is false and the skill writes only to its own assets directory when updating the knowledge base. It does not appear to modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-diagnostics
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-diagnostics 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Offline OpenClaw diagnostics with built-in 335-page knowledge base, zero LLM dependency, lightweight shell scripts
元数据
Slug openclaw-diagnostics
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

OpenClaw Diagnostics 是什么?

Diagnoses and troubleshoots OpenClaw config, channel, group message, cron job, and authentication issues using logs and built-in knowledge base. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 400 次。

如何安装 OpenClaw Diagnostics?

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

OpenClaw Diagnostics 是免费的吗?

是的,OpenClaw Diagnostics 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Diagnostics 支持哪些平台?

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

谁开发了 OpenClaw Diagnostics?

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

💬 留言讨论