スキル一覧に戻る
UKGovernmentBEIS

network-info

by UKGovernmentBEIS

network-infoは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

1,682🍴 379📅 2026年1月23日
GitHubで見るManusで実行

ユースケース

作業効率化

日常的な作業を効率化し、生産性を向上。

📋

プロジェクト管理

タスク管理やプロジェクト進捗の追跡を支援。

👥

チーム連携強化

チーム内のコミュニケーションと連携を改善。

SKILL.md


name: network-info description: Gather network configuration and connectivity information including interfaces, routes, and DNS

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

スコア

総合スコア

75/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です