hetzbot-review-host

Orchestrate host health audits across Hetzbot skills with severity summaries.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/tomspiegl/hetzbot --skill hetzbot-review-host
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hetzbot-review-host
Source: https://github.com/tomspiegl/hetzbot/tree/main/skills/hetzner/review-host
Command: npx skills add https://github.com/tomspiegl/hetzbot --skill hetzbot-review-host

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a comprehensive host health audit by coordinating host-basics checks and per-skill reviews across the fleet.

Core Features & Use Cases

  • Runs host-level basics (disk, memory, sshd, tailscale) and triggers each skill's own review.sh.
  • Aggregates findings from all reviews into a unified severity summary.
  • Helps operators detect health and compliance gaps, before or after deployment.

Quick Start

Run the orchestrator to audit a single host by executing the review.sh script with the target host.

Frequently Asked Questions about hetzbot-review-host

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

FAQPage Schema
How do I run an automated host health audit across a fleet using Tailscale?

An automated host health audit over Tailscale orchestrates host-basics checks for disk, memory, sshd, and connectivity, then triggers per-skill review scripts to aggregate findings into a unified severity summary for the fleet.

What is a host health review and how does it detect compliance gaps?

A host health review coordinates baseline system checks and individual skill audits to detect health and compliance gaps, summarizing overall findings by severity before or after deployment to ensure fleet integrity.

Do I need SSH access and specific directory structures for host fleet management?

Yes, host fleet management requires SSH access over Tailscale and the presence of the /opt/hetzbot/skills directory structure containing review.sh scripts to successfully collect and format audit results.

Can I audit individual hosts instead of running a full fleet health check?

Yes, you can audit individual hosts by executing the review-host orchestrator script with a specific target host, which will run host-level basics and per-skill reviews for that single machine.

What's the best way to aggregate per-skill review findings during maintenance windows?

Aggregating per-skill review findings during maintenance windows is best handled by an orchestrator that triggers each skill's review script, formats the collected outputs, and summarizes overall health by severity level.

Why does my host review orchestrator fail to collect findings from installed skills?

The host review orchestrator fails to collect findings if the required /opt/hetzbot/skills structure with review.sh scripts is missing, or if SSH access over Tailscale to the target host is not properly established.