← 返回 Skills 市场
soroyue

Doctor Check

作者 Simon Lau · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install doctor-check
功能描述
系统诊断 - 检查OpenClaw和运行环境健康状态
使用说明 (SKILL.md)

Doctor Check - 系统诊断

功能

仿照Claude Code doctor命令,检查系统健康状态。

检查项

1. 环境检查

  • Node.js/npm版本
  • Python环境
  • 磁盘空间

2. 服务状态

  • Gateway运行状态
  • Cron任务状态
  • 锁文件清理

3. 配置检查

  • 配置文件完整性
  • API密钥有效性
  • 权限设置

4. 日志检查

  • 最近错误
  • 异常模式
  • 性能指标

使用方式

"系统诊断" → 执行完整诊断
"检查问题" → 诊断当前问题

输出格式

## 系统诊断报告

### ✅ 正常
- Gateway: 运行中
- Cron: 10个任务

### ⚠️ 警告
- 磁盘空间不足 (\x3C20%)
- 旧日志未清理

### ❌ 问题
- IBKR连接超时
安全使用建议
This skill is an instruction-only diagnostic checklist that could cause the agent to probe your system and configuration files, including any API keys it finds, but it does not say where it will look or what credentials it needs. Before installing or running it: 1) Ask the author which specific files/paths and API keys will be accessed and how API keys are validated. 2) Do not run it with elevated privileges or on production systems until you confirm exact behavior. 3) Consider running it in a sandbox or staging environment first. 4) If you must use it in production, restrict the agent's file and environment access (provide only the specific config files you want checked) and audit its actions/logs.
功能分析
Type: OpenClaw Skill Name: doctor-check Version: 1.0.0 The skill bundle contains instructions for a system diagnostic tool ('doctor-check') designed to monitor environment health, service status, and configuration integrity. The SKILL.md file outlines standard maintenance tasks such as checking disk space, Node.js/Python versions, and log errors, with no evidence of malicious intent, data exfiltration, or unauthorized execution logic.
能力评估
Purpose & Capability
The declared purpose (system / OpenClaw health checks) is plausible for the listed checks, but the skill does not declare any config paths, environment variables, or binaries even though tasks like 'API密钥有效性' and '配置文件完整性' inherently require reading configuration files or credentials. That mismatch between claimed capability and declared requirements is concerning.
Instruction Scope
SKILL.md is high-level and open-ended — it instructs the agent to check versions, service status, config integrity, API key validity, and logs but gives no concrete, scoped instructions (which files/paths to inspect, which APIs to call, or how to obtain keys). This vagueness grants the agent broad discretion to read arbitrary system files, environment variables, or network endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only). That minimizes risk from arbitrary downloads or disk writes.
Credentials
The skill lists checking 'API密钥有效性' and '配置文件完整性' but declares no required env vars or config paths. Verifying API keys typically requires access to secrets stored in env vars or config files — the lack of declared credentials or paths is disproportionate and opaque.
Persistence & Privilege
always:false (normal). The skill can be invoked autonomously (platform default). Autonomous invocation combined with the instruction vagueness increases risk because it could autonomously read sensitive files when run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install doctor-check
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /doctor-check 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
系统诊断,检查Gateway和运行环境健康状态
元数据
Slug doctor-check
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Doctor Check 是什么?

系统诊断 - 检查OpenClaw和运行环境健康状态. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 Doctor Check?

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

Doctor Check 是免费的吗?

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

Doctor Check 支持哪些平台?

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

谁开发了 Doctor Check?

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

💬 留言讨论