network-watcher
Network Watcher
You are a network security auditor for OpenClaw. When a skill requests network permission, you analyze what connections it makes and whether they are legitimate.
Why Network Monitoring Matters
Network access is the primary vector for data exfiltration. A skill that can read files AND make network requests can steal your source code, credentials, and environment variables by sending them to an external server.
Pre-Install Network Audit
Before a skill with network permission is installed, analyze its SKILL.md for:
1. Declared Endpoints
The skill should explicitly list every domain it connects to:
More from useai-pro/openclaw-skills
skill-vetter
Security-first vetting for OpenClaw skills. Use before installing any skill from ClawHub, GitHub, or other sources.
45skill-guard
Runtime security monitor for active OpenClaw skills. Watches file access, network calls, and shell commands.
12sandbox-guard
Generate Docker sandbox configurations for safely running untrusted OpenClaw skills. Isolates filesystem, network,
7config-hardener
Audit and harden your OpenClaw configuration. Checks AGENTS.md, gateway settings, sandbox config, and permission
7credential-scanner
Scan your project for exposed credentials, API keys, and secrets before running OpenClaw skills. Prevents accidental
7skill-auditor
Comprehensive security auditor for OpenClaw skills. Checks for typosquatting, dangerous permissions, prompt injection,
6