sdwan-ops

sdwan-ops is a skill for Claude Code from automateyournetwork/netclaw. It costs 75 tokens per session (1,760 once invoked), scanned A, original, Apache-2.0.

A read-only operations skill for inspecting Cisco SD-WAN, a system that centrally manages connections between offices and data centers through a WAN fabric.

In plain words
What is it for?
Use it to inspect SD-WAN devices, templates, policies, alarms, events, interface statistics, BFD sessions, OMP routes, control connections, and running configurations.
Why use it?
It brings device status, alarms, events, policies, templates, routes, and connection details into one operational view without changing the fabric.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: built for openclaw.

Good fit Use it to inspect SD-WAN devices, templates, policies, alarms, events, interface statistics, BFD sessions, OMP routes, control connections, and running configurations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/sdwan-ops
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 automateyournetwork/netclaw --skill sdwan-ops
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

Made for: Claude Code.

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 sdwan-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/sdwan-ops/github.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/sdwan-ops)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/sdwan-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/sdwan-ops/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 sdwan-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/sdwan-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/sdwan-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,760 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.00075 $0.01760
Opus 5 $0.00037 $0.00880
Sonnet 5 $0.00015 $0.00352
Haiku 4.5 $0.00007 $0.00176

Measured 9d ago against content hash bbf6bb9b7e4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

sdwan-ops 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 9d 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.

workspace/skills/sdwan-ops/SKILL.md · 138 lines

How it starts

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

Cisco SD-WAN Operations

MCP Server

  • Source: siddhartha2303/cisco-sdwan-mcp
  • Command: python3 -u $SDWAN_MCP_SCRIPT --transport stdio (stdio transport)
  • Requires: VMANAGE_IP, VMANAGE_USERNAME, VMANAGE_PASSWORD environment variables
  • Python: 3.10+
  • Dependencies: fastmcp, requests, python-dotenv

How to Call Tools

python3 $MCP_CALL "python3 -u $SDWAN_MCP_SCRIPT --transport stdio" <tool_name> '<args_json>'

Available Tools (12)

Tool Parameters What It Does
get_devices none List all fabric devices — vManage, vSmart, vBond, vEdge with status
get_wan_edge_inventory none WAN Edge details: serial number, chassis ID, model, version
get_device_templates none All device templates with attached device count
get_feature_templates none All feature templates (VPN, interface, routing, security)
get_centralized_policies none Centralized policy definitions (traffic engineering, QoS, security)
get_alarms none Active alarms across the fabric with severity
get_events none Recent audit events and operational logs
get_interface_stats device_ip Interface statistics for a specific device (throughput, errors, drops)
get_bfd_sessions device_ip BFD session status for device-to-device connectivity health
get_omp_routes device_ip OMP routes — received and advertised routes per device
get_control_connections device_ip DTLS/TLS control connections between fabric nodes
get_running_config device_ip Full running configuration for a device

Workflow: SD-WAN Fabric Health Check

When a user asks about SD-WAN health or status:

  1. Fabric overview: get_devices — verify all controllers and edges are reachable
  2. WAN Edge inventory: get_wan_edge_inventory — check serial numbers, versions
  3. Alarms: get_alarms — identify active issues (CRITICAL, MAJOR, MINOR)
  4. Control plane: get_control_connections for key devices — verify DTLS/TLS tunnels
  5. BFD health: get_bfd_sessions for key devices — check tunnel health
  6. Report: Fabric status summary with severity-sorted findings
  7. GAIT: Record all queries in audit trail

Read the full file on GitHub · 138 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. 9d ago First seen · 138 lines · 75 tokens per session scan A bbf6bb9b7e4e

Subscribe to this mod's changes

sdwan-ops is a skill published in the GitHub repository automateyournetwork/netclaw (657 stars, last pushed 6d ago), licensed Apache-2.0. It adds 75 tokens to every session and 1,760 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-03.

Related

Other skills, from other repositories

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

systematic-debugging

Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.

open-metadata/OpenMetadata · 37 tokens

diagnose

Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.

emdash-cms/emdash · 43 tokens

repro-admin

Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens

log-error-digest

Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…

zebbern/claude-code-guide · 71 tokens

byted-util-volcengine-detect-retry

An orchestration workflow for Volcengine Cloud Detect, a service that checks websites or network endpoints from test locations.

bytedance/agentkit-samples · 101 tokens