Aluvia Browser Proxy
Launch a proxy-protected headless browser session using Aluvia SDK. Avoid 403 blocks, CAPTCHAs, and rate limits by routing browser traffic through residential proxies. Provides a CDP URL for integration with browser automation tools.
Why use this skill?
Use the Aluvia Browser Proxy skill to bypass CAPTCHAs and blocks. Launch residential-proxied headless browsers for seamless, reliable AI web automation and scraping.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bertxtrella/aluvia-mipWhat This Skill Does
The Aluvia Browser Proxy skill provides an essential bridge between the OpenClaw AI agent and the internet by deploying a high-performance, headless Chromium browser. By routing all outgoing traffic through Aluvia's premium residential proxy network, this tool effectively bypasses common anti-bot mechanisms like CAPTCHAs, IP-based rate limiting, and 403 Forbidden blocks. Unlike standard scraping tools, Aluvia mimics authentic user behavior, ensuring high success rates for data extraction or complex web interactions. Upon initiation, the skill returns a Chrome DevTools Protocol (CDP) URL, allowing your agent to take full control of the browser session for programmatic navigation, form submission, and content scraping.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bertxtrella/aluvia-mip
Ensure that you have installed the Aluvia SDK globally via npm: npm install -g @aluvia/sdk. Before the agent can function, you must register for an API key at the Aluvia Dashboard and export it to your environment variables using export ALUVIA_API_KEY=your_api_key_here.
Use Cases
- Scalable Web Scraping: Efficiently collect product pricing, stock availability, or research data from websites with aggressive bot protection.
- Complex User Flows: Automate multi-step browser interactions such as logging into portals, clicking through dynamic menus, or interacting with shadow DOM elements.
- Testing and QA: Validate how your web applications perform for users behind residential proxy networks to ensure consistent accessibility.
- Automated Research: Aggregate data from multiple search engines or news outlets without triggering automated blockages.
Example Prompts
- "Use the Aluvia Browser Proxy to navigate to techcrunch.com, find the latest five headlines, and summarize the key market trends mentioned."
- "Launch a session at [target_url], wait for the product page to load, and extract the current price and SKU number from the DOM."
- "Open a browser window with the Aluvia skill for [target_url], and guide me through the login process manually using the provided visual interface."
Tips & Limitations
- Resource Management: Always remember to call
aluvia-sdk closeafter your task is finished to free up system memory and avoid dangling browser processes. - Security: Never hardcode your API key; always use secure environment variables to manage your credentials.
- Headed Mode: Use the
--headedflag during development if you need to debug visual issues or watch the agent's interaction in real-time, but stick to headless mode for production automation to save system resources. - Network Performance: Because traffic is routed through residential proxies, some latency is expected compared to direct connections; structure your agent's wait times accordingly.
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-bertxtrella-aluvia-mip": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
aluvia-brave-search
Web search and content extraction via Brave Search API, with unblockable access using Aluvia mobile proxy. Use for searching documentation, facts, or any web content. No browser required; bypasses blocks and CAPTCHAs.
aluvia-web-unblock
Unblock websites and bypass CAPTCHAs and 403 errors using Aluvia mobile proxies. Enables web search and content extraction without browser automation.