What problem does it solve? LLMs lack access to current information and cannot cite sources, producing outdated or unverifiable answers. This Skill provides ready-made pipeline patterns that combine web search, content extraction, and LLM generation into grounded, citation-backed responses. ## Core Features & Use Cases - Search + LLM Pipelines: Chain Tavily or Exa search results into Claude, GPT-4o, or Gemini prompts through the inference.sh belt CLI. - Multiple Pipeline Patterns: Includes templates for simple search-and-answer, multi-source research, URL content extraction, fact-checking, and full research report generation. - Use Case: A research assistant agent receives a claim to verify, searches for supporting and contradicting evidence via Tavily, then asks Claude Sonnet to produce a verdict with cited sources. ## Quick Start Run a Tavily search on your topic with the belt CLI, then pass the results into a Claude prompt asking for a cited summary.