network-info

Aggregate Linux network interfaces, routes, and DNS configuration into a structured summary.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps system administrators quickly gather and summarize Linux network configuration and connectivity details without manual commands.

Core Features & Use Cases

  • Interfaces & addresses: list network interfaces and IPs for both IPv4 and IPv6.
  • Routing & DNS: display routing tables and DNS configuration to troubleshoot connectivity.
  • Automation-ready: generate a snapshot of network state for inventories or onboarding scripts.

Quick Start

Use the network-info skill to print a concise network overview by running the included script.

Frequently Asked Questions about network-info

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

FAQPage Schema
How do I check Linux network configuration and routing tables quickly?

To check Linux network configuration quickly, you can run a script that aggregates interfaces, IP addresses, routing tables, and DNS data using standard commands like ip and ss into a structured summary.

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

Gathering DNS configuration and active connections for troubleshooting involves reading network state using standard Linux commands and printing a concise structured overview of interfaces, routes, and active sessions.

Can I automate a Linux network audit across multiple hosts for inventory tasks?

Yes, you can automate a Linux network audit for inventory tasks by running the included script across hosts to generate a snapshot of network interfaces, addresses, routes, and DNS settings.

Does this network troubleshooting approach work without installing additional dependencies?

This network troubleshooting approach works without additional dependencies because it relies on standard Linux commands like ip and ss already present on the host to read and summarize network state.

How do I display both IPv4 and IPv6 addresses during a network connectivity audit?

To display IPv4 and IPv6 addresses during a network connectivity audit, the script reads interface configurations and lists all assigned addresses for both protocols in a structured summary output.