What problem does it solve? Built-in web extraction tools in this deployment are not configured and fail, leaving no working way to search the web or fetch page content. This Skill routes research through the in-pod web-tools stack so search and extraction work without external API keys. ## Core Features & Use Cases - Meta Search: Query SearXNG for aggregated results from Google, DuckDuckGo, Brave, Bing, and Wikipedia. - Fast Extraction: Pull article text, title, author, and date from any URL using Trafilatura. - JS-Rendered Fallback: Render JavaScript-heavy pages and SPAs with Playwright when static extraction returns nothing. - Use Case: A user asks for current information on a topic. Search SearXNG for relevant URLs, extract the top results with Trafilatura, fall back to Playwright for any JS-rendered pages, then synthesize an answer with cited sources. ## Quick Start Research the latest developments in local LLM inference and summarize the top three sources with links.