deal-hunt
Installation
SKILL.md
Deal Hunt
Search for deals on any product. Returns raw Tavily search results - Claude analyzes them to find the best prices.
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"
}
}