← 返回 Skills 市场
hulinying

ZhiPu Search

作者 kevin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
303
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zhipu-ai-search
功能描述
智谱搜索,调用智谱 Web Search API,支持多引擎(智谱标准/高阶/搜狗/夸克),返回结构化结果,适合大模型处理。
安全使用建议
This skill appears to do what it says (call Zhipu web_search with an API key), but review the following before installing: - The SKILL.md message 'do not read/output/modify config.json' contradicts the script, which will read ../config.json if ZHIPU_API_KEY is not set. Confirm whether you want the key in an env var only, or allow a local config.json file. If you keep a config.json, store it outside version control and restrict filesystem permissions. - The script calls open.bigmodel.cn over HTTPS; ensure you trust that endpoint and the API key provider. Keep your ZHIPU_API_KEY secret and do not paste it into public repos or logs. - The SKILL.md and code have a small path mismatch (SKILL.md mentions /paas/v4/web_search while the code posts to /api/paas/v4/web_search). This is likely benign but worth verifying against provider docs/test calls. - If you require stronger guarantees that the key will not be read from disk, modify the script to refuse falling back to config.json. If you are not comfortable with the config.json fallback, run the script in an environment where ZHIPU_API_KEY is set and no config.json is present, or edit the script to remove the fallback. Reviewing the code is straightforward (it's short) and recommended before use.
功能分析
Type: OpenClaw Skill Name: zhipu-ai-search Version: 1.0.0 The skill is a legitimate implementation for interacting with the Zhipu AI Web Search API. The Node.js script (scripts/search.js) uses standard libraries to perform authenticated HTTPS requests to the official endpoint (open.bigmodel.cn) and includes safety instructions in SKILL.md to prevent the AI agent from leaking sensitive API keys.
能力评估
Purpose & Capability
Name/description, required environment variable (ZHIPU_API_KEY in _meta.json), and the included script all align: this skill exists to call Zhipu's web_search API and only requires the provider API key. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md contains conflicting guidance: it documents config.json as an alternate way to supply the API key, but also states (in Chinese) 'config.json contains sensitive information, do not read, output, or modify'. Meanwhile scripts/search.js will read config.json (../config.json) if the ZHIPU_API_KEY env var is not present. This contradiction could lead to accidental leakage or misunderstood expectations about where the key is stored and who/what may read it.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded or written during installation. This is the lowest-risk install model.
Credentials
Only one credential is required (ZHIPU_API_KEY), declared in _meta.json as primaryEnv; that is proportionate and expected for a web-search API client. The script reads the env var at runtime (or falls back to a local config.json).
Persistence & Privilege
The skill does not request permanent/always-enabled presence (always:false). It does not modify other skills or system-wide settings. Autonomous invocation remains enabled by default but is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zhipu-ai-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zhipu-ai-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Major update: Migrated from Bash scripts to Node.js for improved flexibility and multi-engine support. - Added Node.js search script (`scripts/search.js`) with structured JSON output. - Support for multiple search engines (Zhipu standard/pro, Sogou, Quark), adjustable parameters (count, engine, freshness, content size, domain). - Configurable via environment variable or JSON config file (with enhanced security guidance). - Improved and clarified documentation with full usage examples, output format, and error codes. - Removed shell scripts and legacy metadata for a streamlined, code-centric setup.
元数据
Slug zhipu-ai-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ZhiPu Search 是什么?

智谱搜索,调用智谱 Web Search API,支持多引擎(智谱标准/高阶/搜狗/夸克),返回结构化结果,适合大模型处理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 303 次。

如何安装 ZhiPu Search?

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

ZhiPu Search 是免费的吗?

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

ZhiPu Search 支持哪些平台?

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

谁开发了 ZhiPu Search?

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

💬 留言讨论