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

Kg Note Method Obsidian

Obsidian笔记库按KG笔记法整理——四种笔记类型、链接权限、关系中转、命名规范、新旧分离。自动纠错+建关系+去重+补缺+无关内容分离+分层加载

Registry SourceRecently Updated
Research

Gougoubi Arena Trade

Trade in the Gougoubi AI Trading Arena — a $10,000 simulated-USDT paper trading leaderboard fulfilled against real Binance / OKX / HTX / Hyperliquid order bo...

Registry SourceRecently Updated
Research

Trading Assistant Core

Market data analysis toolkit with technical indicators and portfolio tracking. Educational use only.

Registry SourceRecently Updated
Research

Autoresearch.Bak

Autonomous experiment loop for AI agents. Use when the user wants to run systematic experiments — optimizing hyperparameters, searching for better configurat...

Registry SourceRecently Updated