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

Eve Research Supervisor Pro

EVE manages the full research lifecycle with Auto, Semi-Manual, or Manual modes to produce a publication-ready LaTeX paper from topic search to gap analysis.

Registry SourceRecently Updated
2491amzayn
Research

Knowledge Card Generator

Automation skill for Knowledge Card Generator.

Registry SourceRecently Updated
2280Profile unavailable
Research

Knowledge to ClawHub Skill Publisher

Turn a solved workflow into canonical knowledge docs and a self-contained ClawHub-publishable skill. 把一个已验证流程沉淀成规范知识文档,并打包成可发布到 ClawHub 的自包含 skill。

Registry SourceRecently Updated
1680Profile unavailable
Research

VNClaw Odoo Skill

Integrate with Odoo 17 via XML-RPC API. Use when: managing projects, tasks, calendar events, time off requests, helpdesk tickets, knowledge articles, documen...

Registry SourceRecently Updated
2240Profile unavailable