Install
openclaw skills install network-toolsEnables efficient internet access by selecting and managing local network tools with automatic proxy routing for blocked and direct connections.
openclaw skills install network-toolsEnables AI Agents to leverage various local network tools for efficient and reliable internet access. Supports intelligent tool selection, proxy routing, and comprehensive network diagnostics - all without requiring API keys.
Core Philosophy: Maximize network reliability, speed, and accessibility by providing a unified interface to the best available command-line network tools.
127.0.0.1:9050) for restricted contentfetch: Retrieve web content with intelligent tool selectiondownload: Download files with resume support and format detectiondns: Query DNS records (A, AAAA, MX, TXT, CNAME, etc.)ping: Test network connectivity and latencytraceroute: Trace network route to destinationwhois: Get domain registration detailsipinfo: Retrieve public IP address from multiple servicesmedia: Download videos, audio, and other media from supported platformstools: List all available network tools and their status--proxy flag to force proxy usage--resume flag--output# Simple fetch with auto tool selection
network-tools fetch https://api.github.com/users/octocat
# Force proxy usage for restricted content
network-tools fetch --proxy https://blocked-api.com/data
# Specify exact tool to use
network-tools fetch --tool=httpie https://jsonplaceholder.typicode.com/posts/1
# Large file download with resume capability
network-tools download --resume --output=myfile.zip https://example.com/large-file.zip
# Use specific download accelerator
network-tools download --tool=aria2 https://mirror.example.com/ubuntu.iso
# Custom headers for authentication or API keys
network-tools fetch --header="Authorization: Bearer token123" https://api.example.com/protected
# DNS record lookup
network-tools dns --type MX google.com
# Network connectivity test
network-tools ping --count 10 example.com
# Route tracing
network-tools traceroute cloudflare.com
# Domain information
network-tools whois example.com
# Public IP detection (with proxy support)
network-tools ipinfo --proxy
# YouTube video download
network-tools media --format mp4 https://youtube.com/watch?v=example
# Audio-only extraction
network-tools media --format bestaudio https://soundcloud.com/user/track
# Check available tools
network-tools tools
127.0.0.1:9050 (optional, for restricted content access)