llm-context

Retrieve pre-extracted web content with text, tables, and code for LLM grounding.

164|11|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/brave/brave-search-skills --skill llm-context-brave
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-context
Source: https://github.com/brave/brave-search-skills/tree/main/skills/llm-context
Command: npx skills add https://github.com/brave/brave-search-skills --skill llm-context-brave

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides pre-extracted, relevance-ranked web content optimized for grounding LLM responses, enabling AI agents to reason directly over real-time search results without needing to parse raw HTML.

Core Features & Use Cases

  • Direct Content Extraction: Retrieves text, tables, and code blocks directly from web pages, bypassing the need for LLMs to scrape and parse HTML.
  • Optimized for LLMs: Content is pre-processed and structured for efficient ingestion by AI models.
  • RAG & AI Agents: Ideal for building Retrieval Augmented Generation pipelines and empowering AI agents with up-to-date information.
  • Custom Ranking with Goggles: Allows fine-grained control over data sources used for grounding.

Quick Start

Use the llm-context skill to get pre-extracted web content for the query "tallest mountains in the world".

Frequently Asked Questions about llm-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get pre-extracted web content for LLM grounding without parsing raw HTML?

To get pre-extracted web content for LLM grounding, you can use this Skill to retrieve structured text, tables, and code blocks directly. It bypasses raw HTML parsing, providing optimized data for AI agents to reason over real-time search results.

Can I use this to build a RAG pipeline with real-time search results?

Yes, you can build a RAG pipeline with real-time search results using this Skill. It supplies pre-processed, relevance-ranked web content ideal for Retrieval Augmented Generation, enabling models to ingest up-to-date information efficiently.

What is the best way to extract text and tables from web pages for AI agents?

The best way to extract text and tables for AI agents is retrieving pre-extracted content via GET or POST requests. This approach delivers structured data directly from web pages, optimized for immediate model ingestion and reasoning.

Does this support custom ranking to control data sources for RAG applications?

Yes, it supports custom ranking to control data sources for RAG applications. You can use Goggles to apply fine-grained control over the relevance and selection of web content used for grounding your AI models.

Are there limitations when using pre-extracted web content for LLM context?

A limitation when using pre-extracted web content for LLM context is that adjustable context size parameters must be managed to fit model token limits. You are restricted to the extracted text, tables, and code provided, without raw HTML access.