← Back to Skills Marketplace
soroyue

Doctor Check

by Simon Lau · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install doctor-check
Description
系统诊断 - 检查OpenClaw和运行环境健康状态
README (SKILL.md)

Doctor Check - 系统诊断

功能

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

检查项

1. 环境检查

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

2. 服务状态

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

3. 配置检查

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

4. 日志检查

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

使用方式

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

输出格式

## 系统诊断报告

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

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

### ❌ 问题
- IBKR连接超时
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install doctor-check
  3. After installation, invoke the skill by name or use /doctor-check
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
系统诊断,检查Gateway和运行环境健康状态
Metadata
Slug doctor-check
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Doctor Check?

系统诊断 - 检查OpenClaw和运行环境健康状态. It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install Doctor Check?

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

Is Doctor Check free?

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

Which platforms does Doctor Check support?

Doctor Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Doctor Check?

It is built and maintained by Simon Lau (@soroyue); the current version is v1.0.0.

💬 Comments