network-health-check

Diagnose UniFi network health and generate prioritized subsystem reports.

1|Updated Apr 6, 2025
One-click install
npx skills add https://github.com/david-driscoll/stargate-command-cluster --skill network-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-health-check
Source: https://github.com/david-driscoll/stargate-command-cluster/tree/main/.agents/skills/network-health-check
Command: npx skills add https://github.com/david-driscoll/stargate-command-cluster --skill network-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly identify what is unhealthy in a UniFi network—such as offline devices, degraded WAN/LAN/WLAN/VPN subsystems, alarms, and firmware update needs—so you can focus troubleshooting on the real cause.

Core Features & Use Cases

  • Unified health reporting: Collects system info, network health, devices, and active alarms in a single parallel UniFi batch to produce an actionable report.
  • Device and alarm interpretation: Interprets device state codes and alarm severity using included reference materials, then summarizes findings in plain language with remediation guidance.
  • Prioritized subsystem diagnostics: Guides analysis in the recommended priority order (WAN → LAN → WLAN → VPN) so upstream failures don’t obscure root causes.
  • Use case: When users report intermittent internet or devices “going down,” you run this skill to determine whether the problem is ISP/WAN, switch connectivity, WiFi conditions, VPN tunnels, device firmware, or active alarms.

Quick Start

Run network-health-check to generate an overall health summary, list problematic devices and active alarms, and return prioritized recommendations based on the latest UniFi controller data.

Frequently Asked Questions about network-health-check

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

FAQPage Schema
How do I diagnose UniFi network issues when devices go offline or internet drops?

To diagnose UniFi network issues, run a health check that batches system info, device states, and active alarms to generate a prioritized report. It analyzes WAN, LAN, WLAN, and VPN subsystems in priority order to isolate whether the root cause is ISP connectivity, switch failures, or WiFi degradation.

What is the best way to check UniFi firmware update needs and active alarms?

The best way to check UniFi firmware updates and active alarms is to run a network health check that collects device data in a single batch. It interprets alarm severity and device state codes using reference mappings, then summarizes firmware upgrade needs and alarm-driven incidents in plain language with remediation guidance.

How does a UniFi network health check prioritize troubleshooting for WAN and VPN degradation?

A UniFi network health check prioritizes troubleshooting by analyzing subsystems in the order WAN, LAN, WLAN, then VPN. This upstream-first approach ensures that ISP or routing failures are identified before local switch or WiFi issues, preventing upstream outages from obscuring the actual root cause of network degradation.

Do I need a UniFi Network MCP server to run network monitoring and health checks?

Yes, you need a configured UniFi Network MCP server set via the UNIFI_NETWORK_HOST environment variable to run network monitoring and health checks. This connection allows the tool to execute batched UniFi API calls, retrieve controller data, and classify device states and alarm types for diagnostic reporting.

Can I interpret UniFi device state anomalies and alarm types automatically?

Yes, you can interpret UniFi device state anomalies and alarm types automatically using built-in reference mappings. The health check classifies raw controller data into plain language summaries, evaluates alarm severity, identifies offline devices, and provides actionable remediation guidance for each detected anomaly.

Why are my UniFi devices showing offline states during routine maintenance checks?

UniFi devices showing offline states during routine maintenance checks can be caused by WAN failures, switch connectivity loss, or firmware instability. A network health check evaluates device state codes, active alarms, and subsystem status to determine whether the offline condition stems from upstream routing or local device issues.