Brave Search
Perform web searches and extract page content as markdown using the Brave Search API, with no browser required.
# Brave Search Perform web searches and extract page content as markdown using the Brave Search API, with no browser required. Brave Search provides headless web search and content extraction capabilities for your AI agent. It lets you search the web for documentation, facts, and current information, and extract readable content from any URL — all without launching a browser. ## How It Works The skill includes two core scripts: a search script that queries the Brave Search API and returns structured results with titles, links, and snippets, and a content extraction script that fetches any URL and converts it to clean markdown. You can control the number of results and optionally include full page content alongside search snippets. ## Key Features - **Web Search**: Query the Brave Search API with configurable result counts (default 5, adjustable with -n flag) - **Content Extraction**: Fetch any URL and extract readable content as clean markdown - **Combined Mode**: Search and retrieve full page content in a single command using the --content flag - **No Browser Required**: Lightweight, headless operation with no browser dependency - **Structured Output**: Results returned in a clean, parseable format with title, link, snippet, and optional content ## Requirements - **Brave Search API Key**: Required to authenticate with the Brave Search API. Obtain one from the Brave Search API dashboard. ## Use Cases - **Documentation Lookup**: Search for API references, library docs, or technical documentation - **Fact Checking**: Look up current information and verify facts in real time - **Content Research**: Fetch and read content from specific URLs for research tasks - **Web-Augmented AI**: Give your AI agent access to up-to-date web information without interactive browsing ## Installation Install via: `npx clawhub@latest install brave-search`
Instalação
Execute no seu terminal
npx clawhub@latest install brave-searchClique no botão Instalar no topo desta página para configuração com um clique