llm-context
Returns pre-extracted web content (text, tables, code blocks) from Brave Search, ranked by relevance and ready for LLM consumption.
Setup & Installation
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
Similar Skills
mcp-builder
A development guide for building MCP (Model Context Protocol) servers that connect LLMs to external APIs and services.
skill-creator
A skill for building, testing, and refining other skills.
template
A starter scaffold for building new agent skills.
answers
Provides AI-generated answers grounded in live web search results through Brave's OpenAI-compatible chat completions endpoint.
