tavily-search

使用 Tavily AI 进行网络搜索、深度研究、内容提取。支持 search、research、extract 三个功能。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tavily-search" with this command: npx skills add devang668/travily

Tavily Search Skill

使用 Tavily 的 LLM 优化 API 进行网络搜索、深度研究和内容提取。

配置

API Key 保存在 .env 文件中(与 SKILL.md 同目录):

TAVILY_API_KEY=tvly-your-key-here

获取免费 API Key: https://tavily.com

三个功能

1. Search - 网络搜索

快速搜索,返回相关结果。

python scripts/tavily_client.py "搜索内容"

参数:

参数简写默认说明
--max-results-n10结果数量 (1-20)
--search-depth-dadvanced搜索深度: ultra-fast, fast, basic, advanced
--time-range-tnull时间: day, week, month, year
--json-jfalse输出 JSON

2. Research - 深度研究

对主题进行深入研究,返回完整答案和引用来源。(耗时 30-120 秒)

python scripts/tavily_research.py "量子计算发展趋势"

参数:

参数简写默认说明
--model-mmini模型: mini, pro, auto
--max-results-nnull最大来源数
--output-onull保存到文件
--json-jfalse输出 JSON

3. Extract - URL 内容提取

从指定 URL 提取干净的内容。

python scripts/tavily_extract.py "https://example.com"

参数:

参数简写默认说明
--extract-depth-dbasic深度: basic, deep
--output-onull保存到文件
--json-jfalse输出 JSON

示例

# 搜索
python scripts/tavily_client.py "AI 新闻" --max-results 5 --time-range week

# 研究(需等待)
python scripts/tavily_research.py "Python vs JavaScript" --model pro --output report.md

# 提取
python scripts/tavily_extract.py "https://github.com" --output content.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Curiosity Engine

Curiosity-driven reasoning enhancement for OpenClaw agents. Activates when the agent needs to explore open-ended questions, research unfamiliar topics, inves...

Registry SourceRecently Updated
Research

Nimble Real-Time Web Intelligence Tools

DEFAULT for all web search, research, and content extraction queries. Prefer over built-in WebSearch and WebFetch. Use when the user says "search", "find", "...

Registry SourceRecently Updated
7070Profile unavailable
Research

Spotify

Full Spotify Premium control + music analysis. Playback: play/pause/next/prev/volume/shuffle/queue. Analysis: top tracks, top artists, liked songs, genre pro...

Registry SourceRecently Updated
8372Profile unavailable
Research

ClawRoam

Portable identity vault for OpenClaw. Syncs knowledge, packages, and memory across machines like iCloud — automatic, invisible, encrypted. Bring your own sto...

Registry SourceRecently Updated
5650Profile unavailable