network-info

Collect Linux network configuration and connectivity data via a standard command script.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/kiddyboots216/inspect_ai --skill network-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-info
Source: https://github.com/kiddyboots216/inspect_ai/tree/main/examples/skills/skills/network-info
Command: npx skills add https://github.com/kiddyboots216/inspect_ai --skill network-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps administrators quickly gather comprehensive network configuration and connectivity data from Linux hosts, enabling rapid assessment of interfaces, routes, DNS, and active connections.

Core Features & Use Cases

  • Network Discovery: Inventory network interfaces and MAC addresses, IP addresses, and interface status.
  • Routing & DNS Insight: Display routing table, DNS configuration, and hosts mappings.
  • Active Connection Auditing: Reveal listening ports and current connections to support troubleshooting.
  • Use Case: Imagine a sysadmin needing to document a host's network topology for a quick on-call handoff.

Quick Start

Run the included script to gather a snapshot of the system's network configuration: ./scripts/netinfo.sh

Frequently Asked Questions about network-info

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

FAQPage Schema
How do I inventory network interfaces and routing tables on a Linux host?

You can inventory network interfaces and routing tables on Linux by running a script that executes standard commands like ip and ss to collect interface status, IP addresses, MAC addresses, and routing table data.

What is the best way to gather DNS configuration and active connections for network auditing?

Gathering DNS configuration and active connections for network auditing is best done by automating data collection with standard Linux commands, which inventory DNS settings, hosts mappings, listening ports, and current connections without external dependencies.

Does this network diagnostics approach work inside Linux containers and VMs?

Yes, this network diagnostics approach works inside Linux containers and VMs because it relies only on standard Linux commands such as ip, ss, and /proc data, requiring no external dependencies to collect connectivity data.

Can I audit listening ports and current connections without installing external dependencies?

You can audit listening ports and current connections without external dependencies by using a script-driven workflow that leverages standard Linux commands like ss and /proc data to reveal active network connections.

When do I need to map network configuration for system administration tasks?

You need to map network configuration for system administration tasks when documenting a host's network topology for on-call handoffs, troubleshooting connectivity issues, or auditing routing tables, DNS settings, and interface status across Linux hosts.