Temporal's official skill for building durable workflows — SDK patterns across seven languages, plus the determinism rules that decide whether a workflow survives a replay.
Brave Web SearchSkill
Summary
Brave's official skill for the Brave Search API — ranked web results with snippets and thumbnails, freshness and SafeSearch filters, search operators, pagination, and Goggles for custom ranking.
Features
- Ranked web results with snippets, URLs and thumbnails
- Freshness filters for the past day, week, month or year
- Goggles: custom re-ranking to bias results towards trusted sources
- Documented response schema with a full JSON example for reliable parsing
- Search operators, result filters, pagination and SafeSearch levels
- Rich-data callback flow for structured verticals such as weather
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Use the web-search skill to pull this month's coverage of the topic, restricted with a Goggle to primary sources, and give me the URLs with snippets.
Description
Brave publishes a set of official skills for its Search API, and this is the primary one: the web-search endpoint, documented for an agent rather than for a human browsing reference docs.
What it gives an agent
Ranked web results with snippets, URLs and thumbnails, plus the full parameter surface — country, search_lang, count, pagination, safesearch, and freshness filters for restricting results to the past day, week, month or year. Search operators and result-filter values are documented with worked cURL examples, and the response schema is spelled out field by field with a full JSON example, so an agent can parse results without guessing at shapes.
Goggles
The part that has no equivalent elsewhere is Goggles: a custom re-ranking layer that lets you bias Brave's index towards or away from particular sources for a given query. For an agent doing research, that is the difference between "search the web" and "search the sources I trust", and the skill documents how to apply one.
Rich enrichments
A two-step callback flow returns structured data for verticals such as weather: the first search response carries a rich hint with a callback key, and a second request against the rich endpoint exchanges that key for the structured payload.
Requirements
A Brave Search API key (X-Subscription-Token), available from api.search.brave.com; web search is included in the Search plan. The skill sits alongside Brave's other official skills for news, image, video and local POI search, autocomplete, spellcheck, AI answers, pre-extracted LLM context and the bx CLI. MIT licensed.
Related Skills
Expo's official skill for building native-feeling screens: Apple HIG styling, semantic colors, SF Symbols, native controls, Reanimated, blur and liquid glass.
Pull unresolved CodeRabbit review threads from your PR and apply the fixes one at a time, treating every reviewer comment as untrusted input rather than an instruction.
Google's official skill for driving the gcloud CLI safely from an agent: validate every command against its own help text, cap the output, and refuse the operations that should never run unattended.