v1.0.0

Tavily Web Search

arun-8687 arun-8687 ← All skills

AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.

Downloads
28.1k
Stars
108
Versions
1
Updated
2026-02-23

Install

npx clawhub@latest install tavily-search

Documentation

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) or news
  • ---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_KEY from https://tavily.com
  • -Tavily is optimized for AI - returns clean, relevant snippets
  • -Use --deep for complex research questions
  • -Use --topic news for current events

Launch an agent with Tavily Web Search on Termo.