← Back to Skills Marketplace
laolaoqi

Quick Port Scanner

by new · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quick-port-scan
Description
Scan a host for open ports using bash built-in /dev/tcp or netcat. Fast, zero-dependency port scanning for Linux servers.
README (SKILL.md)

Quick Port Scanner

Scan open ports on any host using pure bash. No nmap, no Python, no dependencies.

Works on any Linux system with bash. Uses /dev/tcp pseudo-device or nc (netcat) as fallback.

Actions

scan — Scan specific port

{ "action": "scan", "host": "192.168.1.1", "port": 22 }

Returns: { "host": "192.168.1.1", "port": 22, "open": true, "service": "ssh" }

common — Scan top 20 common ports

{ "action": "common", "host": "example.com" }

Scans: 21,22,23,25,53,80,110,143,443,445,993,995,1433,1521,3306,3389,5432,5900,8080,8443

full — Custom range scan

{ "action": "full", "host": "10.0.0.1", "start": 1, "end": 1024 }

Use Cases

  • Network troubleshooting: "Is port 443 open on my server?"
  • Security audit: "What ports are exposed?"
  • Deployment check: "Is the new service listening on the right port?"
  • Docker networking: "Can container A reach container B on port 3306?"

Pricing

$2.99 — One-time purchase

Usage Guidance
This looks like a straightforward port-scanning helper. Install it only if you need that capability, scan only authorized hosts, and verify your environment supports the Linux shell features it relies on.
Capability Analysis
Type: OpenClaw Skill Name: quick-port-scan Version: 1.0.0 The skill provides network reconnaissance capabilities (port scanning) using bash '/dev/tcp' or 'nc' (netcat), which are common 'living off the land' techniques. While the SKILL.md documentation describes legitimate use cases like network troubleshooting and security audits, the ability to perform network scanning is a high-risk capability that can be leveraged for unauthorized discovery or lateral movement. No explicit evidence of malicious intent, such as data exfiltration or persistence, was found in the provided files.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The stated purpose and actions are coherent for a port scanner, but active network probing is a dual-use capability that can be sensitive outside authorized environments.
Instruction Scope
The actions allow scanning an arbitrary host and custom port range; the artifacts do not show hidden automation, but they also do not include an authorization or scope reminder.
Install Mechanism
There is no install spec and no executable code in the supplied artifacts; the static scanner had no code to analyze and reported no suspicious patterns.
Credentials
The SKILL says it works on Linux with bash and may use netcat, while metadata declares no OS or binary requirements; this is mainly a compatibility and declaration issue.
Persistence & Privilege
No credentials, environment variables, config paths, persistence, background workers, or account privileges are requested or shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quick-port-scan
  3. After installation, invoke the skill by name or use /quick-port-scan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bash-based zero-dependency port scanner
Metadata
Slug quick-port-scan
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Quick Port Scanner?

Scan a host for open ports using bash built-in /dev/tcp or netcat. Fast, zero-dependency port scanning for Linux servers. It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.

How do I install Quick Port Scanner?

Run "/install quick-port-scan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Quick Port Scanner free?

Yes, Quick Port Scanner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Quick Port Scanner support?

Quick Port Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Quick Port Scanner?

It is built and maintained by new (@laolaoqi); the current version is v1.0.0.

💬 Comments