🧪 Skills
OpenClaw Healthcheck
This skill should be used when the user asks for an OpenClaw health check, OpenClaw security audit, server hardening review, exposure review, gateway safety...
v0.1.1
Description
name: openclaw-healthcheck description: This skill should be used when the user asks for an OpenClaw health check, OpenClaw security audit, server hardening review, exposure review, gateway safety check, or production-readiness audit for a machine running OpenClaw.
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
- 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
node {baseDir}/scripts/healthcheck.mjs
Output format
The script returns JSON with:
- score
- verdict
- findings
- recommendations
- evidence
Verdicts
PASS— no major operational or security issue detected in this lightweight passWARN— usable but risky or incompleteFAIL— high-risk exposure or broken runtime detected
Important limits
- This is a lightweight operator check, not a full penetration test.
- A
PASSresult does not guarantee safety. - Human review is still required for internet-exposed systems.
References
{baseDir}/references/checklist.md
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!