Claude Code Plugins

Community-maintained marketplace

Feedback

brave-search

@steipete/clawdis
432
0

Web search and content extraction via Brave Search API.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name brave-search
description Web search and content extraction via Brave Search API.
homepage https://brave.com/search/api
metadata [object Object]

Brave Search

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

Search

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

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).