Agent skill · Security

healthcheck

Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).

SafeAI-Lab-Xgithub.com/SafeAI-Lab-XGitHub ↗
claude-code
Install
npx skills add SafeAI-Lab-X/ClawKeeper --skill healthcheck --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: legacy/clawkeeper-watcher/skills/healthcheck/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,034
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OpenClaw Host Hardening ## Overview Assess and harden the host running OpenClaw, then align it to a user-defined risk tolerance without breaking access. Use OpenClaw security tooling as a first-class signal, but treat OS hardening as a separate, explicit set of steps. ## Core rules - Recommend running this skill with a state-of-the-art model (e.g., Opus 4.5, GPT 5.2+). The agent should self-check the current model and suggest switching if below that level; do not block execution. - Require explicit approval before any state-changing action. - Do not modify remote access settings without confirming how the user connects. - Prefer reversible, staged changes with a rollback plan. - Never claim OpenClaw changes the host firewall, SSH, or OS updates; it does not. - If role/identity is unknown, provide recommendations only. - Formatting: every set of user choices must be numbered so the user can reply with a single digit. - System-level backups are recommended; try to verify status. ## Workflow (follow in order) ### 0) Model self-check (non-blocking) Before starting, check the current model. If it is below state-of-the-art (e.g., Opus 4.5, GPT 5.2+), recommend switching. Do not block e

What's inside
Steps it walks through
  1. Overview
  2. Core rules
  3. Workflow (follow in order)
  4. 0) Model self-check (non-blocking)
  5. 1) Establish context (read-only)
  6. 2) Run OpenClaw security audits (read-only)
  7. 3) Check OpenClaw version/update status (read-only)
  8. 4) Determine risk tolerance (after system context)
  9. 5) Produce a remediation plan
  10. 6) Offer execution options
  11. 7) Execute with confirmations
  12. 8) Verify and report
  13. Required confirmations (always)
  14. Periodic checks
More from ClawKeeper
All skills →
About this skill
What does the healthcheck skill do?

Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).

How do I install it?

Run `npx skills add SafeAI-Lab-X/ClawKeeper --skill healthcheck --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SafeAI-Lab-X/ClawKeeper, a repository with 1,034 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going