
Tavily Web
- 265 installs
- 30.1k repo stars
- Updated August 4, 2026
- davila7/claude-code-templates
tavily-web is a Claude Code skill that adds Tavily API web search, content extraction, crawling, and research capabilities to agents and applications.
About
tavily-web is a davila7/claude-code-templates skill for Tavily-powered web search, content extraction, crawling, and research. Install with npx skills add -g BenedictKing/tavily-web, configure a Tavily API key, then use natural language in Claude Code for grounded retrieval and citation-friendly results. Developers reach for it when agents must answer with current web data, pull page content from URLs, or crawl sites instead of relying on stale model knowledge. Examples and patterns live in the BenedictKing/tavily-web GitHub repository referenced by the skill guide.
- Wires Tavily search API calls and auth
- Shapes queries for agent tool schemas
- Parses snippets and sources for grounding
- Handles errors, quotas, and fallback behavior
Tavily Web by the numbers
- 265 all-time installs (skills.sh)
- Ranked #2,478 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davila7/claude-code-templates --skill tavily-webAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 265 |
|---|---|
| repo stars | ★ 30.1k |
| Last updated | August 4, 2026 |
| Repository | davila7/claude-code-templates ↗ |
How do you add Tavily web search to Claude Code agents?
Integrate Tavily web search into agents and apps for grounded retrieval, citation-friendly results, and up-to-date answers beyond static training data.
Who is it for?
Agent developers who need current web retrieval, URL extraction, or crawling inside Claude Code workflows.
Skip if: Offline-only tools or projects forbidden from external network calls and paid search APIs.
When should I use this skill?
User needs web search, URL content extraction, site crawling, or research using the Tavily API.
What you get
Tavily-backed search results, extracted page content, crawl outputs, and agent prompts using live web data.
- Configured Tavily search integration
- Extracted web content for agent context
Files
tavily-web
Overview
Web search, content extraction, crawling, and research capabilities using Tavily API
When to Use
- When you need to search the web for current information
- When extracting content from URLs
- When crawling websites
Installation
npx skills add -g BenedictKing/tavily-webStep-by-Step Guide
1. Install the skill using the command above 2. Configure Tavily API key 3. Use naturally in Claude Code conversations
Examples
See GitHub Repository for examples.
Best Practices
- Configure API keys via environment variables
Troubleshooting
See the GitHub repository for troubleshooting guides.
Related Skills
- context7-auto-research, exa-search, firecrawl-scraper, codex-review
Related skills
How it compares
Choose tavily-web when you want a packaged Tavily integration skill for Claude Code rather than hand-rolling HTTP clients.
FAQ
How do you install tavily-web?
Install tavily-web with npx skills add -g BenedictKing/tavily-web, then configure a Tavily API key. The skill adds search, extraction, crawling, and research via the Tavily API in Claude Code.
When should I use tavily-web in agents?
Use tavily-web when agents need current web information, URL content extraction, or crawling. Skip it for offline workflows or environments that block external search APIs.