tavily
3
总安装量
3
周安装量
#58108
全站排名
安装命令
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill tavily
Agent 安装分布
mcpjam
3
mistral-vibe
3
claude-code
3
junie
3
windsurf
3
zencoder
3
Skill 文档
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 <count>: Number of results (default: 5, max: 20)--deep: Use advanced search for deeper research (slower, more comprehensive)--topic <topic>: Search topic –general(default) ornews--days <n>: For news topic, limit to last n days
Extract content from URL
node {baseDir}/scripts/extract.mjs "https://example.com/article"
Notes:
- Needs
TAVILY_API_KEYfrom https://tavily.com - Tavily is optimized for AI – returns clean, relevant snippets
- Use
--deepfor complex research questions - Use
--topic newsfor current events