什么是 network-watcher?
审核和监控 OpenClaw 技能发出的网络请求。检测数据泄露、未经授权的 API 调用和可疑的出站连接。 来源:useai-pro/openclaw-skills-security。
审核和监控 OpenClaw 技能发出的网络请求。检测数据泄露、未经授权的 API 调用和可疑的出站连接。
通过命令行快速安装 network-watcher AI 技能到你的开发环境
来源:useai-pro/openclaw-skills-security。
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.
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.
Before a skill with network permission is installed, analyze its SKILL.md for:
审核和监控 OpenClaw 技能发出的网络请求。检测数据泄露、未经授权的 API 调用和可疑的出站连接。 来源:useai-pro/openclaw-skills-security。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/useai-pro/openclaw-skills-security --skill network-watcher审核和监控 OpenClaw 技能发出的网络请求。检测数据泄露、未经授权的 API 调用和可疑的出站连接。 来源:useai-pro/openclaw-skills-security。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/useai-pro/openclaw-skills-security --skill network-watcher 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/useai-pro/openclaw-skills-security