infrastructure-management

Audit server access paths and hardware health signals for recovery timing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents downtime by verifying server accessibility, diagnosing hardware health signals, and guiding safe recovery when hosts become unreachable.

Core Features & Use Cases

  • Connectivity & access audit: Checks SSH reachability, evaluates out-of-band management (iDRAC/iLO/IPMI) availability, and reports boot-time expectations to avoid premature “failure” calls.
  • Hardware health monitoring: Collects thermal, disk SMART/health, memory, uptime/load, and optional Docker status data, plus iDRAC event/sensor reads.
  • Recovery-first operational workflow: Provides ordered recovery actions (wait for boot, OOB power cycle, network checks, serial console, escalation) with guardrails to reduce data-loss risk from unclean shutdowns.
  • BOSH/CF deployment verification: Validates director reachability, VM/process health, CredHub availability, BBR readiness, and post-deploy smoke/consistency checks.
  • Documentation-to-reality drift checks: Detects discrepancies between expected service/process inventory and what the live system reports.

Quick Start

Ask the AI to run an infrastructure status audit for your listed hosts and produce an Infrastructure Status Report with findings and recommended recovery actions.

Frequently Asked Questions about infrastructure-management

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

FAQPage Schema
How do I audit bare metal server health and verify SSH reachability before restarting?

BOSH deployment verification validates director reachability, VM process health, CredHub availability, and BBR readiness, followed by post-deploy smoke and consistency checks to detect documentation drift in Cloud Foundry environments.

Can I use out-of-band management to power cycle an unreachable host safely?

Yes, you can use out-of-band management like iDRAC or IPMI to power cycle unreachable hosts, but the workflow prefers non-destructive diagnostics and serial console checks first to reduce data-loss risk from unclean shutdowns.

What is the safest recovery workflow for bare metal servers that fail to boot?

The safest bare metal recovery workflow enforces boot-time guardrails by waiting for expected boot durations, running OOB network checks, collecting iDRAC event logs, and escalating only after non-destructive diagnostics fail.

How do I detect documentation-to-reality drift in my infrastructure service inventory?

To detect documentation-to-reality drift, compare expected service and process inventory against live system reports gathered during hardware health monitoring and SSH access audits to pinpoint discrepancies in running deployments.

Does infrastructure auditing work with single-board computers and enterprise servers?

Yes, infrastructure auditing applies to both SBC and enterprise bare metal servers, collecting uptime, load, Docker status, and iDRAC sensor reads to estimate safe recovery timing for unreachable hosts across diverse hardware.