From tavily-tools
This skill should be used when user asks to "search the web", "fetch content from URL", "extract page content", "use Tavily search", "scrape this website", "get information from this link", or "web search for X".
npx claudepluginhub funsaized/claude-and-codex-settings --plugin tavily-toolsThis skill uses the workspace's default tool permissions.
Use Tavily MCP tools for web search and content retrieval operations.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Use Tavily MCP tools for web search and content retrieval operations.
mcp__tavily__tavily_search)Use for:
Best for: Initial research, finding sources, broad queries
mcp__tavily__tavily-extract)Use for:
Best for: In-depth analysis, specific URL content, detailed information
tavily_extract_to_advanced.py hook automatically upgrades extract calls to advanced mode for better accuracy when needed.
mcp__tavily__tavily_search for discovery phasemcp__tavily__tavily-extract for detailed content on specific URLsTavily MCP requires:
TAVILY_API_KEY - API key from Tavily (tvly-...)Configure in shell before using the plugin.