← 返回 Skills 市场
220
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install network-tools
功能描述
Enables efficient internet access by selecting and managing local network tools with automatic proxy routing for blocked and direct connections.
安全使用建议
This skill appears to be what it claims: a wrapper around local network tools with proxy and download features. Before installing, consider: (1) the script will make arbitrary outbound requests you instruct it to make — avoid asking it to fetch internal cloud metadata or other sensitive local endpoints; (2) do not provide secrets in command arguments or headers unless you trust the skill and invocation context, since the skill can send arbitrary headers; (3) verify the presence and provenance of the local binaries it depends on (curl, wget, aria2c, httpie, axel, youtube-dl, ffmpeg) and remove/disable features you don't want (for example, proxy routing) if needed; and (4) note the package author/source is unknown — if you require a higher assurance level, review the full script (scripts/network-tools.sh) yourself or run it in a restricted environment first.
功能分析
Type: OpenClaw Skill
Name: network-tools
Version: 2.0.0
The network-tools skill bundle is a legitimate collection of wrappers for standard command-line utilities (curl, wget, dig, etc.) intended for network diagnostics and file retrieval. The core script `scripts/network-tools.sh` implements sensible security practices, such as validating that URLs start with http/https and using bash arrays for command arguments to prevent shell injection. While it includes features like user-agent rotation and external IP lookups (via services like ipify.org), these are consistent with the stated purpose of the tool and do not show evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name and description (select and manage local network tools, proxy routing, diagnostics, downloads) align with the included shell script and SKILL.md. The script implements tool detection, proxy support (defaulting to 127.0.0.1:9050), download accelerators, and diagnostics as claimed. One minor mismatch: the registry metadata claims "instruction-only," but a sizable shell script (scripts/network-tools.sh) is included and provides the actual implementation — not a functional problem, but worth noting.
Instruction Scope
SKILL.md and the script limit work to local command-line tools and validated http/https URLs. However, the skill supports arbitrary custom headers (example shows Authorization headers) and arbitrary target URLs, and it exposes an option to route traffic through a SOCKS5 proxy by default. Those features are coherent for a network tool but mean the skill can be used (by a user prompt or an agent invocation) to send secrets in headers or to contact internal endpoints (e.g., cloud provider metadata) if asked. The instructions do not tell the agent to read local files or other unrelated env vars.
Install Mechanism
No install spec or external downloads are present; the package is shipped with a shell script and docs. No installer pulls code from unknown URLs. This is low-install risk, though many external binaries are expected to be present at runtime (curl, wget, aria2c, httpie, axel, youtube-dl, ffmpeg) but those are invoked only if available.
Credentials
The skill declares no required environment variables or credentials, which matches the implementation. It does, however, set and export proxy environment variables temporarily when proxying is requested. The skill accepts arbitrary headers via command arguments which could contain secrets provided by the user — this is a capability (not a hidden demand), but it increases the potential for accidental disclosure if a user supplies secrets in headers or asks the agent to fetch internal-only endpoints.
Persistence & Privilege
The skill does not request always:true or other elevated persistent privileges. It does not modify other skills or system-wide agent config. It only runs as invoked and relies on local tools.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install network-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/network-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
**Major update with expanded tool support, enhanced diagnostics, and improved usability.**
- Added network diagnostics commands: DNS queries, ping, traceroute, whois, and public IP info.
- Introduced unified proxy, user-agent rotation, and smarter tool selection logic.
- Overhauled command interface: new commands (`media`, `dns`, `ipinfo`, etc.), better argument handling, and auto-resume for downloads.
- Documentation is fully updated with clear examples and extended best practices.
- Now requires no API keys and works solely with local command-line tools.
- Added changelog and package management files for improved transparency and maintainability.
v1.0.1
Switch default proxy to 127.0.0.1:9050; verify script and docs
v1.0.0
Initial release: Multi-tool network access with automatic GFW proxy routing
元数据
常见问题
Network Tools 是什么?
Enables efficient internet access by selecting and managing local network tools with automatic proxy routing for blocked and direct connections. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 220 次。
如何安装 Network Tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install network-tools」即可一键安装,无需额外配置。
Network Tools 是免费的吗?
是的,Network Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Network Tools 支持哪些平台?
Network Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Network Tools?
由 AISavior(@savior-li)开发并维护,当前版本 v2.0.0。
推荐 Skills