port-scanner

Fast TCP port scanner for network reconnaissance and security auditing. Scan hosts for open ports, detect common services, and identify potential attack surface. Use when checking what ports are open on a server, scanning a network range, auditing firewall rules, or performing pre-deployment security checks. Triggers on "scan ports", "check open ports", "port scan", "network recon", "what ports are open", "firewall audit".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "port-scanner" with this command: npx skills add johnnywang2001/jrv-port-scanner

Port Scanner

Lightweight, zero-dependency TCP port scanner for network recon and security auditing.

Quick Start

# Scan common ports on a host
python3 scripts/port_scan.py example.com

# Scan specific port range
python3 scripts/port_scan.py 192.168.1.1 --ports 1-1024

# Scan specific ports
python3 scripts/port_scan.py 10.0.0.1 --ports 22,80,443,3306,5432,8080

# Fast scan with short timeout
python3 scripts/port_scan.py example.com --timeout 0.5 --workers 200

# JSON output
python3 scripts/port_scan.py example.com --format json

# Scan top N most common ports
python3 scripts/port_scan.py example.com --top 100

Features

  • Concurrent scanning with configurable thread count
  • Common service identification (HTTP, SSH, MySQL, PostgreSQL, Redis, etc.)
  • Banner grabbing for open ports
  • Supports single ports, ranges, comma-separated lists, and top-N common ports
  • JSON and text output formats
  • No external dependencies — pure Python stdlib

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.

Security

Openclaw Prompt Shield

Detect prompt injection, jailbreak, and data exfiltration attempts in user-supplied text before an OpenClaw agent processes it. Pattern-based detection acros...

Registry SourceRecently Updated
Security

SentiClaw

Runtime AI security for OpenClaw agents. Protects against prompt injection, identity spoofing, PII leakage, and runtime abuse. Drop-in 6-layer security middl...

Registry SourceRecently Updated
1750Profile unavailable
Security

Custom Commands

Create and manage custom commands like backup, sync, clean, generate, and audit to automate file tasks and content workflows efficiently.

Registry SourceRecently Updated
1500Profile unavailable
Security

Agent Architect

Audit and improve an agent at the right layer: persona/tone, constitutional and operating rules, memory architecture, or skill portfolio / reusable workflows...

Registry SourceRecently Updated
1820Profile unavailable