Brave Search banner
overseers-desk overseers-desk

Brave Search

Development community

Description

--- description: "Web search via the Brave: title, URL, snippet per result. Works headless, can serve as backup or when searching Google-gated info. Do not use this if built-in web search tool works for your purpose." argument-hint: <query terms, optionally followed by a result count> allowed-tools: Bash --- Search request (the command argument): **$ARGUMENTS** # Brave web search Run the search with the plugin's bin tool: ```bash ${CLAUDE_PLUGIN_ROOT}/bin/brave-search "query terms" [count] `

Installation

Installs to ~/.claude/skills/overseers-desk-magazines-brave-search/SKILL.md

Terminal
mkdir -p ~/.claude/skills/overseers-desk-magazines-brave-search && curl -fsSL https://raw.githubusercontent.com/overseers-desk/magazines/HEAD/commands/brave-search.md -o ~/.claude/skills/overseers-desk-magazines-brave-search/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository