← 返回 Skills 市场
mydearzsy

Tavily + Zhipu Web Search

作者 mydearzsy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-zhipu-search
功能描述
统一网络搜索(Tavily 优先 + 智谱兜底)。当用户需要搜索最新新闻、实时信息、查询网络资料时使用此 skill。优先 Tavily(分钟级实时),失败自动回退智谱 MCP web_search_prime(Coding Plan 免费额度)。
安全使用建议
This skill appears to do exactly what it claims: send your query to Tavily first and fall back to Zhipu. Before installing, decide whether you trust the external services (api.tavily.com and open.bigmodel.cn) to handle your queries. If you do not want this skill to read keys from your OpenClaw config, set ZHIPU_API_KEY explicitly or remove sensitive apiKey entries from ~/.openclaw/openclaw.json. No installers or hidden downloads are present, and the skill does not request unrelated credentials or system changes.
功能分析
Type: OpenClaw Skill Name: tavily-zhipu-search Version: 1.0.0 The skill implements a web search tool using Tavily with a fallback to Zhipu AI. It is classified as suspicious because the script `scripts/search.py` programmatically accesses and parses the sensitive global configuration file `~/.openclaw/openclaw.json` to extract API keys. While this behavior is mentioned in `SKILL.md` as a convenience feature, accessing a central configuration file that may contain multiple credentials is a high-risk capability. The script communicates with legitimate search endpoints at api.tavily.com and open.bigmodel.cn and does not show evidence of intentional data exfiltration to unauthorized third parties.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the bundled Python script all implement a unified web search using Tavily (primary) and Zhipu (fallback). Required inputs (TAVILY_API_KEY, ZHIPU_API_KEY or reading openclaw.json) are consistent with that purpose.
Instruction Scope
Runtime instructions direct the agent to run the included Python script which performs network calls to the documented endpoints (api.tavily.com and open.bigmodel.cn). The script also attempts to read ~/.openclaw/openclaw.json to find a Zhipu key if ZHIPU_API_KEY is not set; this behaviour is documented in SKILL.md but is the only non-network file read.
Install Mechanism
No install spec; the skill is instruction-only with a single Python script. Nothing is downloaded or written to disk by an installer.
Credentials
The skill does not require global credentials; it uses TAVILY_API_KEY and ZHIPU_API_KEY as expected. One caveat: if ZHIPU_API_KEY is not set the script will parse ~/.openclaw/openclaw.json and return the first apiKey it finds under providers 'generic' or 'glm' — this can surface keys stored for other providers if present. This behavior is documented but users should be aware.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It does not persist tokens or alter configuration beyond reading the openclaw.json config file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-zhipu-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-zhipu-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Unified web search: Tavily primary, Zhipu MCP fallback. Zero hardcoded keys.
元数据
Slug tavily-zhipu-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tavily + Zhipu Web Search 是什么?

统一网络搜索(Tavily 优先 + 智谱兜底)。当用户需要搜索最新新闻、实时信息、查询网络资料时使用此 skill。优先 Tavily(分钟级实时),失败自动回退智谱 MCP web_search_prime(Coding Plan 免费额度)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 Tavily + Zhipu Web Search?

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

Tavily + Zhipu Web Search 是免费的吗?

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

Tavily + Zhipu Web Search 支持哪些平台?

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

谁开发了 Tavily + Zhipu Web Search?

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

💬 留言讨论