infrastructure-management

Audit SSH, IPMI, and serial console access for server health.

18|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/williamzujkowski/nexus-agents --skill infrastructure-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure-management
Source: https://github.com/williamzujkowski/nexus-agents/tree/main/skills/infrastructure-management
Command: npx skills add https://github.com/williamzujkowski/nexus-agents --skill infrastructure-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management and health monitoring of physical servers, SBC devices, and hardware infrastructure, reducing downtime and operational complexity.

Core Features & Use Cases

  • Connectivity Audits: Checks SSH, OOB, IPMI, and serial console access to ensure remote server availability.
  • Hardware Health Monitoring: Gathers temperature, disk SMART status, memory, uptime, and container health data for physical nodes.
  • Recovery and Preventive Checks: Guides on power cycling, boot time estimation, and proactive diagnostics to prevent failures.
  • Use Case: An admin needs to verify all servers are reachable and healthy before an incident response or deployment; this skill automates the checks and reports status.

Quick Start

Use the infrastructure management skill to perform a connectivity audit on all hardware in the data center.

Frequently Asked Questions about infrastructure-management

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

FAQPage Schema
How do I run a remote server connectivity audit for SSH and IPMI?

Remote server connectivity audits verify SSH, OOB, IPMI, and serial console access to ensure physical nodes are reachable. The infrastructure management skill automates these checks using ssh, ipmitool, and curl to report server availability across data centers and homelabs.

What is hardware health monitoring for physical servers and SBC devices?

Hardware health monitoring for physical servers and SBC devices involves gathering temperature, disk SMART status, memory, uptime, and container health data. It enables proactive maintenance and troubleshooting to reduce downtime and operational complexity.

Can I use ipmitool for out-of-band server recovery and power cycling?

Yes, out-of-band server recovery and power cycling can be managed using ipmitool. The skill guides power cycling operations, boot time estimation, and proactive diagnostics to prevent failures on physical hardware in data centers and homelabs.

Do I need ssh and curl to check server infrastructure health?

Yes, ssh and curl are required to check server infrastructure health and perform connectivity audits. The skill uses these tools alongside ipmitool to verify remote access, gather sensor data, and evaluate hardware health status.

What's the best way to automate server health checks before a deployment?

Automating server health checks before deployment involves verifying SSH and IPMI connectivity, then gathering temperature, disk SMART status, and memory data. This skill automates these checks to confirm all servers are reachable and healthy prior to incident response or deployment.