brave-search_skill

This skill helps you search the web for current information with citations, images, and news results.
  • Python

24

GitHub Stars

5

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill ratacat/claude-skills --skill brave-search

  • .gitignore62 B
  • AGENTS-BLURB.md603 B
  • brave.py16.3 KB
  • pyproject.toml910 B
  • SKILL.md6.6 KB

Overview

This skill lets you search the web, images, and news using Brave Search with privacy-focused results and optional AI-grounded answers that include citations. It’s designed for current or recent information, image lookups, and producing cited summaries. Use it when you need live web data rather than local code or file searches.

How this skill works

The skill calls Brave Search endpoints for web, image, news, suggestions, and AI Grounding. Queries return JSON results with titles, URLs, snippets, and optional extra snippets; AI Grounding returns OpenAI-compatible responses with inline citations. It supports filters like freshness, country, language, safe search, count, and pagination.

When to use it

  • Find current facts, recent developments, or news articles
  • Look up images or get image result URLs and metadata
  • Request AI-generated answers that include source citations
  • Autocompletion or query suggestions for search inputs
  • Location/POI lookups when on a Pro plan

Best practices

  • Set BRAVE_API_KEY before using the skill and verify it with the check-key command
  • Batch related queries and run searches in parallel for high-throughput research
  • Use subagents to handle heavy or multi-source research to preserve context
  • Apply freshness, country, and language filters to narrow results
  • Request only the count you need and use pagination to manage large result sets

Example use cases

  • Get the latest news articles about an ongoing event with freshness=pd (past day)
  • Compare product alternatives and return cited links using AI Grounding
  • Fetch 10 images for a design brief with safe search enabled
  • Autocomplete query suggestions for a search box
  • Run parallel searches for competitor research and synthesize findings

FAQ

Yes. Set BRAVE_API_KEY from your Brave Search dashboard. Without it requests return 401 Unauthorized.

What are the rate limits?

Free tier: about 1 request/second and 2,000 queries/month. The API supports higher concurrency (up to ~50 requests/sec) for high-throughput scenarios; upgrade to Pro for higher quotas.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
brave-search skill by ratacat/claude-skills | VeilStrat