ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 4/5

aluvia-web-proxy

Stop your AI agent from getting blocked. Aluvia routes traffic through real US mobile carrier IPs (AT&T, T-Mobile, Verizon) so websites treat your agent like a human. Bypasses Cloudflare, DataDome, PerimeterX, Akamai Bot Manager, and other anti-bot systems automatically. Use when your agent hits 403 Forbidden, Cloudflare challenges, CAPTCHAs, rate limits (429), IP bans, empty responses, or WAF blocks. Features auto block detection and bypass, one-command IP rotation, US geo-targeting, dynamic proxy routing rules, and managed headless Chromium via Playwright — all through a JSON-first CLI built for AI agents.

Why use this skill?

Bypass Cloudflare, CAPTCHAs, and 403 errors for your OpenClaw agent. Route traffic through real US mobile carrier IPs to ensure human-like browsing.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aluvia-connectivity/aluvia-web-proxy
Or

What This Skill Does

The Aluvia Web Proxy skill is a specialized connectivity layer for OpenClaw agents designed to circumvent anti-bot defenses. Unlike standard proxies, it routes traffic through authenticated US-based mobile carrier networks (AT&T, T-Mobile, Verizon). Because websites prioritize mobile user traffic to ensure accessibility, these IPs carry high trust scores, allowing your agent to bypass Cloudflare, DataDome, PerimeterX, and Akamai systems. The skill integrates directly with a managed Playwright-driven Chromium browser, providing an automated remediation loop for 403 Forbidden errors, CAPTCHAs, and 429 rate limits. It is engineered for programmatic consumption, returning structured JSON outputs that agents can parse to adjust their browsing strategies in real-time.

Installation

To integrate this skill, use the ClawHub registry: clawhub install openclaw/skills/skills/aluvia-connectivity/aluvia-web-proxy Alternatively, for ad-hoc usage, you may use npx: npx aluvia help Ensure your ALUVIA_API_KEY is exported in your environment variables before executing commands.

Use Cases

  • Scalable Web Research: Accessing information-heavy websites that frequently rate-limit or block standard cloud-hosted data center IP ranges.
  • E-commerce Monitoring: Tracking product pricing and inventory on platforms protected by sophisticated WAFs that detect automation.
  • Social Media Sentiment Analysis: Interacting with platforms that enforce strict browser fingerprinting and challenge-response tests.
  • Dynamic Scraping: Navigating sites that trigger CAPTCHAs or block requests if they suspect non-human activity.

Example Prompts

  1. "Aluvia, spin up a new browser session and navigate to the target site using a California-based mobile IP."
  2. "I'm receiving a 403 Forbidden error on the target URL. Use the auto-unblock feature to reroute traffic through a clean mobile proxy and retry the request."
  3. "Rotate my current proxy IP to a new mobile carrier address, then refresh the current page and capture the HTML response as JSON."

Tips & Limitations

  • Cost Efficiency: Use dynamic proxy routing rules to only proxy domains that block you; don't waste carrier bandwidth on static, unrestricted pages.
  • Monitoring: Always check the return JSON score; a score above 0.7 indicates a high probability of a block, signaling that you should trigger an IP rotation.
  • Stability: This skill manages browser life cycles. Ensure your agent closes the session via the CLI command once the task completes to prevent resource leaks.
  • Scope: This is strictly for web navigation and bypass. It does not provide general-purpose SOCKS5 proxying for non-browser agent tasks.

Metadata

Stars1335
Views0
Updated2026-02-23
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aluvia-connectivity-aluvia-web-proxy": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#browser-automation#web-scraping#proxy#bypass#anti-bot
Safety Score: 4/5

Flags: network-access, external-api