Claude-code-templates tavily-web
Web search, content extraction, crawling, and research capabilities using Tavily API
install
source · Clone the upstream repo
git clone https://github.com/davila7/claude-code-templates
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/davila7/claude-code-templates "$T" && mkdir -p ~/.claude/skills && cp -r "$T/cli-tool/components/skills/web-development/tavily-web" ~/.claude/skills/davila7-claude-code-templates-tavily-web && rm -rf "$T"
manifest:
cli-tool/components/skills/web-development/tavily-web/SKILL.mdsource content
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