Agent skill

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.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/brave-search-yongjianwan-agentskill

Metadata

Additional technical details for this skill

openclaw
{
    "emoji": "\ud83d\udd0e",
    "homepage": "https://brave.com/search/api/",
    "requires": {
        "env": [
            "BRAVE_API_KEY"
        ],
        "bins": [
            "node"
        ]
    },
    "primaryEnv": "BRAVE_API_KEY"
}

SKILL.md

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

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