network-scanner

Scan private networks to enumerate devices with IP, MAC, vendor, and hostname.

7|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/LvcidPsyche/polymarket-arbitrage-bot --skill network-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-scanner
Source: https://github.com/LvcidPsyche/polymarket-arbitrage-bot/tree/main/skills/network-scanner
Command: npx skills add https://github.com/LvcidPsyche/polymarket-arbitrage-bot --skill network-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Scan networks to discover devices, gather MAC addresses, vendors, and hostnames. Includes safety checks to prevent accidental scanning of public networks.

Core Features & Use Cases

  • Automated Network Discovery: Scan local or remote private networks to enumerate devices with IP, MAC, vendor, and hostname.
  • Safety & Compliance: Built-in safety checks prevents scanning of public networks and enforces route verification and blocklists.
  • Automation & Inventory: Useful for network inventories, security audits, and documentation of devices across home, office, or lab environments.

Quick Start

Run the scanner against a configured network to enumerate devices and collect their IP, MAC, vendor, and hostname.

Frequently Asked Questions about network-scanner

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

FAQPage Schema
How do I scan a local network to discover devices and their MAC addresses?

To scan a local network for device discovery, this Skill uses nmap to enumerate active devices, collecting their IP addresses, MAC addresses, vendor names, and hostnames for local network inventories.

What safety checks prevent accidental scanning of public networks?

Network scanning safety is enforced through private-route verification and blocklists, ensuring the scanner only targets local, office, or lab networks and prevents accidental scanning of public networks.

Do I need nmap and dig installed to identify hostnames and vendors?

Yes, you need nmap and dig installed to run this network scanner, as these tools handle the underlying device discovery, vendor identification, and hostname resolution processes.

Can I use this network scanner for security audits and device documentation in a lab environment?

Yes, you can use this network scanner for security audits and device documentation in a lab environment, as it maps devices and outputs structured data including IP, MAC, vendor, and hostname.

What is the best way to automate network inventory collection across home or office networks?

The best way to automate network inventory collection is running this scanner against configured private networks, which safely gathers structured device data including IP, MAC, vendor, and hostname.