Coding
Brave search
Agent skill for brave-search
0 views
Jan 8, 2026
Sign in to like and favorite skills
Agent skill for brave-search
Sign in to like and favorite skills
Headless web search and content extraction using Brave Search. No browser required.
Run once before first use:
cd ~/Projects/agent-scripts/skills/brave-search npm ci
Needs env:
BRAVE_API_KEY.
./search.js "query" # Basic search (5 results) ./search.js "query" -n 10 # More results ./search.js "query" --content # Include page content as markdown ./search.js "query" -n 3 --content # Combined
./content.js https://example.com/article
Fetches a URL and extracts readable content as markdown.
--- Result 1 --- Title: Page Title Link: https://example.com/page Snippet: Description from search results Content: (if --content flag used) Markdown content extracted from the page... --- Result 2 --- ...