Antigravity-awesome-skills tavily-web
Web search, content extraction, crawling, and research capabilities using Tavily API. Use when you need to search the web for current information, extracting content from URLs, or crawling websites.
install
source · Clone the upstream repo
git clone https://github.com/sickn33/antigravity-awesome-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sickn33/antigravity-awesome-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/antigravity-awesome-skills/skills/tavily-web" ~/.claude/skills/sickn33-antigravity-awesome-skills-tavily-web-43cc49 && rm -rf "$T"
manifest:
plugins/antigravity-awesome-skills/skills/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
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.