Network Health Sweep

Network Health Sweep is a skill for Claude Code from WYRE-AI/msp-claude-plugins. It costs 84 tokens per session (1,954 once invoked), scanned A, original, Apache-2.0.

A skill that checks the health of a client's networks across connected monitoring systems and combines the results into one view. It covers devices, links, interfaces, and unexpected topology changes.

In plain words
What is it for?
Use it to find down devices, degraded connections, interface problems, and network-structure changes across a portfolio.
Why use it?
It removes the need to inspect each network-monitoring vendor separately and helps avoid treating missing monitoring data as proof that a device is down or healthy.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Part of the cloudops-pack plugin — 3 skills, 2 commands, 3 agents shipped together

Good fit Use it to find down devices, degraded connections, interface problems, and network-structure changes across a portfolio.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wyre-ai/msp-claude-plugins/network-health-sweep
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add WYRE-AI/msp-claude-plugins --skill network-health-sweep
Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code.

Or install cloudops-pack, the plugin that ships this one along with the rest of its 3 skills, 2 commands, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Network Health Sweep

README.md
[![agentmods](https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/network-health-sweep/github.svg)](https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/network-health-sweep)
Your own site
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/network-health-sweep"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/network-health-sweep/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Network Health Sweep

Your own site · 80×15
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/network-health-sweep"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/network-health-sweep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,954 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00084 $0.01954
Opus 5 $0.00042 $0.00977
Sonnet 5 $0.00017 $0.00391
Haiku 4.5 $0.00008 $0.00195

Measured 7d ago against content hash 570702c4b260, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

Network Health Sweep scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

msp-claude-plugins/cloudops-pack/skills/network-health-sweep/SKILL.md · 173 lines

How it starts

The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Network Health Sweep

Overview

"Is the network healthy" is a portfolio question, not a single-device question. This skill runs a normalized health check across every connected network-monitoring tool and rolls the result up into one ranked view — the same sweep a senior network engineer would run by hand across each vendor's console, made explicit, repeatable, and vendor-agnostic.

This is infrastructure-substrate health: is the network itself up, are interfaces clean, has the topology changed unexpectedly. It is not ticket triage (see ops-pack) and it is not application-layer reliability (see devops-pack, if connected) — this skill only answers whether the wires, switches, firewalls, and access points a client depends on are functioning.

Anti-triggers

  • One vendor's device, alert, or interface data — use auvik-devices, auvik-alerts, meraki-devices, or domotz-devices when the question is what that platform returns, rather than how to rank findings across all of them.
  • Hands-on diagnostics against a specific device — ping, cable test, throughput, and reboots are live tools, not a sweep; use meraki-troubleshooting.
  • Collector health as its own subject — use domotz-agents; this skill checks agent status only to decide whether "down" or "unknown" applies to the devices behind it.

Discovering available tools first

Because this pack is cross-vendor, never assume which network-monitoring tool is connected, or what its tools are literally named:

  1. Call conduit__search_tools with a query like "list devices", "network health", or "device status" to discover which network-monitoring connector(s) are actually live for this org, and the exact tool names each exposes (they follow <vendor-slug>__<tool_name>, e.g. auvik__devices_list, meraki__list_networks, domotz__list_agents).
  2. More than one network-monitoring tool can be connected at once (e.g. Auvik for one site, Meraki for another) — discovery may return multiple vendor families. Sweep all of them; do not stop at the first match.
  3. Only after discovery, call the concrete tools that came back. Never speculatively call a tool name that discovery didn't return — an unrecognized tool call is a worse failure mode than reporting "no network monitoring connector found."

Read the full file on GitHub · 173 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 173 lines · 84 tokens per session scan A 570702c4b260

Subscribe to this mod's changes

Network Health Sweep is a skill published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 9d ago), licensed Apache-2.0. It adds 84 tokens to every session and 1,954 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

scan-my-machine

Scans the user's actual hardware and tells them exactly which local AI models they can run, by name, with expected speed. Use when the user asks "what models can my computer run", "can I run a local LLM", "how much VRAM do I have", "which model should I download", "is my Mac good enough for local AI", "scan my…

naveedharri/benai-skills · 130 tokens

dell-idrac-bmc-ops

Bring a Dell PowerEdge BMC (iDRAC) onto the network headlessly, standardize its baseline settings, stage its firmware, and drive an unattended Proxmox/Linux install through it — including generation-specific Redfish/racadm gotchas, the identity-before-power-action rule, and the phantom-drive failure mode caused by…

dryvist/claude-code-plugins · 111 tokens

pxe-netboot

Reliable remote OS install over PXE when a server's virtual-media/remote-KVM path is broken or unreliable — proxyDHCP + TFTP via dnsmasq, kernel/initrd served over plain HTTP, and a custom-built iPXE binary with an embedded autoexec script (because a distro-packaged one won't auto-chainload). Use when a legacy BMC's…

dryvist/claude-code-plugins · 111 tokens

ha-addon-scaffold

Scaffold a production-ready Home Assistant add-on: config.yaml with UI options schema, multi-arch Dockerfile + build.yaml, s6-overlay services, Ingress web UI wiring, GHCR CI, DOCS/CHANGELOG, and an add-on repository.yaml. Use when creating a new Home Assistant add-on, adding an add-on to a repository, or setting up…

selic/skills · 109 tokens

automatic-cybernetic-flow-design

Use when the user wants a cybernetic flow design document for an interactive system. Specifies sensors, actuators, feedback paths, delays, and oscillation risk, and writes the design to a named local file. Not for implementing or deploying the system.

OutlineDriven/odin-claude-plugin · 58 tokens

pcbway

PCBWay PCB fabrication and assembly — turnkey/consigned assembly, design rules, ordering workflow. Alternative to JLCPCB for manufacturing. Use with KiCad. Use this skill when the user mentions PCBWay, needs turnkey assembly (PCBWay sources parts by MPN), has parts not available on LCSC, needs assembled boards with…

aklofas/kicad-happy · 119 tokens