tavily-web
How to Install
This skill comes from a community source. Check the original listing for install instructions.
General Claude Code install: copy SKILL.md to ~/.claude/skills/
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-web
Step-by-Step Guide
- Install the skill using the command above
- Configure Tavily API key
- 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
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Details
| Category | AI/ML → AI Agents |
| Source | community |
| Stars | N/A |
| Risk Level | N/A |
Related Skills
exa-search
Semantic search, similar content discovery, and structured research using Exa API. Use when you need
vector-index-tuning
Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters,
similarity-search-patterns
Implement efficient similarity search with vector databases. Use when building semantic search, impl
embedding-strategies
Guide to selecting and optimizing embedding models for vector search applications.