Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
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
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
