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.
npx skills add automateyournetwork/netclaw --skill sdwan-opsgit clone --depth 1 https://github.com/automateyournetwork/netclawWrote 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.
[](https://agentmods.dev/skills/automateyournetwork/netclaw/sdwan-ops)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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_PASSWORDenvironment 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:
- Fabric overview:
get_devices— verify all controllers and edges are reachable - WAN Edge inventory:
get_wan_edge_inventory— check serial numbers, versions - Alarms:
get_alarms— identify active issues (CRITICAL, MAJOR, MINOR) - Control plane:
get_control_connectionsfor key devices — verify DTLS/TLS tunnels - BFD health:
get_bfd_sessionsfor key devices — check tunnel health - Report: Fabric status summary with severity-sorted findings
- GAIT: Record all queries in audit trail
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.
- 9d ago First seen · 138 lines · 75 tokens per session scan A bbf6bb9b7e4e
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.
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…
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.
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.
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.
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…
byted-util-volcengine-detect-retry
An orchestration workflow for Volcengine Cloud Detect, a service that checks websites or network endpoints from test locations.