← Back to Skills Marketplace
ai-hub-admin

Brave Search

by AI-Hub-Admin · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
151
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install brave-search-onekey-gating
Description
Auto-generated skill for brave-search tools via OneKey Gateway.
README (SKILL.md)

OneKey Gateway

Use One Access Key to connect to various commercial APIs. Please visit the OneKey Gateway Keys and read the docs OneKey MCP Router Doc and OneKey Gateway Doc.

brave-search Skill

Use the OneKey Gateway to access tools for this server via a unified access key.

Quick Start

Set your OneKey access key:

export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_API_KEY

If no key is provided, the scripts fall back to the demo key BETA_TEST_KEY_MARCH_2026. Common settings:

  • unique_id: brave-search/brave-search
  • api_id: one of the tools listed below ``## Tools

brave_web_search

Performs a web search using the Brave Search API, ideal for general queries, news, articles, and online content. Use this for broad information gathering, recent events, or when you need diverse web sources. Supports pagination, content filtering, and freshness controls. Maximum 20 results per request, with offset for pagination.

``Parameters:

  • query (string, required): Search query (max 400 chars, 50 words)
  • count (number, optional): Number of results (1-20, default 10)
  • offset (number, optional): Pagination offset (max 9, default 0)

brave_local_search

Searches for local businesses and places using Brave's Local Search API. Best for queries related to physical locations, businesses, restaurants, services, etc. Returns detailed information including:

  • Business names and addresses
  • Ratings and review counts
  • Phone numbers and opening hours Use this when the query implies 'near me' or mentions specific locations. Automatically falls back to web search if no local results are found.

Parameters:

  • query (string, required): Local search query (e.g. 'pizza near Central Park')
  • count (number, optional): Number of results (1-20, default 5)

Usage

CLI

brave_web_search

npx onekey agent brave-search/brave-search brave_web_search '{"query": "latest AI research 2026"}'

brave_local_search

npx onekey agent brave-search/brave-search brave_local_search '{"query": "coffee near Times Square"}'

Scripts

Each tool has a dedicated script in this folder:

  • skills/brave-search/scripts/brave_web_search.py
  • skills/brave-search/scripts/brave_local_search.py

Example

python3 scripts/\x3Ctool_name>.py --data '{"key": "value"}'

Related DeepNLP OneKey Gateway Documents

AI Agent Marketplace
Skills Marketplace AI Agent A2Z Deployment
PH AI Agent A2Z Infra
GitHub AI Agent Marketplace

Dependencies

CLI Dependency

Install onekey-gateway from npm

npm install @aiagenta2z/onekey-gateway

Script Dependency

Install the required Python package before running any scripts.

pip install ai-agent-marketplace

Alternatively, install dependencies from the requirements file:

pip install -r requirements.txt

If the package is already installed, skip installation.

Agent rule

Before executing command lines or running any script in the scripts/ directory, ensure the dependencies are installed. Use the onekey CLI as the preferred method to run the skills.

Usage Guidance
This skill is a simple wrapper that sends your JSON payloads to the OneKey Gateway (brave_web_search or brave_local_search). Before installing: (1) confirm you trust the OneKey provider (deepnlp/aiagenta names shown) because queries and results transit their service; do not send sensitive secrets or private data through the skill; (2) prefer to set your own DEEPNLP_ONEKEY_ROUTER_ACCESS key rather than using the demo fallback key (demo usage routes traffic through the provider/demo account); (3) verify the referenced packages (@aiagenta2z/onekey-gateway and ai-agent-marketplace) come from the official projects you expect (check their repos) before pip/npm install; (4) be aware of the small manifest inconsistencies (registry metadata vs SKILL.md) — likely packaging sloppiness but worth noting. If you want stronger assurance, ask the publisher for repository/homepage and the provenance of the pip/npm packages.
Capability Analysis
Type: OpenClaw Skill Name: brave-search-onekey-gating Version: 0.1.0 The skill bundle provides a standard interface for Brave Search via the OneKey Gateway. The scripts (brave_web_search.py and brave_local_search.py) simply route user queries to the specified API endpoint using the 'ai-agent-marketplace' library, with no evidence of malicious behavior, data exfiltration, or harmful instructions.
Capability Assessment
Purpose & Capability
The name/description (Brave Search via OneKey Gateway) matches the implementation: two small Python scripts that call OneKeyAgentRouter.invoke with api_id values 'brave_web_search' and 'brave_local_search'. Required packages (onekey gateway client and ai-agent-marketplace) align with the described gateway integration.
Instruction Scope
The SKILL.md and the scripts limit actions to reading JSON input (from CLI argument or file), validating a 'query' field, and forwarding that payload to the OneKey Gateway. The scripts do not access other system files, environment variables beyond the gateway key, or contact arbitrary endpoints themselves (networking is via the OneKey client).
Install Mechanism
There is no registry-level install spec, but SKILL.md instructs installing npm package '@aiagenta2z/onekey-gateway' and Python package 'ai-agent-marketplace' from standard registries. This is a typical, moderate-risk approach (packages come from public registries). It's odd that the registry metadata said 'no install spec' while SKILL.md contains install instructions.
Credentials
The skill requires a single env var DEEPNLP_ONEKEY_ROUTER_ACCESS (OneKey Gateway API key), which is proportionate for a gateway-based search wrapper. Two points to note: (1) registry metadata earlier listed 'no required env vars' which conflicts with SKILL.md, and (2) both scripts fall back to a demo key ('BETA_TEST_KEY_MARCH_2026') if the env var is absent — that means queries may be routed through the maintainer's/demo service if you don't provide your own key.
Persistence & Privilege
The skill does not request always:true, does not modify other skill configs, and has no special config path or system privileges. It is user-invocable and can be invoked autonomously by the model per platform defaults, which is expected for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install brave-search-onekey-gating
  3. After installation, invoke the skill by name or use /brave-search-onekey-gating
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of the brave-search skill powered by OneKey Gateway. - Supports two tools: `brave_web_search` for general web searches and `brave_local_search` for local business/place search. - Provides detailed usage instructions for both CLI and Python scripts. - Flexible authentication using OneKey access key, with fallback to demo key. - Includes installation steps for npm and Python dependencies.
Metadata
Slug brave-search-onekey-gating
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Brave Search?

Auto-generated skill for brave-search tools via OneKey Gateway. It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Brave Search?

Run "/install brave-search-onekey-gating" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Brave Search free?

Yes, Brave Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Brave Search support?

Brave Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Brave Search?

It is built and maintained by AI-Hub-Admin (@ai-hub-admin); the current version is v0.1.0.

💬 Comments