MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
PDF & Documents
📄

Brave Search

Headless web search and content extraction via Brave Search API — no browser required.

Peter Steinbergerv1.0.1
AI PoweredAutomationAPIDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install brave-search
117Stars
28.1kDownloads
418Current Installs
314All-time Installs
📦
v1.0.1Version
📅
Feb 26, 2026Updated

Requirements

Search API Key
View Source(ClawHub)

Brave Search Skill Overview

Brave Search is a lightweight skill that brings web search and page content extraction to your AI agent without launching a browser. It uses the Brave Search API to retrieve results and can optionally fetch full readable content from any URL, returned as clean markdown. Ideal for looking up documentation, facts, or pulling structured content from specific pages.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install brave-search
or

Click the Install button at the top of this page for one-click setup

When to Use Brave Search

Best Fit

  • You need to search for documentation, API references, or technical facts from the web.
  • You want to fetch and read the content of a specific URL as clean markdown.
  • You need web search results in a lightweight, scriptable way without a full browser or Playwright dependency.
  • Your agent task requires current information or web lookup as a sub-step.

When Not to Use

  • You need to interact with a web page (click buttons, fill forms, log in) — use a browser-automation skill instead.
  • You need real-time data from sources that block crawlers or require JavaScript rendering not handled by simple fetch.

Key Features

Headless Web Search

Queries the Brave Search API and returns up to 10 results per request, each with title, link, and snippet. No browser process is spawned, keeping it fast and resource-efficient.

Full Page Content Extraction

Use the --content flag to fetch and extract readable content from each result page, returned as clean markdown. Ideal for summarization, Q&A, or deeper research tasks.

Direct URL Extraction

The content.js command fetches any URL directly and converts it to readable markdown, letting your agent pull structured content from a known page without a search step.

Configurable Result Count

Control how many results are returned with the -n flag, from a quick 5-result lookup up to 10 results for broader coverage.

Use Cases

Documentation Lookup

Search for API references or library docs by query, optionally fetching full page content so your agent can answer questions with up-to-date technical details.

Fact-Checking and Current Information

Retrieve current facts or news snippets from the web to ground agent responses in real-world information without maintaining a browser session.

Targeted URL Reading

Point the extractor at a specific article, changelog, or reference page to get its full text as markdown, ready for summarization or analysis.

Requirements

  • Brave Search API Key (required) — Powers all search and content extraction requests. Obtain a key at brave.com/search/api.
Connecting to VM...
npx clawhub@latest install brave-search
117Stars
28.1kDownloads
418Current Installs
314All-time Installs
📦
v1.0.1Version
📅
Feb 26, 2026Updated

Requirements

Search API Key
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!