Healthcheck Skill

Audit OpenClaw host security and generate a PASS/FAIL report.

16|12|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AlekseiUL/heisenberg-team --skill healthcheck-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Healthcheck Skill
Source: https://github.com/AlekseiUL/heisenberg-team/tree/main/skills/healthcheck
Command: npx skills add https://github.com/AlekseiUL/heisenberg-team --skill healthcheck-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly detect security weaknesses and operational issues in an OpenClaw deployment before they become incidents.

Core Features & Use Cases

  • Quick Health Check: Runs diagnostic steps like OpenClaw doctor, verifies gateway binding behavior, and checks disk and memory capacity for stability.
  • Security Audit: Reviews listening ports, validates that sensitive tokens are not stored in the wrong places, inspects SSH access, checks for updates, verifies workspace cleanliness, assesses firewall posture, compares LaunchAgents inventory, enforces sensitive file permissions, and confirms expected Docker containers are running.
  • Actionable Reporting: Produces a structured pass/fail security report and can send a Telegram alert to the owner when failures are detected.

Quick Start

Ask the AI to run the Healthcheck Skill and generate a Security Report with checks for ports, tokens, SSH keys, firewall state, file permissions, and Docker status.

Frequently Asked Questions about Healthcheck Skill

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

FAQPage Schema
How do I perform a security audit on an OpenClaw deployment?

A security audit runs local diagnostic commands to check network exposure, validate token placement, inspect SSH access, and verify firewall posture for OpenClaw hosts. It generates a structured PASS/FAIL report to highlight vulnerabilities.

How do I check server hardening status for OpenClaw on macOS and Linux?

Server hardening status is checked by validating sensitive file permissions, comparing LaunchAgents inventory, assessing firewall posture, and verifying expected Docker containers are running across macOS and Linux hosts.

Can I get a Telegram alert when my OpenClaw system health check fails?

You can receive a Telegram alert when system health checks fail. The diagnostic process sends a notification directly to the owner if it detects failures during port scanning, token hygiene, or Docker status validation.

How does a system health check verify OpenClaw gateway binding behavior and disk capacity?

A system health check verifies gateway binding behavior and checks disk and memory capacity by running the openclaw doctor diagnostic command. This ensures deployment stability and confirms service availability.

What is the best way to audit token hygiene and network exposure for OpenClaw?

The best way to audit token hygiene and network exposure is by reviewing listening ports and validating that sensitive tokens are not stored in wrong places. This prevents unauthorized access and operational security risks.

Does OpenClaw security reporting require Docker to be running?

OpenClaw security reporting verifies Docker status to confirm expected containers are running. While the audit checks Docker status, it also assesses firewall posture and SSH access independently to evaluate overall system health.