azure-network-ops

azure-network-ops is a skill for Claude Code, Codex from automateyournetwork/netclaw. It costs 80 tokens per session (1,335 once invoked), scanned A, original, Apache-2.0.

A read-only tool for inspecting Azure networking, where Azure is Microsoft’s cloud platform, including virtual networks, security rules, routes, firewalls, and VPN connections.

In plain words
What is it for?
Use it to inspect VNets, subnet and peering layouts, NSGs, route tables, ExpressRoute and VPN connections, firewalls, load balancers, private endpoints, DNS, and Network Watcher.
Why use it?
It gathers network details in one place without changing the cloud setup, making connectivity and configuration reviews easier.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect VNets, subnet and peering layouts, NSGs, route tables, ExpressRoute and VPN connections, firewalls, load balancers, private endpoints, DNS, and Network Watcher.

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

Made for: Claude Code, Codex.

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 azure-network-ops

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/azure-network-ops"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/azure-network-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,335 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.00080 $0.01335
Opus 5 $0.00040 $0.00668
Sonnet 5 $0.00016 $0.00267
Haiku 4.5 $0.00008 $0.00134

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

Security

Grade A, and why

azure-network-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/azure-network-ops/SKILL.md · 135 lines

How it starts

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

Azure Network Operations

MCP Server

  • Command: python mcp-servers/azure-network-mcp/azure_network_mcp_server.py (stdio transport)
  • Requires: AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID
  • Read-only: All operations are List/Get -- no create/modify/delete
  • Auth: DefaultAzureCredential (service principal or Azure CLI fallback)

Available Tools (19)

Subscription (1)

Tool What It Does
azure_list_subscriptions List all accessible Azure subscriptions

VNet Topology (3)

Tool What It Does
azure_list_vnets List all VNets with address space, subnet/peering count
azure_get_vnet_details Full VNet details: subnets (NSG, route table, delegations), peerings, DNS
azure_get_vnet_peerings VNet peering status with traffic forwarding settings

NSG Security (3)

Tool What It Does
azure_list_nsgs List all NSGs with association info and orphan detection
azure_get_nsg_rules All rules (custom + default) sorted by priority
azure_get_effective_security_rules Effective aggregated rules for a NIC

Compliance (1)

Tool What It Does
azure_audit_nsg_compliance CIS Azure Foundations Benchmark audit (rules 6.1-6.4)

ExpressRoute (2)

Tool What It Does
azure_get_expressroute_status Circuit status, peering config, provisioning state
azure_get_expressroute_routes Learned route table for a peering

VPN Gateway (1)

Tool What It Does
azure_get_vpn_gateway_status Gateway config, connections, BGP settings

Firewall (2)

Tool What It Does
azure_list_firewalls List Azure Firewalls with SKU and policy association
azure_get_firewall_policy Policy details: rule collections, threat intel, IDPS

Load Balancer (2)

Read the full file on GitHub · 135 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 · 135 lines · 80 tokens per session scan A fb445656877d

Subscribe to this mod's changes

azure-network-ops is a skill published in the GitHub repository automateyournetwork/netclaw (651 stars, last pushed 2d ago), licensed Apache-2.0. It adds 80 tokens to every session and 1,335 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-08-30.

Related

Other skills, from other repositories

subdomain-takeover-hunt

Detect and verify subdomain takeover via dangling CNAME to unclaimed services.

uphiago/recon-skills · 23 tokens

azure-mgmt-applicationinsights-dotnet

Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. Use for creating Application Insights components, web tests, workbooks, analytics items, and API keys. Triggers: "Application Insights", "ApplicationInsights", "App Insights", "APM", "application…

microsoft/skills · 82 tokens

azure-resource-manager-mysql-dotnet

Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "MySQL", "MySqlFlexibleServer", "MySQL Flexible Server", "Azure Database for MySQL", "MySQL database…

microsoft/skills · 87 tokens

azure-eventhub-dotnet

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…

microsoft/skills · 94 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

azure-mgmt-fabric-dotnet

Azure Resource Manager SDK for Fabric in .NET. Use for MANAGEMENT PLANE operations: provisioning, scaling, suspending/resuming Microsoft Fabric capacities, checking name availability, and listing SKUs via Azure Resource Manager. Triggers: "Fabric capacity", "create capacity", "suspend capacity", "resume capacity"…

microsoft/skills · 88 tokens