ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

Why use this skill?

Enable unblockable web search and markdown extraction for your OpenClaw agent using Aluvia mobile proxies and the Brave Search API. Bypass CAPTCHAs easily.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bertxtrella/aluvia-brave-search
Or

What This Skill Does

The aluvia-brave-search skill is a high-performance, headless web information retrieval tool designed for OpenClaw agents. By integrating the Brave Search API with Aluvia's mobile proxy infrastructure, it provides reliable, unblockable internet access. Unlike traditional scraping tools that require heavy browser rendering engines, this skill operates as a lightweight CLI utility, making it exceptionally fast and efficient for gathering data. It allows agents to perform complex queries, navigate web content, and extract readable text in markdown format while systematically bypassing bot-detection mechanisms and CAPTCHAs, ensuring consistent uptime for data-heavy tasks.

Installation

To integrate this skill into your local OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/bertxtrella/aluvia-brave-search

Once installed, navigate to your local skills directory to initialize the environment. Run npm ci within the ~/Projects/agent-scripts/skills/aluvia-brave-search folder to install necessary dependencies. Configuration is strictly required: you must set the ALUVIA_API_KEY and BRAVE_API_KEY environment variables. If you maintain a persistent Aluvia connection, define the ALUVIA_CONNECTION_ID to optimize your proxy usage.

Use Cases

This skill is ideal for tasks requiring external knowledge verification, such as troubleshooting software errors, keeping up with rapid industry changes, or researching specific technical documentation. It is particularly effective for agents that need to parse long-form articles or documentation pages into clean, agent-readable markdown. Because it handles the proxy routing, it is the primary choice for any scenario where standard scrapers are being blocked by regional filters or strict firewall protections.

Example Prompts

  • "Search for the latest implementation guide for React 19 and provide a summary of the key breaking changes found on the official blog."
  • "Find current documentation on the OpenClaw plugin architecture and extract the content from the top search result into a markdown summary."
  • "Research the current pricing and feature comparison between top cloud GPU providers and output a consolidated list of links and snippets."

Tips & Limitations

Use the --content flag sparingly when performing bulk searches, as it increases the latency and volume of data processed by the agent. Always remember that while the skill bypasses common blocks, standard rate-limiting policies for your API providers still apply. Ensure your API keys are rotated or monitored for usage limits. For best results, use specific search operators supported by Brave Search within your queries to narrow down noise.

Metadata

Stars1100
Views1
Updated2026-02-17
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-bertxtrella-aluvia-brave-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web-search#scraping#proxy#automation#api
Safety Score: 4/5

Flags: network-access, external-api