← 返回 Skills 市场
laolaoqi

Quick Port Scanner

作者 new · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quick-port-scan
功能描述
Scan a host for open ports using bash built-in /dev/tcp or netcat. Fast, zero-dependency port scanning for Linux servers.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchases
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quick-port-scan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quick-port-scan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Bash-based zero-dependency port scanner
元数据
Slug quick-port-scan
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Quick Port Scanner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install quick-port-scan」即可一键安装,无需额外配置。

Quick Port Scanner 是免费的吗?

是的,Quick Port Scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Quick Port Scanner 支持哪些平台?

Quick Port Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Quick Port Scanner?

由 new(@laolaoqi)开发并维护,当前版本 v1.0.0。

💬 留言讨论