LaunchKit · 2026
Back to Skills

tech-security-audit

This skill integrates Nmap scanning functionality to perform local network vulnerability assessments.

0
708 downloads
by @jacqueslauren

Setup & Installation

openclaw skills install @jacqueslauren/tech-security-audit

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install tech-security-audit

What This Skill Does

Wraps Nmap to perform local network vulnerability assessments. Detects open ports, running services, service versions, and OS fingerprints on specified hosts or network ranges.

Exposes Nmap's scanning capabilities through an agent interface, removing the need to manually construct and parse complex command-line invocations.

When to use it

  • Scanning a home network for exposed ports
  • Auditing a server before production deployment
  • Identifying all services running on a subnet
  • Checking OS versions of networked devices
  • Finding unintended open ports on a corporate LAN

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Scan 192.168.1.0/24 for open ports and service versions'

AGENT
  1. 1Parse the target network range from the request
  2. 2Invoke Nmap with service version and OS detection flags against the range
  3. 3Collect raw scan output including open ports and service banners
  4. 4Parse and structure results by host
  5. 5Return findings with identified services and potential vulnerabilities
OUTPUT

Per-host report listing open ports, detected service versions, and OS fingerprint data

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Nmap installed and accessible in PATH