/install model-healthcheck
Model Healthcheck Skill
When the user requests a model test, follow these steps:
Steps
-
Get all model list Use
gateway config.getto read the current config and extract allprovider/modelcombinations frommodels.providers. -
Test all models concurrently For each model, use
sessions_spawnto run a test:- task: "Reply with exactly: model ok. Only reply these two words."
- model: the corresponding provider/model-id
- runTimeoutSeconds: 30
- cleanup: "delete"
Fire all tests concurrently (multiple
sessions_spawncalls at once), do not test sequentially. -
Collect results and summarize Wait for all tests to complete, then summarize as a list:
- provider/model-id — ✅ OK / ❌ Failed (Xs) — error message if any
Fields:
- Status: normal reply = ✅, timeout or error = ❌
- Duration: time from spawn to result
- Error: if failed, show the specific error (API error, timeout, auth failure, etc.)
-
Output results Send the summary to the user, with a final tally:
- Total models tested: X
- Passed: X
- Failed: X (list failed model names and reasons)
Notes
- Skip the model currently in use (no need to test yourself)
- If the user specifies a particular model, only test that one
- Feishu/WhatsApp and similar platforms don't support markdown tables — use list format instead
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install model-healthcheck - 安装完成后,直接呼叫该 Skill 的名称或使用
/model-healthcheck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Model Healthcheck 是什么?
Test all configured models for availability. Activate when user says "test models", "check models", "model healthcheck", "测试模型", "测试所有模型", "检查模型", or "模型健康检查". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 775 次。
如何安装 Model Healthcheck?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-healthcheck」即可一键安装,无需额外配置。
Model Healthcheck 是免费的吗?
是的,Model Healthcheck 完全免费(开源免费),可自由下载、安装和使用。
Model Healthcheck 支持哪些平台?
Model Healthcheck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Model Healthcheck?
由 xmanrui(@xmanrui)开发并维护,当前版本 v1.0.0。