HomeNetworkSecurityAgent
/install home-network-security-agent
HomeNetworkSecurityAgent
This agent performs internal and external security audits of your home network environment. It utilizes nmap to discover devices and footprint exposed services.
Setup
Ensure nmap is installed on the host system:
sudo apt install nmap
User Instructions
- "Scan my local network and tell me what devices are online."
- "Find my public IP and gateway, then check if my gateway management ports (like 8443, 443) or DNS resolvers (like port 53) are exposed to the outside."
- "Run a deep vulnerability scan on my router to see if it needs a firmware update."
Tools
get_network_topology
Retrieves the default gateway IP and the external public IP address of the network.
- Inputs: None
- Call:
python3 scanner.py --tool get_network_topology
discover_lan_hosts
Performs a ping sweep on the local subnet to identify all connected physical and IoT devices.
- Inputs:
gateway_ip(string) - Call:
python3 scanner.py --tool discover_lan_hosts --target {{gateway_ip}}
scan_ports_and_vulns
Runs a service detection scan against a target IP (local or public) to list open ports and identify potential misconfigurations.
- Inputs:
ip_address(string),scan_type(string: "fast" or "deep") - Call:
python3 scanner.py --tool scan_ports_and_vulns --target {{ip_address}} --type {{scan_type}}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install home-network-security-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/home-network-security-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
HomeNetworkSecurityAgent 是什么?
Audits local network infrastructure, identifies active hosts, and scans the gateway/public IP for exposed ports and vulnerabilities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 HomeNetworkSecurityAgent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install home-network-security-agent」即可一键安装,无需额外配置。
HomeNetworkSecurityAgent 是免费的吗?
是的,HomeNetworkSecurityAgent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HomeNetworkSecurityAgent 支持哪些平台?
HomeNetworkSecurityAgent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HomeNetworkSecurityAgent?
由 Anthony Assi(@assix)开发并维护,当前版本 v1.0.0。