brave-search

Query Brave Search and extract web content to Markdown.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Headless web search and content extraction enable quick discovery of documentation, facts, or web content without a browser, reducing setup and runtime overhead.

Core Features & Use Cases

  • Headless Brave Search queries returning titles, links, and snippets
  • Optional content extraction to Markdown via content.js
  • Use cases include documentation lookup, fact verification, and article/content extraction for knowledge work

Quick Start

Ask Brave Search to fetch results for your topic and optionally fetch the content of each result as Markdown.

Frequently Asked Questions about brave-search

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

FAQPage Schema
How do I perform headless web search and content extraction without a browser?

Headless web search and content extraction without a browser is accomplished by querying the Brave Search API to retrieve titles, links, and snippets, then parsing web pages into Markdown using a Node.js runtime.

Do I need a Node.js runtime and API key to fetch web search results as Markdown?

Yes, you need a Node.js runtime and configured Brave API access to execute headless web search queries and convert extracted web content into Markdown format.

What's the best way to automate documentation lookup and fact verification from web pages?

Automating documentation lookup and fact verification is best handled by using headless Brave Search to find relevant links, then extracting the content from those pages as Markdown for knowledge work.

Can I extract web page content into Markdown for knowledge work without launching a browser?

Yes, you can extract web page content into Markdown without launching a browser by utilizing the content extraction feature, which fetches and parses web pages into readable Markdown text.

What are the limitations of using Brave Search for headless content extraction?

Limitations of headless content extraction include requiring a configured environment with Brave API access and a Node.js runtime, meaning it cannot run without these dependencies.

Does headless web search work for factual checks across diverse topics?

Yes, headless web search works for factual checks across diverse topics by querying Brave Search to return relevant titles, links, and snippets without needing a browser.