brave-search

Installation
SKILL.md

Web search using the Brave Search API.

Prerequisites

  • BRAVE_API_KEY environment variable with a valid Brave Search API key

Check before use:

[ -z "$BRAVE_API_KEY" ] && echo "Error: BRAVE_API_KEY not set" || echo "OK: BRAVE_API_KEY is set"

Note: Never hardcode BRAVE_API_KEY. Always use the environment variable.

API Endpoint

GET https://api.search.brave.com/res/v1/web/search
Installs
9
Repository
sirn/dotfiles
GitHub Stars
8
First Seen
Mar 3, 2026
brave-search — sirn/dotfiles