用户问「为什么不能 engage」「系统是否正常」「帮我体检一下」「OTA 前检查」时,优先调用 **`run_health_check`**,再按结果逐项深入。
Scanned 9/12/2026
Install to Claude Code
npx -y skills add mouxangithub/ai --skill health-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Health Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mouxangithub-health-check)More formats (shields.io, HTML) on the badges page.
# 一键健康检查
## 何时使用
用户问「为什么不能 engage」「系统是否正常」「帮我体检一下」「OTA 前检查」时,优先调用 **`run_health_check`**,再按结果逐项深入。
## 步骤
1. `run_health_check(scope=engage)` — 接合阻塞项(车辆状态、onroad 事件、告警、SecOC、CarParams)
2. 若 `overall=fail`:按 `checks[].action` 启用对应技能(`engage-troubleshooting`、`secoc-toyota`、`c3-dos-panda` 等)
3. `run_health_check(scope=system)` — 磁盘、Panda、网络
4. OTA / 更新前:`guide_ota_update` + `ota_preflight_checklist`
## 输出格式
- 用表格列出 `checks`:`status`(ok/warn/fail)、`summary`、`action`
- 不要输出完整 SecOCKey 或 API Key
- 行驶中仅只读检查,不写 Param
## 相关工具
`device_health`、`panda_status`、`network_diagnostics`、`read_onroad_events`、`get_vehicle_state`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!