Agent skill

brave-search

Web search and content extraction via Brave Search API.

Stars 163
Forks 31

Install this agent skill to your Project

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

Metadata

Additional technical details for this skill

clawdbot
{
    "emoji": "\ud83e\udd81",
    "requires": {
        "env": [
            "BRAVE_API_KEY"
        ],
        "bins": [
            "node"
        ]
    },
    "primaryEnv": "BRAVE_API_KEY"
}

SKILL.md

Brave Search

Headless web search (and lightweight content extraction) using Brave Search API. No browser required.

Search

bash
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --content
node {baseDir}/scripts/search.mjs "query" -n 3 --content

Extract a page

bash
node {baseDir}/scripts/content.mjs "https://example.com/article"

Notes:

  • Needs BRAVE_API_KEY.
  • Content extraction is best-effort (good for articles; not for app-like sites).
  • If a site is blocked or too JS-heavy, prefer the summarize skill (it can use a Firecrawl fallback).

Didn't find tool you were looking for?

Be as detailed as possible for better results