Brave/llm-context — Agent Skills | officialskills.sh
Back to skills

llm-context

communityai-tools

Returns pre-extracted web content (text, tables, code blocks) from Brave Search, ranked by relevance and ready for LLM consumption.

Setup & Installation

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

What This Skill Does

Returns pre-extracted web content (text, tables, code blocks) from Brave Search, ranked by relevance and ready for LLM consumption. Supports GET and POST requests with configurable token budgets, source filtering via Goggles, and location-aware local results.

Skips the scrape-parse-chunk pipeline entirely by returning clean, relevance-ranked text chunks you can drop straight into a prompt.

When to use it

  • Grounding chatbot answers with fresh web content instead of stale training data
  • Feeding search results into a RAG pipeline without writing your own scraper
  • Restricting LLM context to specific domains like official docs or academic sources
  • Looking up local business info and POI data for location-aware AI assistants
  • Fact-checking claims by pulling current web content into your prompt