Brave/answers — Agent Skills | officialskills.sh
Back to skills

answers

communityai-tools

Provides AI-generated answers grounded in live web search results through Brave's OpenAI-compatible chat completions endpoint.

Setup & Installation

npx skills add https://github.com/brave/brave-search-skills --skill answers
or paste the link and ask your coding assistant to install it
https://github.com/brave/brave-search-skills/tree/main/skills/answers
View on GitHub

What This Skill Does

Provides AI-generated answers grounded in live web search results through Brave's OpenAI-compatible chat completions endpoint. It has two modes: a fast single-search mode for quick answers, and a research mode that runs multiple iterative searches to synthesize a thorough, cited response.

It gives you web-grounded, cited answers through a familiar OpenAI-compatible API, so you skip building your own search-then-summarize pipeline.

When to use it

  • Getting a cited summary of a breaking news topic
  • Running deep multi-source research on a technical comparison question
  • Adding web-grounded Q&A to an existing OpenAI SDK-based chatbot by swapping the base URL
  • Looking up current stats or facts that an LLM's training data wouldn't cover
  • Generating a research brief with source citations for a report