HomeBrowseUpload
← Back to registry
// Skill profile

Tavily Search

name: tavily

by cp33333333333 · published 2026-03-22

数据处理API集成
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:cp33333333333/cp33333333333-tavily-search1
View on GitHub
// Full documentation

---

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 <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
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band