Agent Skills: Brave Search

Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.

UncategorizedID: michalvavra/agents/brave-search

Install this agent skill to your local

pnpm dlx add-skill https://github.com/michalvavra/agents/tree/HEAD/skills/brave-search

Skill Files

Browse the full folder contents for brave-search.

Download Skill

Loading file tree…

skills/brave-search/SKILL.md

Skill Metadata

Name
brave-search
Description
Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.

Brave Search

Usage

uv run --script {thisSkillDir}/scripts/brave-search.py "QUERY" [OPTIONS] --json

Options

  • --count <N>: Maximum results to return (default: 5)
  • --offset <N>: Offset into the result set (default: 0)
  • --country <CODE>: Two letter country code
  • --search-lang <CODE>: Search language code
  • --safesearch <off|moderate|strict>: Safe search mode
  • --freshness <day|week|month>: Filter by recency
  • --json: Output normalized JSON
  • --raw: Output raw API response
  • --help: Show help

Examples

uv run --script {thisSkillDir}/scripts/brave-search.py "observability tools" --count 3 --json
Brave Search Skill | Agent Skills