/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install model-healthcheck - After installation, invoke the skill by name or use
/model-healthcheck - Provide required inputs per the skill's parameter spec and get structured output
What is Model Healthcheck?
Test all configured models for availability. Activate when user says "test models", "check models", "model healthcheck", "测试模型", "测试所有模型", "检查模型", or "模型健康检查". It is an AI Agent Skill for Claude Code / OpenClaw, with 775 downloads so far.
How do I install Model Healthcheck?
Run "/install model-healthcheck" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Model Healthcheck free?
Yes, Model Healthcheck is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Model Healthcheck support?
Model Healthcheck is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Model Healthcheck?
It is built and maintained by xmanrui (@xmanrui); the current version is v1.0.0.