← 返回 Skills 市场
Tavily AI Search
作者
bert-builder
· GitHub ↗
· v1.0.0
46920
总下载
36
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily
功能描述
AI-optimized web search using Tavily Search API. Use when you need comprehensive web research, current events lookup, domain-specific search, or AI-generated answer summaries. Tavily is optimized for LLM consumption with clean structured results, answer generation, and raw content extraction. Best for research tasks, news queries, fact-checking, and gathering authoritative sources.
安全使用建议
Install this only if you are comfortable sending search queries and selected options to Tavily under your API key. Avoid using it with secrets, private internal documents, regulated data, or sensitive personal information, and treat search results or URLs fetched with curl as untrusted content. Pin or review the tavily-python dependency in stricter environments.
功能分析
Type: OpenClaw Skill
Name: tavily
Version: 1.0.0
The skill bundle provides a Python script for interacting with the Tavily search API, which appears benign and correctly handles API keys. However, the `SKILL.md` documentation includes an 'Integration Patterns' example demonstrating how to chain the search results with `jq` and `curl` to fetch raw content from URLs (`scripts/tavily_search.py "React documentation" --json | jq -r '.results[].url' | xargs -I {} curl -s {}`). While presented as a legitimate content extraction method, this example highlights the agent's capability to execute arbitrary network requests (`curl`) based on search results, which is a high-risk primitive that could be exploited by a malicious prompt to access or exfiltrate data from unintended external or internal network resources. This capability, though not explicitly malicious in its stated purpose, makes the skill suspicious due to the potential for misuse via prompt injection.
能力评估
Purpose & Capability
The documentation, reference file, and Python script consistently implement Tavily search, answer summaries, domain filters, images, news mode, and optional raw content retrieval.
Instruction Scope
The routing language is broad for research and fact-finding, and examples include curling result URLs; these are purpose-aligned but users should avoid sending sensitive prompts or blindly fetching untrusted URLs.
Install Mechanism
There is no automatic installer; the skill instructs users to install the unpinned tavily-python package manually, so dependency review or pinning is left to the user.
Credentials
A Tavily API key is expected and disclosed; the script reads only an explicit --api-key value or TAVILY_API_KEY and sends search parameters to Tavily.
Persistence & Privilege
The artifacts show no persistence, background worker, privilege escalation, destructive file operations, local indexing, or credential-store harvesting.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tavily - 安装完成后,直接呼叫该 Skill 的名称或使用
/tavily触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: AI-optimized web search with basic/advanced modes, domain filtering, news search, image search, and AI answer generation.
元数据
常见问题
Tavily AI Search 是什么?
AI-optimized web search using Tavily Search API. Use when you need comprehensive web research, current events lookup, domain-specific search, or AI-generated answer summaries. Tavily is optimized for LLM consumption with clean structured results, answer generation, and raw content extraction. Best for research tasks, news queries, fact-checking, and gathering authoritative sources. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46920 次。
如何安装 Tavily AI Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tavily」即可一键安装,无需额外配置。
Tavily AI Search 是免费的吗?
是的,Tavily AI Search 完全免费(开源免费),可自由下载、安装和使用。
Tavily AI Search 支持哪些平台?
Tavily AI Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tavily AI Search?
由 bert-builder(@bert-builder)开发并维护,当前版本 v1.0.0。
推荐 Skills