askill
brave-search-skill

brave-search-skillSafety 95Repository

Search the web using Brave Search API for privacy-focused, independent search results with no tracking.

13 stars
1.2k downloads
Updated 2/28/2026

Package Files

Loading files...
SKILL.md

Brave Search Skill

Search the web using the Brave Search API. Brave Search is a privacy-focused, independent search engine that does not track users or profile them.

How It Works

This skill provides instructions and context. To execute searches, connect the Brave Search node to the agent's input-tools handle.

brave_search Tool

Search the web and get relevant results from Brave's independent index.

Schema Fields

FieldTypeRequiredDescription
querystringYesSearch query to look up on the web

Node Parameters

Additional options configured on the node:

ParameterDefaultDescription
maxResults10Number of results to return (max 100)
country(empty)Country code for regional results (e.g., US, GB, DE)
searchLang(empty)Language code for search results (e.g., en, es, fr)
safeSearchmoderateSafe search filtering: off, moderate, strict

Response Format

{
  "query": "artificial intelligence news",
  "results": [
    {
      "title": "AI Breakthrough in Medical Research",
      "snippet": "Researchers have developed a new AI model that can predict...",
      "url": "https://example.com/ai-medical-research"
    }
  ],
  "result_count": 10,
  "provider": "brave_search"
}

Examples

General search:

{
  "query": "latest news about artificial intelligence"
}

Technical search:

{
  "query": "Python asyncio best practices 2026"
}

Local search:

{
  "query": "best restaurants in San Francisco"
}

When to Use Brave Search

  • Privacy-focused results - No user tracking or profiling
  • Independent index - Not reliant on Google or Bing
  • General web search - News, facts, documentation, products
  • Regional results - Use country/language parameters for localized results

When NOT to Use Brave Search

  • AI-powered answers - Use Perplexity instead for synthesized answers with citations
  • Google-specific results - Use Serper for Google's index
  • Simple calculations - Use the calculator tool
  • Creative tasks - Writing, brainstorming, analysis

Search Query Best Practices

  • Use specific, focused queries (under 10 words when possible)
  • Include relevant keywords, dates, and context
  • Break complex questions into simpler searches
  • Avoid filler words like "please" or "can you tell me"

API Details

  • API: GET https://api.search.brave.com/res/v1/web/search
  • Auth: X-Subscription-Token header
  • Rate Limits: Depends on plan (Free: 1 query/sec, 2000/month)
  • Pricing: ~$0.003 per query

Setup Requirements

  1. Connect this skill to the agent's input-skill handle
  2. Connect the Brave Search node to the agent's input-tools handle
  3. Add your Brave Search API key in Credentials > Search

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

84/100Analyzed 3/1/2026

Well-structured technical reference for a Brave Search API integration skill. Provides comprehensive documentation including tool schema, parameters with defaults, response format, practical examples, when-to-use guidance, and setup instructions. Covers regional/localization options, safe search, and API details. Minor gaps include error handling and troubleshooting. The skill is highly reusable as a general web search capability. Rule bonuses applied for structured format, when-to-use sections, tags, icons, dedicated skills folder location, and high-density technical content."

95
88
90
78
85

Metadata

Licenseunknown
Version-
Updated2/28/2026
Publishertrohitg

Tags

apisecurity