LaunchKit · 2026
Back to Skills

anyone-proxy

This skill enables IP address masking and accessing hidden services.

0
2.3k downloads
by @ra3ka

Setup & Installation

openclaw skills install @ra3ka/anyone-proxy

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install anyone-proxy

Version History

v0.1.0Jan 28, 2026 - Version note by skill developer:

- 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.

INPUT

User asks: fetch the current IP address as seen from the outside

AGENT
  1. 1Start the local SOCKS5 proxy on port 9050 using anyone-client
  2. 2Wait for encrypted circuits to establish across the Anyone Network
  3. 3Send GET request to the IP check endpoint through the proxy
  4. 4Parse the JSON response for the exit node IP address
OUTPUT

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.

@anyone-protocol/anyone-client npm package (npm install -g @anyone-protocol/anyone-client)