Back to skills

answers

ai-tools

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 rese

Setup & Installation

npx skills add https://github.com/brave/answers --skill answers
or paste the link and ask your coding assistant to install it
https://github.com/brave/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

  • Working with answers functionality
  • Implementing answers features
  • Debugging answers related issues