OpenClaw · Skill
Tech Security Audit
This skill integrates Nmap scanning functionality to perform local network vulnerability assessments.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install jacqueslauren/tech-security-auditClawHub installer
npx clawhub@latest install jacqueslauren/tech-security-auditOpenClaw CLI
openclaw skills install jacqueslauren/tech-security-auditDirect OpenClaw install
openclaw install jacqueslauren/tech-security-auditWhat this skill does
This skill integrates Nmap scanning functionality to perform local network vulnerability assessments.
Why it matters
Exposes Nmap's scanning capabilities through an agent interface, removing the need to manually construct and parse complex command-line invocations.
Typical use cases
- 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
Source instructions
Tech Security Audit Skill
This skill integrates Nmap scanning functionality to perform local network vulnerability assessments.
Features
- Local network scanning
- Vulnerability detection
- Service version detection
- OS fingerprinting
Requirements
- Nmap must be installed and accessible in PATH
- Appropriate permissions for network scanning
Usage
Call the skill functions to perform scans on specified targets or network ranges.