Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bighardperson avatar

Brave Search

  • 8 installs
  • 33 repo stars
  • Updated April 26, 2026
  • bighardperson/computer-science-skills-collection

Brave Search is a skill that performs headless web search and page content extraction via the Brave Search API without a browser.

About

Brave Search is a skill that runs headless web searches and extracts page content through the Brave Search API. A developer invokes it via CLI scripts to look up documentation, facts, or current information without launching a browser. It can also fetch a single URL and return its readable content as markdown.

  • Headless web search and page-content extraction via the Brave Search API
  • No browser required; runs as CLI scripts (search.js, content.js)
  • Returns search snippets and page content as markdown

Brave Search by the numbers

  • 8 all-time installs (skills.sh)
  • Ranked #12,269 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
At a glance

brave-search capabilities & compatibility

Requires a Brave Search API key (BRAVE_API_KEY).

Capabilities
web search
Use cases
web search · web scraping · research
Pricing
Bring your own API key
From the docs

What brave-search says it does

Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
SKILL.md
Headless web search and content extraction using Brave Search. No browser required.
SKILL.md
Fetches a URL and extracts readable content as markdown.
SKILL.md
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill brave-search

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs8
repo stars33
Last updatedApril 26, 2026
Repositorybighardperson/computer-science-skills-collection

What it does

Search the web or extract a page's readable content as markdown from the command line without a browser.

Who is it for?

Looking up documentation, facts, or current web content from the command line.

Skip if: Interactive browsing or pages that require clicking through a rendered UI.

When should I use this skill?

You need web search or to fetch a URL's readable content but do not want to run a browser.

What you get

Returns ranked search results and page content as markdown.

  • Search results with title, link, snippet
  • Extracted page content as markdown

By the numbers

  • Returns 5 results by default

Files

SKILL.mdMarkdownGitHub ↗

Brave Search

Headless web search and content extraction using Brave Search. No browser required.

Setup

Run once before first use:

cd ~/Projects/agent-scripts/skills/brave-search
npm ci

Needs env: BRAVE_API_KEY.

Search

./search.js "query"                    # Basic search (5 results)
./search.js "query" -n 10              # More results
./search.js "query" --content          # Include page content as markdown
./search.js "query" -n 3 --content     # Combined

Extract Page Content

./content.js https://example.com/article

Fetches a URL and extracts readable content as markdown.

Output Format

--- Result 1 ---
Title: Page Title
Link: https://example.com/page
Snippet: Description from search results
Content: (if --content flag used)
  Markdown content extracted from the page...

--- Result 2 ---
...

When to Use

  • Searching for documentation or API references
  • Looking up facts or current information
  • Fetching content from specific URLs
  • Any task requiring web search without interactive browsing

Related skills

FAQ

Does this skill need a browser?

No. It is a headless web search and content extractor that needs no browser.

What API key does it need?

It needs the BRAVE_API_KEY environment variable.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.