An open-source set of go-to-market skills for solo technical founders — positioning, first users, launch and pricing, sequenced into a roadmap your agent works with you.
Brave Search CLI (bx)
Summary
Brave's official search skill: one CLI that searches, scrapes and extracts in a single call, returning token-budgeted web content instead of a list of links.
Features
- Search, scrape and extract in a single CLI call
- Token-budgeted page content instead of raw HTML
- AI answers with citations, plus iterative deep research mode
- News search with freshness filters
- Image and video search
- Local business and POI lookup across 200M+ places
- Interactive key configuration that keeps the API key out of shell history
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Example Usage
bx "typescript 5.9 satisfies operator narrowing"
Description
bx is Brave's command-line search tool built specifically for agents, and this is the official skill that teaches an agent to use it. The design premise is that the usual agent search loop — query a search API, get ten URLs, fetch each one, strip the HTML, hope the content survived — is three steps too many. bx collapses search, scrape and extraction into one call and returns clean, token-budgeted text as JSON.
The commands
bx "query"— the default. Pre-extracted page content, trimmed to a token budget, ready to read.bx answers "query"— a synthesised answer with citations, streamed; add--enable-researchfor multi-search iterative research on harder questions.bx web "query"— traditional ranked results across web, news and discussions;--result-filter discussionsis the one to reach for when a forum thread is more likely to hold the answer than documentation.bx news,bx images,bx videos,bx places— news with freshness filters, image and video search, and local business lookup across a 200M+ point-of-interest index.
Where it earns its keep
Error-message lookups during debugging, checking current library documentation against a model's training cutoff, reading release notes before a dependency upgrade, and grounding claims that need a citation. The skill's description is written to trigger on research, RAG, grounding and fact-checking intents, so in practice it takes over from generic web-fetch tooling once installed.
Requirements
A Brave Search API key and the bx binary, installed with a one-line script on macOS or Linux. Keys are set with bx config set-key interactively so they stay out of shell history. Different subcommands map to different Brave Search API plans — answers and research in particular — so check the plan before wiring a command into an automated workflow.
MIT licensed, published by Brave Software.
Related Skills
Notion's official meeting-prep skill: searches the workspace for context, enriches it with research, then writes an internal pre-read and an external agenda back into Notion.
A decision board for contested calls: feed your agent papers and half-formed ideas, and it files them into a traceable sources → ideas → output structure you can defend, with a visual canvas over the markdown.
Resend's official skill for the whole email lifecycle — transactional sends, inbound webhooks, templates, broadcasts, domains and delivery events.
