What problem does it solve? Agents lack native access to live web data, making it hard to search the internet, pull content from URLs, crawl documentation sites, or produce cited research. This Skill bridges that gap by exposing the Tavily CLI's LLM-optimized web capabilities through simple terminal commands. ## Core Features & Use Cases - Web Search: Run tvly search to find pages, answer questions, and discover sources on any topic, with JSON output for agentic workflows. - Content Extraction & Crawling: Use tvly extract for single URLs, tvly map to discover URLs on a domain, and tvly crawl to bulk-download entire site sections like documentation. - Deep Research: Use tvly research for multi-source synthesis with citations. - Use Case: A user asks to gather all pages from a vendor's docs site and summarize them. The agent runs tvly crawl "https://docs.example.com" --output-dir ./docs/, then reads the saved Markdown files to produce the summary. ## Quick Start Ask the agent to search the web for a topic or extract the content of a specific URL, for example: "Search the web for the latest LangGraph release notes and summarize the top results."