aws-network-ops

Inspect and audit AWS networking resources with read-only access.

627|175|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill aws-network-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-network-ops
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/aws-network-ops
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill aws-network-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides read-only access to inspect and audit AWS cloud networking resources, helping to understand network topology, troubleshoot connectivity, and ensure security posture without making any changes.

Core Features & Use Cases

  • Comprehensive Network Visibility: Inspect VPCs, Transit Gateways, Cloud WAN, VPNs, Network Firewalls, and ENIs.
  • Troubleshooting: Diagnose connectivity issues by tracing paths, analyzing flow logs, and examining routing tables.
  • Auditing: Review security group configurations, NACLs, and firewall rules.
  • Use Case: When a user asks "show me our AWS network," this skill will list all VPCs, their subnets, route tables, gateways, and then check for Transit Gateway and VPN connections to provide a holistic view of the cloud network architecture.

Quick Start

Use the aws-network-ops skill to list all VPCs in the current AWS region.

Frequently Asked Questions about aws-network-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot AWS VPC connectivity issues?

To troubleshoot AWS VPC connectivity, trace network paths, analyze flow logs, and examine route tables to identify blocked traffic or misconfigured gateways causing the connectivity failure.

Can I audit AWS Transit Gateway and VPN configurations without making changes?

Yes, you can audit AWS Transit Gateway and VPN configurations read-only by listing resources and inspecting their attachments. This allows you to map network topology and assess security posture without risking modifications to the live environment.

What's the best way to get a holistic view of my AWS cloud network architecture?

The best way to view your AWS cloud network architecture is to list all VPCs, subnets, route tables, and gateways, then check for Transit Gateway and VPN connections to provide a complete topology map.

Do I need specific IAM permissions to inspect AWS Network Firewalls and ENIs?

Yes, you need AWS credentials with IAM permissions for Describe and List operations across relevant services. These read-only permissions are required to inspect Network Firewalls, Elastic Network Interfaces (ENIs), and security group configurations.

How does path tracing work for diagnosing AWS Cloud WAN routing problems?

Path tracing for AWS Cloud WAN works by inspecting route tables and gateway attachments across your network. It evaluates the routing path step-by-step to pinpoint where traffic drops or misdirects, facilitating accurate troubleshooting.