network-info

Network Information Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "network-info" with this command: npx skills add ukgovernmentbeis/inspect_ai/ukgovernmentbeis-inspect-ai-network-info

Network Information Skill

Use this skill to explore network configuration and connectivity on Linux systems.

Quick Start

Run the included script for a network overview:

./scripts/netinfo.sh

Manual Commands

Network Interfaces

  • ip addr or ip a

  • Show all network interfaces and IP addresses

  • ip link

  • Show interface status (up/down)

  • cat /sys/class/net/*/address

  • MAC addresses

Routing

  • ip route

  • Show routing table

  • ip route get 8.8.8.8

  • Show route to a specific destination

DNS Configuration

  • cat /etc/resolv.conf

  • DNS servers

  • cat /etc/hosts

  • Local host mappings

  • systemd-resolve --status

  • DNS status (systemd systems)

Active Connections

  • ss -tuln

  • Show listening TCP/UDP ports

  • ss -tupn

  • Show established connections with process info

  • cat /proc/net/tcp

  • Raw TCP connection data

Network Statistics

  • ip -s link

  • Interface statistics (bytes, packets, errors)

  • cat /proc/net/dev

  • Network device statistics

Tips

  • Use ip commands (modern) over ifconfig /netstat (deprecated)

  • The -n flag prevents DNS lookups for faster output

  • Check ss -tuln to see what services are listening

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

disk-usage

No summary provided by upstream source.

Repository SourceNeeds Review
General

system-info

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

secret-code

No summary provided by upstream source.

Repository SourceNeeds Review
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated