skills$openclaw/aluvia-web-unblock
bertxtrella5.6k

by bertxtrella

aluvia-web-unblock – OpenClaw Skill

aluvia-web-unblock is an OpenClaw Skills integration for writing workflows. Unblock websites and bypass CAPTCHAs and 403 errors using Aluvia mobile proxies. Enables web search and content extraction without browser automation.

5.6k stars7.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namealuvia-web-unblock
descriptionUnblock websites and bypass CAPTCHAs and 403 errors using Aluvia mobile proxies. Enables web search and content extraction without browser automation. OpenClaw Skills integration.
ownerbertxtrella
repositorybertxtrella/aluvia-web-unblock
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @bertxtrella/aluvia-web-unblock
last updatedFeb 7, 2026

Maintainer

bertxtrella

bertxtrella

Maintains aluvia-web-unblock in the OpenClaw Skills directory.

View GitHub profile
File Explorer
6 files
.
_meta.json
292 B
content.js
3.5 KB
package-lock.json
34.9 KB
package.json
202 B
search.js
6.5 KB
SKILL.md
1.6 KB
SKILL.md

name: aluvia-web-unblock description: Unblock websites and bypass CAPTCHAs and 403 errors using Aluvia mobile proxies. Enables web search and content extraction without browser automation.

Aluvia Web Unblock

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-unblock
npm ci
export ALUVIA_API_KEY=your_aluvia_key
export BRAVE_API_KEY=your_brave_key

Optional:

export ALUVIA_CONNECTION_ID=your_connection_id

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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- Aluvia API key - Brave Search API key - Optional Aluvia connection ID for connection reuse

FAQ

How do I install aluvia-web-unblock?

Run openclaw add @bertxtrella/aluvia-web-unblock in your terminal. This installs aluvia-web-unblock into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/bertxtrella/aluvia-web-unblock. Review commits and README documentation before installing.