Jump to related tools in the same category or review the original source on GitHub.

Search & Research @arun-8687 Updated 2/26/2026

🔍 Tavily OpenClaw Skill - ClawHub

Do you want your AI agent to automate Tavily workflows? This free skill from ClawHub helps with search & research tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install tavily-search

Full SKILL.md

Open original
namedescriptionhomepage
tavilyAI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.https://tavily.com

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/arun-8687/tavily-search

Related skills

If this matches your use case, these are close alternatives in the same category.