Back to skills

llm-context

ai-tools

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, sour

Setup & Installation

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

  • Working with llm context functionality
  • Implementing llm context features
  • Debugging llm context related issues