OpenClaw Healthcheck
Run a lightweight operational and security review for an OpenClaw deployment.
What this skill checks
- - gateway reachability and process status
- exposed listeners / suspicious open ports
- risky config patterns in the running OpenClaw config
- browser session / relay surface hints
- recent log errors worth operator attention
- update / runtime hygiene signals
When to use
Use this skill when a user asks:
- - "run an OpenClaw health check"
- "audit my OpenClaw security"
- "is this OpenClaw deployment safe"
- "check my OpenClaw server exposure"
- "review my OpenClaw setup before production"
- "why does my OpenClaw runtime feel unhealthy"
Workflow
- 1. Confirm target machine / workspace.
- Run the bundled healthcheck script.
- Review score, findings, and recommendations.
- If findings are high-risk, stop and fix before wider rollout.
Command
CODEBLOCK0
Output format
The script returns JSON with:
- - score
- verdict
- findings
- recommendations
- evidence
Verdicts
- -
PASS — no major operational or security issue detected in this lightweight pass - INLINECODE1 — usable but risky or incomplete
- INLINECODE2 — high-risk exposure or broken runtime detected
Important limits
- - This is a lightweight operator check, not a full penetration test.
- A
PASS result does not guarantee safety. - Human review is still required for internet-exposed systems.
References
OpenClaw 健康检查
对 OpenClaw 部署执行轻量级的运行与安全审查。
本技能检查内容
- - 网关可达性与进程状态
- 暴露的监听器/可疑的开放端口
- 运行中 OpenClaw 配置中的风险模式
- 浏览器会话/中继暴露线索
- 值得操作人员关注的近期日志错误
- 更新/运行时健康信号
使用时机
当用户提出以下问题时使用本技能:
- - 运行 OpenClaw 健康检查
- 审计我的 OpenClaw 安全性
- 这个 OpenClaw 部署是否安全
- 检查我的 OpenClaw 服务器暴露情况
- 在生产前审查我的 OpenClaw 配置
- 为什么我的 OpenClaw 运行时感觉不健康
工作流程
- 1. 确认目标机器/工作空间。
- 运行捆绑的健康检查脚本。
- 审查评分、发现项和建议。
- 如果发现高风险项,先停止并修复,再进行更广泛的部署。
命令
bash
node {baseDir}/scripts/healthcheck.mjs
输出格式
脚本返回 JSON 格式,包含:
判定结果
- - 通过 — 在此轻量级检查中未检测到重大运行或安全问题
- 警告 — 可用但存在风险或不完整
- 失败 — 检测到高风险暴露或运行时故障
重要限制
- - 此为轻量级操作检查,非完整渗透测试。
- 通过 结果不保证安全性。
- 对于暴露于互联网的系统,仍需人工审查。
参考
- - {baseDir}/references/checklist.md