← 返回 Skills 市场
Minimax Tavily Search
作者
Jack Zhang
· GitHub ↗
· v1.0.0
· MIT-0
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-tavily-search
功能描述
AI-optimized web search via Tavily API. Returns concise, relevant results for Minimax AI agents.
安全使用建议
This skill will send search queries and any URLs you pass to api.tavily.com using your TAVILY_API_KEY. Only install if you trust Tavily and are comfortable with those requests being handled by their service. Store the API key securely with least privilege and avoid using the extract command on private/internal URLs or sensitive documents. Note the package.json references a missing index.js (functional mismatch only). Confirm your Node runtime provides global fetch (Node 18+) before use.
功能分析
Type: OpenClaw Skill
Name: minimax-tavily-search
Version: 1.0.0
The skill bundle provides a legitimate interface for the Tavily Search API, allowing AI agents to perform web searches and content extraction. The scripts `search.mjs` and `extract.mjs` use standard Node.js fetch calls to communicate exclusively with official Tavily endpoints (api.tavily.com) and handle the API key via environment variables as expected. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name/description, declared requirements (node, TAVILY_API_KEY), and included scripts all align: both scripts call api.tavily.com endpoints and require the TAVILY_API_KEY. Nothing in the package or scripts requests unrelated cloud credentials or services.
Instruction Scope
Runtime instructions and scripts transmit queries and provided URLs to Tavily (search and extract endpoints) and print returned answers/snippets. This is expected, but note that the extract script posts arbitrary URLs you pass to the external Tavily service — avoid sending private/internal links or sensitive content.
Install Mechanism
No installer/downloads are used (no install spec). The skill is delivered as scripts and SKILL.md. package.json exists but there is no install step; minor inconsistency: package.json's main points at index.js which is not included, but this is a non-security functional mismatch.
Credentials
Only one credential is required: TAVILY_API_KEY (declared as primary). The scripts use only that env var. The requested secret is proportional to contacting Tavily's API.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide config or other skills' credentials. It can be invoked autonomously (platform default); that is expected but you should be aware it will use any provided TAVILY_API_KEY when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-tavily-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-tavily-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of minimax-tavily-search.
- Provides AI-optimized web search using the Tavily API, returning concise and relevant results.
- Supports customizable search with options for number of results, deep search, topic filtering (general/news), and date range for news.
- Includes a script to extract clean content from any URL.
- Requires a Tavily API key; designed for streamlined use by AI agents.
元数据
常见问题
Minimax Tavily Search 是什么?
AI-optimized web search via Tavily API. Returns concise, relevant results for Minimax AI agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Minimax Tavily Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-tavily-search」即可一键安装,无需额外配置。
Minimax Tavily Search 是免费的吗?
是的,Minimax Tavily Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Minimax Tavily Search 支持哪些平台?
Minimax Tavily Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Minimax Tavily Search?
由 Jack Zhang(@wenchao2046)开发并维护,当前版本 v1.0.0。
推荐 Skills