Brave Search

Use Brave Search API to search the web and return structured results (title/url/snippet). Trigger when the user asks to enable Brave search, configure Brave API key, or perform web search using Brave.

majiayu000 b2cfcd0 2 files · 1.6 KB Updated 567 repo stars

File contents

Brave Search

Use Brave Search API via the bundled script.

Requirements

Commands

  • Run a search:

    • node {baseDir}/scripts/brave_search.mjs "<query>" --count 5
  • Search news:

    • node {baseDir}/scripts/brave_search.mjs "<query>" --type news --count 5

Notes

  • This skill does not modify web_search; it provides a Brave-backed alternative you can invoke when you specifically want Brave Search.
  • Free tier: 2000 requests/month, 1 req/sec

majiayu000/claude-skill-registry-data/tree/main/api/brave-search-yongjianwan-agentskill commit b2cfcd0350

Frequently asked questions

npx skillmds add majiayu000/brave-search-5