Anyone Procotol 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.
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.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
This skill enables Clawdbot to route requests through the Anyone Protocol network.
The skill uses the
@anyone-protocol/anyone-client NPM package to:
npm install -g @anyone-protocol/anyone-client
npx @anyone-protocol/anyone-client -s 9050
Once the proxy is running, route requests through it:
# Using curl to verify IP curl --socks5-hostname localhost:9050 https://check.en.anyone.tech/api/ip
import { Anon } from "@anyone-protocol/anyone-client"; import { AnonSocksClient } from "@anyone-protocol/anyone-client";async function main() { const anon = new Anon(); const anonSocksClient = new AnonSocksClient(anon);
try { await anon.start(); // Wait for circuits to establish await new Promise(resolve => setTimeout(resolve, 15000)); const response = await anonSocksClient.get('https://check.en.anyone.tech/api/ip'); console.log('Response:', response.data); } catch(error) { console.error('Error:', error); } finally { await anon.stop(); }}
main();
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions4,600+ AI skills, agents & workflows. Install in 60 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.