Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Removed package.json and package-lock.json files. - The skill documentation and core functionality remain unchanged.
What This Skill Does
Routes HTTP requests through the Anyone Protocol network via a local SOCKS5 proxy, masking the origin IP address. Uses the @anyone-protocol/anyone-client package to build encrypted circuits and forward traffic anonymously.
Provides decentralized IP masking through the Anyone Network without requiring a centralized VPN provider or paid proxy service.
When to use it
- Hiding agent IP when scraping public websites
- Accessing .anyone hidden services from a script
- Running automated requests without exposing server location
- Testing geo-restricted API responses from different exit nodes
- Bypassing IP-based rate limiting in automation workflows
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: fetch the current IP address as seen from the outside
- 1Start the local SOCKS5 proxy on port 9050 using anyone-client
- 2Wait for encrypted circuits to establish across the Anyone Network
- 3Send GET request to the IP check endpoint through the proxy
- 4Parse the JSON response for the exit node IP address
JSON object showing the masked exit node IP, confirming the origin IP is not exposed
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.