healthcheck

Audits OpenClaw host security posture and proposes staged hardening steps.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill healthcheck-amirulandalib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcheck
Source: https://github.com/AmirulAndalib/Vilvona-AI/tree/main/skills/healthcheck
Command: npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill healthcheck-amirulandalib

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Self-hosted OpenClaw gateways often run on machines with unknown exposure: open ports, missing firewall rules, no disk encryption, or unverified backups. This Skill performs a structured, read-only security audit of the host and turns the findings into a staged, reversible hardening plan without breaking remote access. ## Core Features & Use Cases - Read-only host audit: Runs commands like openclaw security audit --deep, firewall status checks, listening-port scans, and disk encryption checks on macOS, Linux, and Windows. - Risk profiling: Infers OS, privilege level, access path (SSH, RDP, tailnet), network exposure, and gateway bind/auth configuration before recommending anything. - Staged hardening menu: Offers posture tiers (convenience, balanced, strict) and concrete actions such as binding the gateway to loopback, requiring auth, enabling updates, and verifying backups. - Use Case: You just deployed OpenClaw on a VPS with a public IP. The Skill audits SSH, firewall, and gateway exposure, then walks you through locking down ports and enabling key-only SSH with rollback notes. ## Quick Start Ask the assistant to run a security healthcheck on this OpenClaw host and approve the read-only checks when prompted.

Frequently Asked Questions about healthcheck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit the security of an OpenClaw host?

Run the healthcheck flow, which starts with read-only commands like `openclaw security audit --deep`, `openclaw gateway status --deep`, and OS-specific checks for firewall, listening ports, and disk encryption. Findings are reported with severity and evidence before any changes are proposed.

How to harden an OpenClaw gateway exposed to the internet?

The Skill recommends binding the gateway to loopback, LAN, or a tailnet, requiring authentication for remote access, closing public ports via firewall rules, and scheduling recurring `openclaw security audit --deep` runs. Each action is confirmed with you before being applied.

Does the healthcheck work on macOS, Linux, and Windows?

Yes, it includes platform-specific read-only commands: `socketfilterfw` and `fdesetup` on macOS, `ufw`/`firewall-cmd`/`nft` and `ss` on Linux, and `Get-NetFirewallProfile` and `Get-BitLockerVolume` on Windows. It first infers the OS and privilege level before choosing checks.

Will the security audit change my SSH or firewall settings automatically?

No. The Skill explicitly asks permission before any state-changing action and never modifies SSH, firewall, or remote access until your access path is confirmed. It prefers reversible steps and includes rollback notes for each recommendation.

What are the limitations of a read-only host security check?

Read-only checks cannot verify backup restore integrity, detect all application-layer vulnerabilities, or confirm identity and role of the operator. The report includes a gaps section listing anything that could not be checked, and recommendations only when identity is unknown.