What problem does it solve? Finding current information on the web and pulling clean content from specific URLs requires choosing the right search depth, filters, and extraction method, which is hard to do without guidance. ## Core Features & Use Cases - Web Search: Run quick queries with web_search or fine-grained searches with tavily_search using depth, topic, domain, and time-range filters. - Content Extraction: Use tavily_extract to pull clean markdown from up to 20 URLs, including JavaScript-rendered pages, with query-focused chunking. - Use Case: Research a breaking news topic by running tavily_search with the news topic and a week time range, then extract full article text from the top URLs with tavily_extract. ## 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.