davila7 / tavily-web
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/tavily-web && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1669" && unzip -o skill.zip -d .claude/skills/tavily-web && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/tavily-web/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Web search, content extraction, crawling, and research capabilities using Tavily API
0 views
0 installs
Skill Content
--- name: tavily-web description: Web search, content extraction, crawling, and research capabilities using Tavily API --- # 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 ```bash npx skills add -g BenedictKing/tavily-web ``` ## Step-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](https://github.com/BenedictKing/tavily-web) 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