Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dwsy avatar

Tavily Search Free

  • 98 installs
  • 17 repo stars
  • Updated July 25, 2026
  • dwsy/agent

Provides real-time web search optimized for LLMs and RAG via the Tavily MCP server, with multi-key rotation for concurrency, so a solo builder can give their agent live internet lookups.

About

tavily-search-free is a Claude Code skill that gives an agent real-time web search through the Tavily MCP server, returning clean results optimized for LLMs and RAG pipelines and supporting multi-key rotation for higher concurrency. A solo builder reaches for it to add live internet lookups and up-to-date research to their agent as a cost-effective alternative to raw search engines.

  • Real-time web search for RAG
  • Tavily MCP-based
  • Multi-key rotation for concurrency
  • LLM-optimized clean results

Tavily Search Free by the numbers

  • 98 all-time installs (skills.sh)
  • Ranked #4,332 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dwsy/agent --skill tavily-search-free

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs98
repo stars17
Last updatedJuly 25, 2026
Repositorydwsy/agent

What it does

Provides real-time web search optimized for LLMs and RAG via the Tavily MCP server, with multi-key rotation for concurrency, so a solo builder can give their agent live internet lookups.

Who is it for?

Builders adding live web search to an agent or RAG pipeline

Skip if: Offline agents with no network access

Files

SKILL.mdMarkdownGitHub ↗

Tavily Search Skill (MCP-based)

This skill utilizes the Tavily MCP server, providing clean, real-time web search results optimized for LLMs and RAG pipelines.

执行环境

路径类型路径基准目录
技能目录~/.pi/agent/skills/tavily-search-free/固定位置
主脚本~/.pi/agent/skills/tavily-search-free/executor.py技能目录
使用方式pi 自动调用或手动执行无需手动执行

API Key 配置

支持多 Key 轮询,提高请求并发能力。

配置方式:在 .env 文件中用逗号分隔多个 Key:

TAVILY_API_KEY=key1,key2,key3

查看 Key 状态

uv run executor.py --key-status

可用工具

工具描述
tavily_search网络搜索(新闻、事实、数据)
tavily_extract从 URL 提取内容(markdown/text)
tavily_crawl爬取网站(可配置深度)
tavily_map映射网站结构
tavily_research综合研究(多来源)

使用方式

方式 1:通过 pi 自动调用(推荐)

pi 会自动调用此技能进行网络搜索,无需手动执行命令。

方式 2:手动执行

# 从技能目录执行
cd ~/.pi/agent/skills/tavily-search-free

# 列出所有工具
uv run executor.py --list

# 搜索
uv run executor.py --call '{"tool": "tavily_search", "arguments": {"query": "搜索内容"}}'

# 提取 URL 内容
uv run executor.py --call '{"tool": "tavily_extract", "arguments": {"urls": ["https://example.com"]}}'

# 爬取网站
uv run executor.py --call '{"tool": "tavily_crawl", "arguments": {"url": "https://example.com", "max_depth": 2}}'

# 映射网站
uv run executor.py --call '{"tool": "tavily_map", "arguments": {"url": "https://example.com"}}'

# 综合研究
uv run executor.py --call '{"tool": "tavily_research", "arguments": {"input": "研究主题"}}'

参数说明

tavily_search

参数必填默认值说明
query-搜索查询内容
max_results5最大返回结果数量
search_depthbasic搜索深度:basic/advanced/fast/ultra-fast
time_rangenull时间范围:day/week/month/year

tavily_extract

参数必填默认值说明
urls-URL 列表
extract_depthbasic提取深度:basic/advanced
formatmarkdown输出格式:markdown/text

输出格式

脚本输出 JSON 格式,包含搜索结果或提取内容。

监控与统计

# 查看状态
uv run executor.py --status

# 查看统计
uv run executor.py --stats

# 查看日志
uv run executor.py --logs 100

路径说明

  • 脚本位置~/.pi/agent/skills/tavily-search-free/executor.py
  • 配置位置~/.pi/agent/skills/tavily-search-free/mcp-config.json
  • 环境变量~/.pi/agent/skills/tavily-search-free/.env
  • 依赖安装:使用 uv sync 自动管理

---

基于 Tavily MCP 服务器,支持 5 个工具,渐进式加载节省上下文

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.