← 返回 Skills 市场
pazzilivo

Tavily Search with Multi-Key

作者 Pazzilivo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
292
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-search-with-multi-key
功能描述
Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable...
安全使用建议
This skill appears to do exactly what it says: send queries to a Tavily API using an API key and return results. Before installing, confirm you trust api.tavily.com and are comfortable providing an API key. Note the skill may read keys from ~/.openclaw/.env and will create/write ~/.openclaw/.tavily-index to rotate multiple keys — if you prefer not to store keys in your home directory, supply the key only as an environment variable or review/modify the script. Also verify the Tavily service's terms and limits (and consider using a key with limited scope/quota). The registry metadata not listing the required env vars is a minor but notable inconsistency; review the script yourself if you have security concerns.
功能分析
Type: OpenClaw Skill Name: tavily-search-with-multi-key Version: 1.0.0 The skill bundle provides a legitimate utility for performing web searches via the Tavily API. The Python script (scripts/tavily_search.py) implements a round-robin key rotation mechanism by reading from environment variables or a local configuration file (~/.openclaw/.env) and tracking state in a local index file, which is consistent with the documented functionality. There is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description match the included script and instructions (it calls Tavily's search API). Minor metadata mismatch: the registry metadata lists no required env vars, but SKILL.md and the script expect TAVILY_API_KEY or TAVILY_API_KEYS.
Instruction Scope
SKILL.md only instructs running the bundled Python script. The script's actions (reading keys, POSTing to Tavily, returning results) stay within the described search purpose and do not attempt to read unrelated user data.
Install Mechanism
No install spec; this is instruction-only plus an included script. No external downloads or installs are performed by the skill itself.
Credentials
The script requires TAVILY_API_KEY or TAVILY_API_KEYS (reasonable for a third-party search API). It will also read ~/.openclaw/.env (if present) and writes a small state file ~/.openclaw/.tavily-index to rotate keys — this local file access is proportionate but should be noted. The registry did not declare these env/config expectations.
Persistence & Privilege
always is false and the skill only writes its own state file under ~/.openclaw; it does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-search-with-multi-key
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-search-with-multi-key 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Tavily Search skill for web search via the Tavily API. - Supports both multi-key and single-key API modes. - Provides several output formats: raw JSON, Brave-compatible schema, and Markdown list. - Returns concise search results: title, URL, and snippet, with optional short answer summaries. - Designed as an alternative to Brave web_search, especially when Brave is unavailable or undesired.
元数据
Slug tavily-search-with-multi-key
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tavily Search with Multi-Key 是什么?

Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。

如何安装 Tavily Search with Multi-Key?

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

Tavily Search with Multi-Key 是免费的吗?

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

Tavily Search with Multi-Key 支持哪些平台?

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

谁开发了 Tavily Search with Multi-Key?

由 Pazzilivo(@pazzilivo)开发并维护,当前版本 v1.0.0。

💬 留言讨论