What problem does it solve? Finding current information on the web and pulling clean content out of specific pages requires juggling search queries, result filtering, and page scraping. This Skill provides a structured way to run web searches with fine-grained controls and extract readable markdown content from URLs, including JavaScript-rendered pages. ## Core Features & Use Cases - Web Search with Controls: Run searches with depth levels (basic or advanced), topic filters (general, news, finance), time ranges, domain allow/block lists, and optional AI-generated answer summaries. - URL Content Extraction: Extract clean markdown from up to 20 URLs per request, with query-based chunk reranking to return only relevant sections and an advanced mode for JS-heavy pages and tables. - Escalation Workflow: Follow a simple-to-advanced pattern: quick lookup with web_search, controlled search with tavily_search, then full content retrieval with tavily_extract. - Use Case: Research a breaking news topic by running tavily_search with topic set to news and a week time range, then feed the top URLs into tavily_extract with a query to pull only the relevant passages. ## Quick Start Use the tavily skill to search for the latest news on renewable energy policy and extract the content of the top three result URLs.