π¦ ClawHub
Tavily Search 1.0.0
by @huihui-hb
AI-optimized web search using Tavily API providing concise, relevant results and optional deep or topic-specific queries for AI agents.
TERMINAL
clawhub install tavily-search-1-0-0π About This Skill
name: tavily description: AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents. homepage: https://tavily.com metadata: {"clawdbot":{"emoji":"π","requires":{"bins":["node"],"env":["TAVILY_API_KEY"]},"primaryEnv":"TAVILY_API_KEY"}}
Tavily Search
AI-optimized web search using Tavily API. Designed for AI agents - returns clean, relevant content.
Search
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --deep
node {baseDir}/scripts/search.mjs "query" --topic news
Options
-n : Number of results (default: 5, max: 20)--deep: Use advanced search for deeper research (slower, more comprehensive)--topic : Search topic - general (default) or news--days : For news topic, limit to last n daysExtract content from URL
node {baseDir}/scripts/extract.mjs "https://example.com/article"
Notes:
TAVILY_API_KEY from https://tavily.com--deep for complex research questions--topic news for current eventsβοΈ Configuration
-n : Number of results (default: 5, max: 20)--deep: Use advanced search for deeper research (slower, more comprehensive)--topic : Search topic - general (default) or news--days : For news topic, limit to last n days