Agent skill

brave-search

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

Stars 6
Forks 1

Install this agent skill to your Project

npx add-skill https://github.com/michalvavra/agents/tree/main/archive/skills/brave-search

SKILL.md

Brave Search

Usage

bash
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

bash
uv run --script {thisSkillDir}/scripts/brave-search.py "observability tools" --count 3 --json

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results