search
Installation
SKILL.md
Search Skill
Search the web and get relevant results optimized for LLM consumption.
Prerequisites
Tavily API Key Required - Get your key at https://tavily.com
Add to ~/.claude/settings.json:
{
"env": {
"TAVILY_API_KEY": "tvly-your-api-key-here"
}
}