aluvia-web-proxy
⚠Review·Scanned 2/17/2026
This skill routes web search and page fetches through Aluvia mobile proxies to bypass CAPTCHAs and site blocks. It reads ALUVIA_API_KEY, BRAVE_API_KEY, and optional ALUVIA_CONNECTION_ID and makes network requests to https://search.brave.com/search?q=${encodeURIComponent(query)} and user-supplied URLs.
from clawhub.ai·v6c87c2c·46.6 KB·0 installs
Scanned from 1.0.0 at 6c87c2c · Transparency log ↗
$ vett add clawhub.ai/aluvia-connectivity/aluvia-web-proxyReview findings below
Aluvia Web Proxy
Provides unblockable web access for agents using Aluvia mobile proxies. Use this skill to search the web or fetch page content from sites that block bots, scrapers, or datacenter IPs.
Capabilities
- Web search with unblockable access
- Fetch and extract page content as Markdown
- Bypass CAPTCHAs and anti-bot challenges
- Avoid 403 and IP-based blocking
- Route requests through Aluvia mobile IPs
- Reuse proxy connections
Requirements
- Aluvia API key
- Brave Search API key
- Optional Aluvia connection ID for connection reuse
Setup
cd ~/Projects/agent-scripts/skills/aluvia-web-proxy
npm ci
export ALUVIA_API_KEY=your_aluvia_key
export BRAVE_API_KEY=your_brave_key
Optional:
export ALUVIA_CONNECTION_ID=your_connection_id
Usage
Web Search
./search.js "query"
./search.js "query" -n 10
./search.js "query" --content
Fetch Page Content
./content.js https://example.com/article
Output
Returns structured search results and extracted page content in Markdown format.
Use Cases
- Agents blocked by CAPTCHAs or 403 errors
- Web retrieval without headless browsers
- Scraping sites that block cloud IPs
- Search + fetch workflows requiring stable IPs
Keywords
unblock, bypass captcha, 403 errors, website block, mobile proxy, web scraping, agent retrieval, anti-bot