brave-api-search
Real-time web search, autosuggest, and AI-powered answers using the official Brave Search API. Use for searching documentation, facts, current events, or any web content. Supports AI grounded answers with citations and query autosuggest. Requires BRAVE_SEARCH_API_KEY and BRAVE_ANSWERS_API_KEY.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/broedkrummen/brave-api-searchWhat This Skill Does
The brave-api-search skill empowers OpenClaw agents to perform real-time web searches, retrieve smart autosuggestions, and generate AI-grounded answers with verifiable citations. By integrating with the official Brave Search API, the skill provides a powerful conduit for the latest information, effectively bypassing the limitations of static knowledge bases. Whether you need the current state of a software library, breaking news, or a synthesized answer to a complex research question, this toolset provides direct access to the web.
Installation
To integrate this skill, use the ClawHub command: clawhub install openclaw/skills/skills/broedkrummen/brave-api-search. Once installed, you must configure your environment variables. Ensure the following keys are present in your .env file:
BRAVE_SEARCH_API_KEY: Required forbrave_searchandbrave_suggest.BRAVE_ANSWERS_API_KEY: Required forbrave_answers. You can obtain these keys via the Brave Search API Dashboard. It is recommended to use local environment variables to keep your credentials secure.
Use Cases
- Research and Synthesis: Use
brave_answersto get concise, cited responses on broad technical or historical topics. - Real-Time Data Retrieval: Utilize
brave_searchto pull current documentation, check for the latest package versions, or monitor live events. - Interface Enhancement: Integrate
brave_suggestinto custom agent workflows to provide predictive query completion, improving the user experience for search-heavy tasks.
Example Prompts
- "Perform a search for the latest documentation on React Server Components and summarize the key benefits for performance."
- "What are the most recent updates to the Python 3.12 release? Please provide an AI-generated answer with citations."
- "I'm looking for information on quantum computing; suggest some common search queries that would help me narrow down this broad topic."
Tips & Limitations
- API Usage: Monitor your Brave Search API usage regularly. Ensure your plan covers both standard search and the specialized AI answers endpoint.
- Precision: Use search operators like
site:to limit results to specific documentation domains, which helps improve the quality of AI-summarized responses. - Scope: Do not rely on this skill for tasks that can be resolved via the agent's internal memory or static context window to save on API costs and reduce latency.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-broedkrummen-brave-api-search": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Fast Unified Memory
Skill by broedkrummen
Repo Onboarding
Skill by broedkrummen
Overkill Memory System
Skill by broedkrummen
danish-news-aggregator
Comprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (top 30 sources) - danish-national.xml (newspapers) - danish-regional.xml (local news) - danish-sports.xml (sports) - danish-business.xml (finance) - danish-tech.xml (technology) - danish-english.xml (English-language Denmark) Auto-refreshes every 15 minutes, deduplicates, ranks by source authority.
overkill-mission-control
Comprehensive Mission Control dashboard for OpenClaw - monitor agents, automation, teams, documents, messages, and system metrics. Features real-time dashboards, agent-to-agent messaging, task execution, and enterprise-level monitoring.