anyone-proxy
This skill enables IP address masking and accessing hidden services on the Anyone Network. Route requests through the Anyone Protocol VPN network using a local SOCKS5 proxy.
Why use this skill?
Enhance your OpenClaw agent's privacy by routing requests through the Anyone Protocol. Learn how to mask IPs and access hidden services securely.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ra3ka/anyone-proxyWhat This Skill Does
The anyone-proxy skill is a robust solution for privacy-conscious developers and users of OpenClaw. It integrates the Anyone Protocol, a decentralized VPN-like network, directly into your AI agent's workflow. By leveraging a local SOCKS5 proxy server (typically running on port 9050), this skill ensures that all outbound network requests initiated by the agent are routed through encrypted, multi-hop circuits. This effectively masks your agent's origin IP address, protects your infrastructure from direct exposure, and grants access to hidden services or geo-restricted resources that are otherwise inaccessible from your local environment. The skill utilizes the @anyone-protocol/anyone-client package, ensuring that your agent maintains operational security while performing research, data scraping, or communication tasks.
Installation
To install this skill, use the Clawhub CLI within your OpenClaw environment:
- Install the required client globally:
npm install -g @anyone-protocol/anyone-client - Install the skill via terminal:
clawhub install openclaw/skills/skills/ra3ka/anyone-proxy - Initialize the proxy service:
npx @anyone-protocol/anyone-client -s 9050
Ensure that your network environment allows traffic on the specified SOCKS5 port to prevent connection timeouts during circuit initialization.
Use Cases
- Privacy-First Web Research: Perform market research or competitive intelligence gathering without revealing the agent's server location.
- Accessing Onion/Hidden Services: Securely reach resources hosted on the Anyone Network using standard HTTP clients.
- Data Scraping Anonymity: Prevent IP-based rate limiting or blocking by rotating traffic through the Anyone Protocol circuit network.
- Threat Intelligence: Interact with potentially sensitive or malicious endpoints safely by distancing your core infrastructure from the target.
Example Prompts
- "OpenClaw, please browse this URL through the anyone-proxy to check the perceived IP address and confirm anonymity."
- "Use the anyone-proxy to fetch the content of this hidden service and summarize the main documentation pages for me."
- "Fetch the latest market data from this source using the SOCKS5 proxy to ensure my scraping activities remain private and untracked."
Tips & Limitations
- Circuit Latency: The initial circuit establishment takes approximately 15 to 30 seconds. Plan your agent's execution flow to accommodate this 'warm-up' period.
- Persistent Proxy: Once the SOCKS5 proxy is started, it persists; you do not need to restart it for every individual request, but check the status if you suspect a circuit disconnect.
- Error Handling: Always include robust try-catch blocks in your scripts when using the AnonSocksClient to handle potential network timeouts during high traffic periods on the Anyone Network.
- Resource Usage: Keep in mind that encrypted circuit routing consumes more bandwidth and CPU than standard direct network calls.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ra3ka-anyone-proxy": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access