Anyone Protocol Proxy for Openclaw

Anonymize AI agent network traffic by routing requests through the Anyone Protocol via a local SOCKS5 proxy.

ra3ka
v0.1.0
Jan 29, 2026
0
4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install anyone-proxy

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install anyone-proxy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Anyone Protocol Proxy?

The Anyone Protocol Proxy is a privacy-focused integration designed for developers who need to mask the network identity of their automated agents. By leveraging the Anyone Network, this skill allows users to route outbound requests through a decentralized VPN architecture, ensuring that the origin IP address remains hidden from target servers. This skill is a core component for privacy-conscious developers using Openclaw Skills to build secure and anonymous agentic workflows.

Built on the Anyone Client, it creates encrypted circuits that provide a high level of anonymity for data retrieval and service interaction. Whether you are conducting research or managing sensitive automated tasks, this proxy ensures your agent's network footprint is minimized and protected.

Anyone Protocol Proxy Use Cases

  • Routing AI agent API requests through a decentralized network to prevent IP rate-limiting and tracking.
  • Accessing network-restricted or hidden services securely within Openclaw Skills workflows.
  • Protecting the identity and location of automated scraping or data collection agents.
  • Testing decentralized application (dApp) connectivity under masked network conditions.

How Anyone Protocol Proxy Works

  1. The skill utilizes the @anyone-protocol/anyone-client package to interface with the Anyone Network.
  2. A local SOCKS5 proxy server is initialized, typically listening on port 9050.
  3. The client establishes multiple encrypted circuits through the network to prepare for secure routing.
  4. All outbound traffic sent through the proxy is encapsulated and routed through the decentralized nodes.
  5. The final request reaches its destination with a masked IP, returning data through the same secure path.

Anyone Protocol Proxy Setup

First, install the Anyone Client globally using npm:

npm install -g @anyone-protocol/anyone-client

Next, start the SOCKS5 proxy server on your desired port (default 9050):

npx @anyone-protocol/anyone-client -s 9050

To verify that the proxy is functioning correctly with Openclaw Skills, run a simple curl command:

curl --socks5-hostname localhost:9050 https://check.en.anyone.tech/api/ip

Anyone Protocol Proxy Data Schema & Taxonomy

The Anyone Protocol Proxy focuses on network transit rather than persistent storage. The following components define its operational schema:

Component Type Description
SOCKS5 Proxy Network Interface Local endpoint at localhost:9050 for routing agent traffic.
Circuit Status Session Data Ephemeral state managing the active encrypted tunnels through the Anyone Network.
IP Response JSON Verification data returned by Anyone Network API to confirm masking.

Anyone Protocol Proxy Advanced Features

  • Direct integration with JavaScript via the Anon and AnonSocksClient classes for programmatic proxy control.
  • Support for custom circuit establishment delays to ensure network stability before agent execution.
  • Seamless compatibility with standard CLI networking tools within the Openclaw Skills environment.
  • Persistent proxy lifecycle management, allowing the service to remain active across multiple sequential tasks.

SKILL.md


Loading

Related Openclaw Skills

Featured*