Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

tavily-search-and-fetchTavily 搜索 AND fetch

Agent Skill

tavily-search-and-fetch 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

903

周安装

38

GitHub Stars

公开资料未说明

下载量

316
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tavily-search-and-fetch(Tavily 搜索 AND fetch)
来源仓库:https://github.com/rioiart/tavily-skill
仓库路径:skills/tavily-search-and-fetch
安装命令:
npx skills add https://github.com/rioiart/tavily-skill --skill tavily-search-and-fetch
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/rioiart/tavily-skill --skill tavily-search-and-fetch

简介

Tavily 搜索并获取相关网络内容,适用于需要实时信息检索的场景。

  • 适合在关键词查询、事实核查或背景资料收集中快速定位候选结果。
  • 通过 GitHub 仓库安装,支持 Codex、Claude、Cursor 等宿主环境调用。
  • 需确认 API 密钥配置和网络访问权限,注意搜索结果的真实性与时效性。
  • tavily-search-and-fetch 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Tavily Researcher

Web research via Tavily's LLM-optimized APIs: search, extract, sitemap, and research.

Setup

Requires TAVILY_API_KEY environment variable. Get a free key (1000 credits/month) at https://app.tavily.com

Choosing the Right Tool

NeedScript
Web search resultstavily_search.sh
Content from specific URLstavily_extract.sh
Discover URLs on a site (fast)tavily_sitemap.sh
AI-synthesized report with citationstavily_research.sh

Quick Start

Search

scripts/tavily_search.sh "What is retrieval augmented generation?" --include-answer

News Search

scripts/tavily_search.sh "AI regulation updates" --topic news --time-range week

Extract Content from URLs

scripts/tavily_extract.sh https://example.com/article1 https://example.com/article2

Discover URLs on a Site

scripts/tavily_sitemap.sh https://docs.example.com --max-depth 2 --limit 100

AI Research Report

scripts/tavily_research.sh "Compare LangGraph vs CrewAI for multi-agent systems" --model pro

Scripts

tavily_search.sh

Standard web search. Returns titles, URLs, snippets, and optional AI answer.

Key options:

  • --depth ultra-fast|fast|basic|advanced — Trade speed for relevance
  • --topic general|news|finance — Optimize for content type
  • --include-answer — Get AI-generated summary
  • --include-raw-content — Get full page content
  • --time-range day|week|month|year — Filter by recency
  • --chunks-per-source N — Chunks per source (1-5, advanced/fast)
  • --include-domains / --exclude-domains — Filter sources

tavily_extract.sh

Extract full content from specific URLs (up to 20 at once).

Key options:

  • --depth basic|advanced — Use advanced for JS-heavy pages
  • --query TEXT — Rerank chunks by relevance
  • --chunks-per-source N — Return only relevant chunks (1-5, requires --query)
  • --format markdown|text — Output format

tavily_sitemap.sh

Discover URLs on a website without extracting content. Faster than crawl — use to understand site structure first.

Key options:

  • --max-depth N — Crawl depth 1-5 (start with 1)
  • --limit N — Total URLs cap (default: 50)
  • --instructions TEXT — Focus on specific types of pages

tavily_research.sh

AI-synthesized research with citations. Takes 30-120 seconds.

Key options:

  • --model mini|pro|auto — mini for focused queries, pro for comprehensive analysis
  • --citation-format numbered|mla|apa|chicago
  • --output-schema JSON — Get structured JSON output
  • --output-file PATH — Save results to file

Cost Optimization

TaskRecommended ApproachCredits
Quick fact checktavily_search.sh --include-answer1
Deeper searchtavily_search.sh --depth advanced2
Full article contenttavily_extract.sh <urls>1 per 5 URLs
Discover site URLstavily_sitemap.sh1
AI research reporttavily_research.shvaries

Domain-Specific Search

# Only search specific sites
scripts/tavily_search.sh "async python" --include-domains docs.python.org,realpython.com

# Exclude unreliable sources
scripts/tavily_search.sh "health advice" --exclude-domains reddit.com,quora.com

API Reference

See references/api_reference.md for full parameter documentation.

适合场景

01

研究助手

02

事实核查

03

知识库问答

04

带来源的搜索总结

能力概览

能力 1

组合搜索和大模型调用

能力 2

支持多来源检索和总结

能力 3

强调引用来源和事实核查

能力 4

适合研究型 Agent 流程

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.14%
按下载量换算121

Claude

26.96%
按下载量换算85

Cursor

19.17%
按下载量换算61

Gemini CLI

8.74%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills