decentralized-proxy-guide

Route client requests through a decentralized proxy and relay network.

5|Updated May 2, 2026
One-click install
npx skills add https://github.com/nirholas/three-ui --skill decentralized-proxy-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decentralized-proxy-guide
Source: https://github.com/nirholas/three-ui/tree/main/data/skills/development/decentralized-proxy-guide
Command: npx skills add https://github.com/nirholas/three-ui --skill decentralized-proxy-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Openbare reduces privacy leakage from browsing and API calls by routing your traffic through a decentralized proxy and relay network rather than exposing your origin IP directly.

Core Features & Use Cases

  • SOCKS5 Proxying: Send traffic through a SOCKS5-compatible endpoint for client apps and tooling that support ALL_PROXY.
  • HTTP/HTTPS Proxy Mode: Use standard HTTP proxy environment variables for common web clients and libraries.
  • Multi-Hop Routing: Increase privacy by chaining entry, relay, and exit nodes so each hop has limited knowledge.

Use Case: An AI agent or developer needs to call third-party APIs (e.g., RPC endpoints, geo-restricted data, or exchange endpoints) without exposing their real IP address, and wants an easy way to self-host or use network nodes.

Quick Start

Run a relay node by executing the command: openbare run --mode relay --port 1080.

Frequently Asked Questions about decentralized-proxy-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route web traffic through a decentralized proxy without exposing my IP?

Multi-hop routing increases privacy by chaining entry, relay, and exit nodes so each hop only knows the adjacent connection, limiting knowledge of the complete traffic path and preventing any single node from tracing the source.

Can I use a SOCKS5 proxy for AI agent API calls to prevent privacy leakage?

Yes, you can use a SOCKS5 proxy endpoint for AI agent API calls by setting the ALL_PROXY environment variable, which routes third-party requests through the decentralized network to prevent privacy leakage from direct exposure.

How do I set up a self-hosted relay node for privacy-preserving web access?

You can run a relay node by executing the command `openbare run --mode relay --port 1080` to establish a self-hosted proxy endpoint for privacy-preserving web access.

Does this proxy network work with Tor-compatible routing for stronger anonymity?

Yes, the proxy network is Tor-compatible and supports multi-hop routing through entry, relay, and exit nodes to provide stronger anonymity for browser, agent, and developer scenarios requiring privacy-preserving web access.

What is the difference between HTTP proxy mode and SOCKS5 proxying for web clients?

HTTP proxy mode uses standard HTTP proxy environment variables for common web clients, while SOCKS5 proxying directs traffic through a SOCKS5-compatible endpoint using the ALL_PROXY variable for broader tooling compatibility.

When should I use multi-hop routing instead of a single proxy connection?

You should use multi-hop routing instead of a single proxy connection when you need stronger anonymity, as chaining entry, relay, and exit nodes ensures each hop has limited knowledge of the complete traffic path.