net-client-health

Assesses a Wi-Fi client's health via RF quality, retries, disconnects, and roaming.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ekkus93/vscode_skills --skill net-client-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: net-client-health
Source: https://github.com/ekkus93/vscode_skills/tree/main/skills/net-client-health
Command: npx skills add https://github.com/ekkus93/vscode_skills --skill net-client-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assess a single Wi-Fi client's health by evaluating RF quality, retries, disconnects, and roaming symptoms.

Core Features & Use Cases

  • Diagnoses client RF health, retry behavior, disconnect patterns, and roam indicators.
  • Produces a structured SkillResult with evidence such as connected AP, roaming events, and threshold findings.
  • Use Case: When a client experiences intermittent connectivity, run this skill to surface actionable metrics and follow-up actions.

Quick Start

Run net_client_health.py with a client-id and a time window to obtain a SkillResult for the specified session.

Frequently Asked Questions about net-client-health

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

FAQPage Schema
How do I diagnose a Wi-Fi client's RF quality and roaming symptoms?

To diagnose Wi-Fi client RF health and roaming symptoms, run a Python script with a client-id and time window to evaluate retries, disconnects, and roam indicators, producing a structured JSON SkillResult with actionable evidence.

What metrics are needed to assess intermittent wireless client connectivity?

Assessing intermittent wireless client connectivity requires evaluating RF quality, retry behavior, disconnect patterns, and roaming events. This process surfaces actionable metrics and connected AP details to guide network reliability troubleshooting.

Do I need a wireless-controller adapter to monitor client health?

Yes, monitoring client health requires a configured wireless-controller adapter or fixture file. You also need Python3 and the NETTOOLS package installed to execute the diagnostic script and generate the JSON output.

How do I troubleshoot Wi-Fi disconnect patterns for a specific client session?

To troubleshoot Wi-Fi disconnect patterns for a specific session, execute the diagnostic tool with a client-id and time window. It evaluates threshold findings and roaming events to produce a structured SkillResult for decision-making.

What is the best way to evaluate Wi-Fi client retries and threshold findings?

Evaluating Wi-Fi client retries and threshold findings is best handled by running a Python-based diagnostic against a wireless-controller adapter. It outputs a structured JSON SkillResult containing connected AP details and follow-up actions.