brave-search

Route web and local search queries through the Brave Search API.

3|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/aiagenta2z/onekey-agent-router --skill brave-search-aiagenta2z
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brave-search
Source: https://github.com/aiagenta2z/onekey-agent-router/tree/main/skills/brave-search
Command: npx skills add https://github.com/aiagenta2z/onekey-agent-router --skill brave-search-aiagenta2z

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ai_agent_marketplace, and includes scripts (resource) components.

What problem does it solve?

Brave-search provides fast, privacy-respecting web search integration via a unified OneKey Router to access Brave Search APIs and local search when needed.

Core Features & Use Cases

  • Web search with Brave Search API for general queries, latest content, and diverse sources.
  • Local search using Brave Local Search for near-me results and business details.
  • Quick Start through prebuilt scripts to invoke specific tools with a single router call.

Quick Start

Run brave-search with a payload to perform a web or local search and return results.

Frequently Asked Questions about brave-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Brave Search API for web and local information retrieval?

Brave Search API integration is provided via a unified OneKey Router that routes queries to brave_web_search or brave_local_search. It requires API access and environment keys to return web or local search results.

Can I perform local search and web search using a single API router workflow?

Yes, a single router workflow supports both local and web search by routing a unique_id to the appropriate brave_local_search or brave_web_search API. This allows near-me results and general web queries within one call.

What do I need to set up before using Brave Search for AI-assisted research?

You need Brave Search API access, configured environment keys, and the OneKey Router to route unique_ids. These prerequisites enable the router to process query, count, and offset inputs for research tasks.

How does the OneKey Router handle query inputs for Brave Search?

The OneKey Router handles query inputs by routing the brave-search unique_id to the correct API id. It accepts query, count, and offset parameters to fetch and return paginated web or local search results.

What is the difference between brave_web_search and brave_local_search in this router?

brave_web_search retrieves general web content and diverse sources, while brave_local_search targets location-based queries and business details. The OneKey Router directs the query to the appropriate API based on the search intent.

Does this tool support pagination for web search results?

Yes, the tool supports pagination for web search results using the count and offset inputs. This allows the OneKey Router to retrieve specific subsets of search data for content discovery and research.