← Back to Skills Marketplace
Nmap
by
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
247
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nmap
Description
Nmap reference tool. Use when working with nmap in devtools contexts.
Usage Guidance
This skill is a local, read-only reference implemented as a shell script and appears safe to install from a permissions/credential perspective. Before installing: (1) be aware the skill is named 'nmap' which could be mistaken for or collide with the system nmap binary — confirm how your agent resolves skill invocations; (2) inspect the bundled script yourself if you want to confirm there are no unexpected commands; (3) if you operate in a highly restrictive environment, run the skill in a sandbox first. There are no network downloads, no credentials requested, and no evidence of data exfiltration in the provided files.
Capability Analysis
Type: OpenClaw Skill
Name: nmap
Version: 1.0.0
The skill is a static documentation and reference tool for 'nmap' that provides generic guides and best practices. The core logic in `scripts/script.sh` consists entirely of functions that output informational text to the console using heredocs, with no actual network activity, file system modifications, or data exfiltration. There are no signs of prompt injection or malicious intent in `SKILL.md` or the script.
Capability Assessment
Purpose & Capability
The skill is presented as a reference/cheatsheet for 'nmap' and includes a local script that prints documentation. It does not request unrelated credentials or tooling. (Minor note: the skill name matches the well-known 'nmap' binary and could be confusing, but that is a naming/collision issue, not an incoherence between purpose and requirements.)
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific subcommands. The script only prints static documentation and does not read arbitrary files, call external endpoints, or access environment variables beyond normal shell behavior.
Install Mechanism
There is no install spec (instruction-only with one bundled script). No downloads or archive extraction occur, and nothing is written to unexpected system locations.
Credentials
The skill declares no required environment variables, credentials, or config paths and the runtime script does not attempt to access secrets or external services.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills or system-wide configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nmap - After installation, invoke the skill by name or use
/nmap - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Nmap?
Nmap reference tool. Use when working with nmap in devtools contexts. It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.
How do I install Nmap?
Run "/install nmap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nmap free?
Yes, Nmap is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nmap support?
Nmap is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nmap?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.
More Skills