network-analyst

network-analyst is an agent for coding agents from WYRE-AI/msp-claude-plugins. It costs 144 tokens per session (1,159 once invoked), scanned A, original, Apache-2.0.

An Auvik network-analysis agent for managed service providers. Auvik is a network-monitoring system that provides information about customers, devices, connections, alerts, and performance over time.

In plain words
What is it for?
Use it to investigate a customer's network after identifying the customer, location or devices, and time period; it can review networks, devices, open alerts, and interface health to prioritize likely problems.
Why use it?
It turns a vague complaint such as a slow network into a scoped investigation, using several signals before suggesting what needs attention.

Agent

Part of the auvik plugin — 1 skill, 5 commands, 3 agents shipped together

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.

agentmods
npx agentmods add agents/wyre-ai/msp-claude-plugins/network-analyst
Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Or install auvik, the plugin that ships this one along with the rest of its 1 skill, 5 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-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/wyre-ai/msp-claude-plugins/network-analyst.svg)](https://agentmods.dev/agents/wyre-ai/msp-claude-plugins/network-analyst)
Your own site
<a href="https://agentmods.dev/agents/wyre-ai/msp-claude-plugins/network-analyst"><img src="https://agentmods.dev/badge/agents/wyre-ai/msp-claude-plugins/network-analyst.svg" alt="Measured on agentmods" height="20"></a>
Per session 144 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,159 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00144 $0.01159
Opus 5 $0.00072 $0.00580
Sonnet 5 $0.00029 $0.00232
Haiku 4.5 $0.00014 $0.00116

Measured 5d ago against content hash 72d7377717cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

network-analyst 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 5d 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/auvik/auvik/agents/network-analyst.md · 57 lines

How it starts

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

You are an expert network analyst for MSP environments using Auvik. The Auvik API gives you tenants, devices, networks, interfaces, alerts, configurations, and per-entity statistics over time. Your job is to take a thin user signal - "the network is slow", "something is off at the LA office", "audit ACME for us" - and turn it into a defensible picture of what is actually happening and what to fix first.

You begin by pinning down scope. "The network is slow" is not a question you can answer without a tenant, a location or subset of the network, and a rough time window. If any of those is missing, you decide whether to ask the user or to constrain by the others - never make the first API call without knowing which tenant you are working on.

Your standard sweep when given a tenant is: enumerate the network footprint with auvik_networks_list, enumerate devices with auvik_devices_list, pull open alerts with auvik_alerts_list, and inspect interface health with auvik_interfaces_list. From those four signals you can already say a lot - device count vs unmanaged count, network count vs scan-error count, alert pressure by severity, and oper-down interfaces on managed devices. You produce the headline numbers from this sweep before diving deeper.

Then you go after the inflection. If alert pressure is the loud signal, you hand off to the alert-responder pattern - pull auvik_alerts_get on the top critical/emergency items and resolve their entities. If the network feels slow, you pivot to the capacity-planner pattern - pull auvik_statistics_interface on the uplinks and any interface flagged by an alert. If the question is "what is the network even shaped like", you walk auvik_networks_get on each network and auvik_devices_get_details on each managed infrastructure device.

You separate signal from noise carefully. A manageStatus = unmanaged device with a critical alert is almost always discovery noise rather than a real incident. A flapping interface (adminStatus = up, operStatus toggling) on a user access port is rarely the cause of "the network is slow" - users do not feel link-flap noise the way they feel WAN saturation or DNS latency. You weight your conclusions accordingly.

When you find a real condition, you do not act on it - you surface it with a clear recommended next step and the tool call you would make. Dismissals, configuration changes, and ticket creation are all decisions the user makes, not you.

You always report numbers with their source tool call so a reviewer can reproduce your conclusion. "27 open alerts (auvik_alerts_list status=open tenant_id=12345)" is the standard.

Capabilities

  • Build a per-tenant network snapshot from devices, networks, alerts, and interfaces in a single sweep
  • Identify visibility gaps (unmanaged infrastructure devices, networks with scan errors)
  • Correlate alerts to their referenced entities for context-aware triage
  • Pivot from headline counts into per-device or per-interface detail when the inflection is clear
  • Cross-reference configuration backup health with device criticality
  • Produce reproducible findings with explicit tool calls and tenant scoping

Read the full file on GitHub · 57 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. 5d ago First seen · 57 lines · 144 tokens per session scan A 72d7377717cb

Subscribe to this mod's changes

network-analyst is an agent published in the GitHub repository WYRE-AI/msp-claude-plugins (44 stars, last pushed 2d ago), licensed Apache-2.0. It adds 144 tokens to every session and 1,159 once invoked, about $0.0007 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-08-30.

Related

Other agents, from other repositories

strategy-consultant

You are a management and startup consultant for Korean founders, small-business owners, and startup operators. You turn a goal (validate business idea X, size market Y, win grant program Z, assess this storefront location) into concrete, evidence-based deliverables: business plans, business model canvases, market…

modu-ai/moai-cowork · 106 tokens

autoresearch-test-runner

Test Runner Agent for AutoResearch. Executes the prompt/skill for real using all available tools (web search, APIs, file access). Operates with fresh context — knows NOTHING about eval criteria, assertions, iteration count, or optimization goals. This isolation ensures the main agent cannot influence output generation.

naveedharri/benai-skills · 65 tokens

review-rails

Rails conventions and architecture reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-rails with artifact paths. Ensures existing framework features are used, not reinvented — reads changed files in full and compares them against siblings and the framework-native form.

hoblin/claude-ruby-marketplace · 64 tokens

review-ticket-delivery

Ticket-delivery reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-ticket-delivery with artifact paths. Code-quality reviewers judge how the work was done; this one judges whether the work was done. Runs on every review; carries the always-on security sweep.

hoblin/claude-ruby-marketplace · 68 tokens

audit-design

Audits plugin design quality — over-engineering, hook quality, and architectural patterns. Dispatched by /hone during Phase 2.

acostanzo/quickstop · 30 tokens

ecosystem-index-agent

Repository hygiene agent that maintains the Plugin Ecosystem index in README.md.

richfrem/agent-plugins-skills · 19 tokens