tavily

Query the Tavily API for AI-optimized web search results and source snippets.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/papachong/RHClaw --skill tavily-papachong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily
Source: https://github.com/papachong/RHClaw/tree/main/RHClaw-Desktop/src-tauri/skills/tavily-search
Command: npx skills add https://github.com/papachong/RHClaw --skill tavily-papachong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provide clean, concise, and AI-friendly web search results so agents and pipelines can avoid noisy, irrelevant links and extract useful content quickly.

Core Features & Use Cases

  • AI-optimized search: Query the Tavily API to obtain concise answers and relevance-scored sources tailored for agent consumption.
  • Configurable retrieval: Control result count, deep search, topic (general or news), and time-window for news, and extract full content from URLs when needed.
  • Use Case: Integrate into agent workflows for research briefs, news monitoring, or feeding source snippets into downstream summarization and analysis tasks.

Quick Start

Set the TAVILY_API_KEY environment variable and invoke the skill's search script with a natural language query to receive concise AI-optimized search results.

Frequently Asked Questions about tavily

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get AI-optimized web search results for agent consumption?

AI-optimized web search delivers concise answers and relevance-scored source snippets by querying the Tavily API with a natural language query, returning clean data tailored for agent pipelines.

What's the best way to monitor news and extract web content using NodeJS?

Use NodeJS helper scripts to query the Tavily API for news monitoring and URL content extraction. You can configure topic selection, time windows, and deep search to retrieve relevant articles.

Do I need an API key to retrieve information from the web for research briefs?

Yes, you need a valid TAVILY_API_KEY environment variable set to authenticate information retrieval requests and receive AI-generated answers and source lists for research briefs.

Can I control the search depth and result count for web search queries?

Configurable retrieval supports adjusting result count, enabling deep search, selecting topics like general or news, and setting time windows for news to refine web search query outputs.

Why use AI-optimized search instead of standard search for downstream tasks?

AI-optimized search avoids noisy, irrelevant links by providing clean, concise source snippets. This allows pipelines to extract useful content quickly for downstream summarization and analysis tasks.