healthcheck
Audit and harden hosts running OpenClaw for SSH, firewall, updates, exposure, cron checks, and risk posture.
Install via CLI (Recommended)
clawhub install openclaw/openclaw/skills/healthcheckWhat This Skill Does
The healthcheck skill is the primary security and hardening interface for OpenClaw deployments. It is designed to act as an automated security auditor and configuration advisor for the machine running the OpenClaw agent. Rather than performing intrusive, automated changes, the skill follows a consultative, 'human-in-the-loop' methodology to assess the host environment, identify potential security risks, and provide remediation steps tailored to the user's specific risk tolerance. It covers critical areas including OS-level patching, SSH configuration, firewall status, disk encryption, and backup verification. By analyzing the host's unique environment—be it a standalone laptop, a headless Raspberry Pi, or a remote VPS—the skill ensures that the agent's operations remain secure without jeopardizing remote access or breaking existing workflows.
Installation
To add this capability to your agent, execute the following command in your terminal:
clawhub install openclaw/openclaw/skills/healthcheck
Once installed, ensure your agent has the necessary environment permissions to run local diagnostic commands, as the skill relies on reading system-level metadata to provide accurate advice.
Use Cases
This skill is ideal for users who need to:
- Audit the security posture of a new OpenClaw deployment.
- Determine if the current host environment meets security best practices for handling sensitive data.
- Configure automated, periodic security reviews through OpenClaw's internal scheduling.
- Perform a 'readiness check' before opening external access to an OpenClaw-controlled environment.
- Verify the status of local security features like file-system encryption or automatic patch management.
Example Prompts
- 'Run a healthcheck on this machine and tell me if my SSH settings are safe for remote access.'
- 'I want to harden my Raspberry Pi running OpenClaw. What are the recommended next steps based on my current setup?'
- 'Check my current security risk posture and tell me if I am missing any critical system updates.'
Tips & Limitations
Always prefer running this skill with the most advanced model available (e.g., Opus 4.5 or GPT 5.2+) to ensure the agent can accurately interpret complex system audit logs. Note that this skill does not perform active changes to your firewall or SSH daemon. Instead, it provides actionable, step-by-step instructions. Always verify system backups before attempting any hardening procedures recommended by the agent to prevent accidental lockout.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-openclaw-healthcheck": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
apple-notes
Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.
sherpa-onnx-tts
Local text-to-speech via sherpa-onnx (offline, no cloud)
goplaces
Query Google Places for text search, place details, resolve, reviews, or scriptable JSON via goplaces.
skill-creator
Create, edit, improve, tidy, review, audit, or restructure AgentSkills and SKILL.md files.
video-frames
Extract frames or short clips from videos using ffmpeg.