healthcheck

Audits OpenClaw host security and generates remediation plans with approval steps.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Polealpha/XINNIAN_PI --skill healthcheck-polealpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcheck
Source: https://github.com/Polealpha/XINNIAN_PI/tree/main/app%20windows/vendor/openclaw-runtime/skills/healthcheck
Command: npx skills add https://github.com/Polealpha/XINNIAN_PI --skill healthcheck-polealpha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you reduce security risk and operational exposure on a machine running OpenClaw by performing read-only audits first, then guiding user-approved hardening changes that match your risk tolerance.

Core Features & Use Cases

  • Host hardening with guardrails: Reviews OS/environment context (read-only where possible) and separates OS hardening from OpenClaw enforcement to avoid false claims.
  • OpenClaw security audits and version status: Runs openclaw security audit --deep and openclaw update status to surface issues and report update availability.
  • Risk-tolerance driven remediation: Creates a target posture, identifies gaps, then provides step-by-step remediation using exact commands with rollback and lockout prevention.
  • Optional scheduling for ongoing monitoring: Offers deterministic cron scheduling via OpenClaw (e.g., healthcheck:security-audit, healthcheck:update-status) after audits/hardening.

Quick Start

Run the healthcheck skill to audit your OpenClaw host security and produce a remediation plan based on your chosen risk tolerance.

Frequently Asked Questions about healthcheck

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

FAQPage Schema
How do I run a security audit on an OpenClaw host?

Host hardening with guardrails separates OS hardening from OpenClaw enforcement to prevent false security claims. It uses read-only context discovery first, then applies user-approved changes matching your risk tolerance to reduce operational exposure.

Does OpenClaw hardening prevent SSH lockout during firewall updates?

Risk-tolerance driven remediation creates a target security posture and identifies gaps to provide step-by-step remediation. It uses exact commands with rollback and lockout prevention, ensuring changes match your acceptable risk level.

Can I schedule periodic OpenClaw security audits automatically?

You can schedule periodic OpenClaw security audits automatically using deterministic cron scheduling. After completing audits and hardening, configure ongoing monitoring via OpenClaw commands like `healthcheck:security-audit` and `healthcheck:update-status`.

How do I check OpenClaw version and update status for security compliance?

To check OpenClaw version and update status for security compliance, run the `openclaw update status` command. This surfaces available updates and reports version vulnerabilities as part of the deep security audit process.

What are the limitations of automated host hardening for OpenClaw?

A limitation of automated host hardening for OpenClaw is that it requires explicit numbered user approvals for any state-changing actions. It also strictly separates OS hardening from OpenClaw enforcement to avoid false security claims.