brave-search

📁 michalvavra/agents 📅 11 days ago
8
总安装量
2
周安装量
#35420
全站排名
安装命令
npx skills add https://github.com/michalvavra/agents --skill brave-search

Agent 安装分布

opencode 2
gemini-cli 2
replit 2
antigravity 2
windsurf 2
qwen-code 2

Skill 文档

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