← 返回 Skills 市场
ryan-wuxl

Tavily Search

作者 ryan-wuxl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
229
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-search-openclaw
功能描述
Tavily AI Search API integration for OpenClaw. Provides web search capabilities using Tavily's AI-powered search engine.
安全使用建议
What to consider before installing: - Confirm the GitHub homepage (https://github.com/ryan-wuxl/tavily-search) and review the repo to ensure it matches the SKILL.md and is trustworthy. - The SKILL.md expects a TAVILY_API_KEY and a Python package (tavily-python), but the registry metadata omitted these — verify you will provide the API key (env or openclaw.json) and that the runtime will have or will safely install the tavily-python package. - Storing the API key in ~/.openclaw/openclaw.json stores it in plaintext; if you prefer, provide the key via environment variable and/or use a scoped key with limited permissions and the ability to rotate it. - Because this is an instruction-only skill (no code shipped), it is low risk from arbitrary downloads, but the agent will contact Tavily's API when used — only install if you trust Tavily and you are comfortable with queries being sent to that external service. - If you have strict supply-chain or network policies, ask how/timing the tavily-python dependency will be installed (if needed) and consider reviewing that package before allowing installation.
功能分析
Type: OpenClaw Skill Name: tavily-search-openclaw Version: 1.0.0 The skill bundle is a standard integration for the Tavily AI Search API. It contains only metadata and documentation (SKILL.md) explaining how to configure the TAVILY_API_KEY and use the official 'tavily-python' library, with no executable code or suspicious instructions.
能力评估
Purpose & Capability
The skill's name/description (Tavily AI search) matches the instructions and example code (TavilyClient.search). However the registry metadata listed no required env vars while the SKILL.md metadata and usage clearly expect a TAVILY_API_KEY and a Python package (tavily-python). This metadata mismatch should be resolved but does not itself indicate malicious intent.
Instruction Scope
SKILL.md only instructs using the Tavily client, setting an API key via ~/.openclaw/openclaw.json or the TAVILY_API_KEY env var, and calling tavily_client.search(). It does not instruct reading unrelated files, touching unrelated credentials, or exfiltrating data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec. SKILL.md metadata lists a Python dependency (tavily-python) but provides no install steps. That is a harmless but important omission: the runtime must already have the dependency or the agent will need to install it (pip), which is not described here.
Credentials
The only secret the skill needs is a Tavily API key (TAVILY_API_KEY), which is appropriate for a web-search API integration. The concern is the registry metadata mismatch (declares no required env) vs SKILL.md declaring the key. Also SKILL.md suggests storing the key in ~/.openclaw/openclaw.json (plaintext config), so consider secret handling practices.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and only asks to enable itself in the user's OpenClaw config. That level of persistence is typical and proportional to the function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-search-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-search-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Tavily Search skill for OpenClaw. - Integrates Tavily AI-powered web search API. - Supports configuration via OpenClaw config file or environment variable. - Provides search options such as depth, result count, AI answers, and image inclusion. - Includes code examples and usage instructions in both English and Chinese.
元数据
Slug tavily-search-openclaw
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tavily Search 是什么?

Tavily AI Search API integration for OpenClaw. Provides web search capabilities using Tavily's AI-powered search engine. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 229 次。

如何安装 Tavily Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tavily-search-openclaw」即可一键安装,无需额外配置。

Tavily Search 是免费的吗?

是的,Tavily Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tavily Search 支持哪些平台?

Tavily Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tavily Search?

由 ryan-wuxl(@ryan-wuxl)开发并维护,当前版本 v1.0.0。

💬 留言讨论