A comprehensive network reconnaissance tool for port scanning, service detection, and security auditing using the Nmap engine.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nmap-recon
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nmap-recon using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Nmap Recon is a robust security module designed for Openclaw Skills that automates the process of network discovery and security assessment. It enables technical users and security professionals to identify open ports, detect running services and their versions, and fingerprint operating systems with high precision. By leveraging the industry-standard Nmap utility, this skill provides a critical layer of visibility into network infrastructure.
Built to handle everything from rapid discovery scans to deep, script-based vulnerability assessments, this tool ensures that agents can map attack surfaces effectively. Integrating this into your Openclaw Skills library allows for seamless transitions between identifying infrastructure and auditing its security posture, making it an essential component for any DevSecOps workflow.
To use this skill, ensure that Nmap is installed on your host system. Most Linux distributions include it in their default repositories:
# For Debian/Ubuntu-based systems
sudo apt update && sudo apt install nmap -y
# For Red Hat/Fedora-based systems
sudo dnf install nmap
Note: Certain advanced features, such as OS detection (-O) and SYN scans (-sS), require root or sudo privileges. Ensure your environment for Openclaw Skills has the necessary permissions to execute these commands.
The Nmap Recon skill organizes its findings using standardized output formats to maintain compatibility with other security tools. By default, it uses the -oA flag to generate three distinct file types:
| File Extension | Format Name | Description |
|---|---|---|
.nmap |
Human-Readable | The standard text output designed for manual review. |
.xml |
XML Output | Structured data used for machine parsing and reporting. |
.gnmap |
Greppable | A line-based format optimized for extraction via CLI tools like grep and awk. |
Scan files are automatically timestamped (e.g., scan_YYYYMMDD_HHMMSS) to prevent overwriting and to maintain an audit trail.
Loading
A compounding tool ecosystem designed for AI agents to create, discover, and compose functional tools for each other.

Securely manage wallet-backed on-chain agent identities and cryptographic proofs on the Base blockchain.

A complete task lifecycle management system with SQLite persistence and automated monitoring for AI agents.

A diagnostic tool for calculating API token consumption and financial costs based on agent session transcripts.

A specialized skill for querying Ghostfolio portfolio metrics, holdings, and dividend data via automated API interactions.

A high-performance, zero-dependency engine for rendering Mermaid diagrams into themed SVGs or terminal-friendly ASCII art.








































