workspace/skills/aws-network-ops/SKILL.md
AWS cloud networking — VPC, Transit Gateway, Cloud WAN, VPN, Network Firewall, ENI, flow logs. Use when auditing AWS VPCs, troubleshooting connectivity between EC2 instances, checking Transit Gateway routes, or investigating VPN tunnel status.
npx skillsauth add automateyournetwork/netclaw aws-network-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
uvx awslabs.aws-network-mcp-server@latest (stdio transport)AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION (or AWS_PROFILE)| Tool | What It Does |
|------|-------------|
| get_path_trace_methodology | Guidance for tracing network paths across AWS resources |
| find_ip_address | Find which VPC/subnet/ENI an IP address belongs to |
| get_eni_details | Get Elastic Network Interface details — security groups, subnet, routes |
| Tool | What It Does |
|------|-------------|
| list_vpcs | List all VPCs in the account/region |
| get_vpc_network_details | Full VPC details — subnets, route tables, IGW, NAT GW, endpoints, NACLs |
| get_vpc_flow_logs | Query VPC flow logs for traffic analysis |
| Tool | What It Does |
|------|-------------|
| list_transit_gateways | List all Transit Gateways |
| get_tgw_details | Transit Gateway details — attachments, route tables, associations |
| get_tgw_routes | Get routes from a specific TGW route table |
| get_all_tgw_routes | Get routes from all TGW route tables |
| get_tgw_flow_logs | Query Transit Gateway flow logs |
| list_tgw_peerings | List TGW peering connections |
| detect_tgw_inspection | Detect if traffic inspection is configured on a TGW |
| Tool | What It Does |
|------|-------------|
| list_core_networks | List all Cloud WAN core networks |
| get_cloudwan_details | Core network details — segments, policies, attachments |
| get_cloudwan_routes | Get routes from a Cloud WAN segment |
| get_all_cloudwan_routes | Get routes from all Cloud WAN segments |
| get_cloudwan_attachment_details | Details for a specific Cloud WAN attachment |
| detect_cloudwan_inspection | Detect inspection configuration on Cloud WAN |
| list_cloudwan_peerings | List Cloud WAN peering connections |
| get_cloudwan_peering_details | Details for a specific Cloud WAN peering |
| get_cloudwan_logs | Query Cloud WAN logs |
| simulate_cloud_wan_route_change | Simulate a route change and predict impact |
| Tool | What It Does |
|------|-------------|
| list_vpn_connections | List all site-to-site VPN connections with tunnel status |
| Tool | What It Does |
|------|-------------|
| list_network_firewalls | List all AWS Network Firewalls |
| get_firewall_rules | Get firewall rule groups and policies |
| get_network_firewall_flow_logs | Query Network Firewall flow logs |
When a user asks "show me our AWS network" or "audit the VPCs":
list_vpcs to see all VPCs in the regionget_vpc_network_details — subnets, route tables, gateways, NACLslist_transit_gateways to see cross-VPC connectivitylist_vpn_connections for hybrid connectivitylist_network_firewalls for security postureWhen a user asks "why can't EC2 instance X reach Y?":
find_ip_address for both source and destinationget_eni_details to check security groups, subnet, routesget_vpc_network_details to see routingget_vpc_flow_logs to see if traffic is being droppedget_firewall_rules if traffic crosses a Network Firewallget_tgw_routes if traffic crosses Transit GatewayWhen checking multi-VPC connectivity:
list_transit_gatewaysget_tgw_details for attachments and route tablesget_all_tgw_routes for route table completenesslist_tgw_peerings for cross-region/cross-accountdetect_tgw_inspection for security postureget_tgw_flow_logs for traffic analysisWhen checking hybrid connectivity:
list_vpn_connectionsAWS_ACCESS_KEY_ID — AWS access keyAWS_SECRET_ACCESS_KEY — AWS secret keyAWS_REGION — AWS region (e.g., us-east-1)AWS_PROFILE — Named AWS CLI profiletools
Federate your NetClaw with other NetClaw operators over the BGP mesh — exchange capability inventories and ask your claw what a peer can do. (US1; remote invocation and chat land in later phases.)
tools
3D network topology visualization and interactive digital twin in Unreal Engine 5.8 via the built-in UE5 MCP server.
testing
Human-in-the-loop escalation via HumanRail — route low-confidence agent decisions, pre-destructive operation approvals, and ambiguous incident tickets to real human engineers. Human answers are verified and returned as structured output. Workers are paid via Lightning Network. Use when the agent is uncertain, when a destructive change needs explicit human sign-off beyond a ServiceNow CR, or when an ambiguous ticket requires human triage before automated handling.
testing
IPv4 and IPv6 subnet calculator - CIDR breakdown, usable hosts, previous/next subnets, address classification, VLSM planning, and dual-stack analysis. Use when calculating subnets, figuring out how many hosts fit in a prefix, planning IP addressing, getting wildcard masks for ACLs, or checking if two IPs are in the same subnet.