What problem does it solve? Developers building AI agents, RAG systems, or research pipelines often struggle to integrate web search and content extraction correctly, leading to wasted API credits, context window overflow, and unfocused results. This Skill provides production-ready guidance for the Tavily API so coding assistants implement integrations correctly the first time. ## Core Features & Use Cases - Method Selection Guidance: Clear decision tables for choosing between search(), extract(), crawl(), map(), and research() based on your task. - In-Depth API References: Detailed documentation covering query optimization, search depth tradeoffs, domain filtering, chunk-based extraction, crawl scoping, and structured research output. - Framework Integrations: Ready-to-use patterns for LangChain, LlamaIndex, CrewAI, Pydantic AI, Agno, Vercel AI SDK, Anthropic tool calling, OpenAI function calling, and Google ADK. - Use Case: You are building an agent that researches competitors. The Skill guides you to use research() with the pro model for multi-domain analysis, or to chain search() with score-based filtering and extract() with query reranking for a custom pipeline. ## Quick Start Ask your coding assistant to implement a Tavily web search integration for your agent following the tavily-best-practices skill guidelines.