Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Port Scanner

  • 28 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

port-scanner is a Claude Code skill that scans network ports to check availability and detect running services on a host.

About

port-scanner is a Claude Code skill that scans network ports to check availability and detect running services. A developer runs its bundled Python script to test a single port, a port range, or a set of common ports against a host. It is built on Python's standard socket module.

  • Scans network ports to detect open ports and running services
  • Supports single-port checks, port ranges, and common-port scans
  • Bundled Python script built on the standard socket module

Port Scanner by the numbers

  • 28 all-time installs (skills.sh)
  • Ranked #1,512 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

port-scanner capabilities & compatibility

Capabilities
port scanning · service detection · network scan
Use cases
security audit
Pricing
Free
From the docs

What port-scanner says it does

Scan network ports to check availability, detect running services, and find open ports.
SKILL.md
Based on Python's socket: https://github.com/python/cpython
scripts/port_scanner.py
npx skills add https://github.com/aidotnet/moyucode --skill port-scanner

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs28
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Scan a host for open network ports and detect running services from the CLI.

Who is it for?

Checking which network ports are open on a host from the CLI

Skip if: Deep vulnerability assessment or exploiting discovered services

When should I use this skill?

You need to check open ports or detect running services on a host

What you get

A report of open ports and detected services on the target host

  • A list of open ports and detected services

By the numbers

  • Supports 4 scan modes: single port, port range, common ports, and availability check

Files

SKILL.mdMarkdownGitHub ↗

Port Scanner Tool

Description

Scan network ports to check availability, detect running services, and find open ports.

Trigger

  • /port command
  • User needs to check ports
  • User wants to scan network

Usage

# Check single port
python scripts/port_scanner.py localhost 8080

# Scan port range
python scripts/port_scanner.py 192.168.1.1 --range 80-443

# Scan common ports
python scripts/port_scanner.py example.com --common

# Check if port is available
python scripts/port_scanner.py localhost 3000 --available

Tags

port, network, scan, tcp, security

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

What scan modes does it support?

Single-port checks, port ranges, common-port scans, and availability checks.

What is it built on?

Python's standard socket module.

Securityauditappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.