brave-search

Retrieve web results and snippets via the Brave Search API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/doubleflannel/12-30-test-codex-ip --skill brave-search-doubleflannel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brave-search
Source: https://github.com/doubleflannel/12-30-test-codex-ip/tree/main/skills/brave-search
Command: npx skills add https://github.com/doubleflannel/12-30-test-codex-ip --skill brave-search-doubleflannel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Brave Search enables browserless web lookups and content discovery, letting automation fetch concise results without manual browsing.

Core Features & Use Cases

  • Web search via Brave Search API to retrieve titles, links, and short snippets.
  • Optional content extraction: fetch and render readable page content as Markdown for deeper context.
  • Use Case: Quickly gather documentation snippets or verify facts across sources for research, product briefs, or knowledge bases.

Quick Start

Run the Brave Search skill by executing a query through search.js to get results, optionally including readable content with the --content flag.

Frequently Asked Questions about brave-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch web search results without opening a browser?

Browserless web search retrieves titles, links, and snippets directly via the Brave Search API. It targets documentation and facts, returning concise results for quick review without needing a manual browser interface.

Can I extract readable content from web pages as Markdown?

Yes, content extraction can fetch and render readable page content as Markdown. By using the optional --content flag, the web search query returns the full page text formatted for deeper context alongside the standard links.

Do I need an API key to perform headless web search and content extraction?

Yes, a BRAVE_API_KEY must be configured in your environment to use headless web search. This key authenticates your requests to the Brave Search API to retrieve titles, links, and short snippets.

What is the best way to automate gathering documentation snippets for a knowledge base?

Automating documentation gathering works best by executing a query through a script to get results via the Brave Search API. You can configure the result counts and use the --content flag to fetch readable Markdown for deeper context.

Does headless web search support configurable result counts for research tasks?

Yes, headless web search supports configurable result counts to tailor your research queries. You can adjust the number of titles, links, and short snippets returned by the Brave Search API for quick review.

Why use browserless content extraction instead of manual browsing for fact verification?

Browserless content extraction automates fact verification by fetching readable Markdown directly from web pages. It eliminates manual browsing by returning concise titles, links, and snippets through the Brave Search API for quick review.