← 返回 Skills 市场
zhipu web search
作者
whyhit2005
· GitHub ↗
· v1.0.8
· MIT-0
3771
总下载
6
收藏
13
当前安装
9
版本数
在 OpenClaw 中安装
/install zhipu-web-search
功能描述
Zhipu AI Web Search Tool - Provides flexible search engine capabilities directly via cURL. Use when: - Need to search web information for the latest data - N...
安全使用建议
This skill is a simple wrapper that sends your query to Zhipu's web_search API using the ZHIPU_API_KEY. Before installing: (1) confirm you intend to use https://open.bigmodel.cn as the search provider; (2) keep your ZHIPU_API_KEY private and monitor its usage (it grants API access and could incur charges); (3) be aware the included script only escapes quotes/backslashes — queries with newlines or other special characters might be malformed, so inspect or harden the JSON construction if you expect arbitrary input; and (4) the version noted in _meta.json differs from the registry metadata (likely benign but worth noting).
功能分析
Type: OpenClaw Skill
Name: zhipu-web-search
Version: 1.0.8
The skill is a legitimate wrapper for the Zhipu AI Web Search API, allowing an agent to perform web searches via the official endpoint (open.bigmodel.cn). The provided shell script (scripts/zhipu_search.sh) uses cURL to interact with the API and includes basic sanitization for the search query to ensure valid JSON construction. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, required binary (curl), and required env var (ZHIPU_API_KEY) match the provided script and SKILL.md. The skill only calls a Zhipu web-search endpoint and does not request unrelated cloud credentials or system access. Minor metadata mismatch: registry lists version 1.0.8 while _meta.json contains 1.0.7 (likely a packaging/versioning oversight).
Instruction Scope
SKILL.md and the included shell script confine actions to building a JSON payload and POSTing it to https://open.bigmodel.cn/api/paas/v4/web_search. The instructions do not ask the agent to read arbitrary files, other env vars, or transmit results to unexpected endpoints. Note: the script performs basic escaping for backslashes and double quotes but does not escape newlines or other JSON-control characters, which may break some queries or change payloads; this is a robustness issue rather than incoherent scope.
Install Mechanism
No install spec — instruction-only plus a small shell script. Nothing is downloaded or written by an installer, so install risk is minimal.
Credentials
Only ZHIPU_API_KEY is required (declared), which is proportional for a wrapper that calls Zhipu's API. No unrelated secrets or multiple external credentials are requested. (The metadata omits a 'primaryEnv' entry but that does not create an incoherence.)
Persistence & Privilege
The skill does not request permanent/always-enabled presence and does not modify system or other-skills configuration. Agent autonomy settings are default; no extra privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhipu-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhipu-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
- Updated documentation to use bash explicitly for script usage examples.
- No functional or feature changes; documentation only.
v1.0.7
- Default number of search results increased from 10 to 20.
- Documentation updated to reflect the new default result count (20) in examples and parameter tables.
- No changes to code or functionality; documentation only.
v1.0.6
- Skill name changed from "zhipu-search" to "zhipu web search".
- No other functional or content changes detected.
v1.0.5
**Refactored search interface, switching from Python to shell + cURL.**
- Migrated the search script from Python (`zhipu_search.py`) to a lightweight shell script (`zhipu_search.sh`) using cURL for API calls.
- Removed all Python-specific requirements and references.
- Updated documentation to reflect command-line usage via cURL and the shell script.
- Now defaults to the `search_pro_quark` engine for searches.
- Added `curl` as a required system binary in environment requirements.
v1.0.4
- Initial release of zhipu-web-search skill.
- Added flexible web search using Zhipu AI API with support for multiple search engines (search_std, search_pro, search_pro_sogou, search_pro_quark).
- Supports advanced filtering options: time range, domain, result count, and content detail level.
- Documentation includes quick start, usage methods, API parameter reference, and response structure.
- Requires ZHIPU_API_KEY environment variable for operation.
v1.0.3
No changes detected in this version.
- This release does not introduce any updates or modifications compared to the previous version.
v1.0.2
- Updated all documentation from Chinese to English for broader accessibility.
- No changes to API functionality or requirements.
- Maintained environment and usage instructions in the new language.
v1.0.1
- Added _meta.json file for additional metadata support.
- Updated scripts/zhipu_search.py with the latest changes.
v1.0.0
Initial release of zhipu-search skill:
- 提供智谱AI网络搜索能力,支持多种搜索引擎(基础、高阶、搜狗、夸克)。
- 支持自定义参数:结果数量、时间/域名过滤、内容长度、意图识别等。
- REST API 和脚本方式两种调用体验。
- 详细文档说明接口参数、返回结构和使用约束。
- 需配置环境变量 ZHIPU_API_KEY。
元数据
常见问题
zhipu web search 是什么?
Zhipu AI Web Search Tool - Provides flexible search engine capabilities directly via cURL. Use when: - Need to search web information for the latest data - N... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3771 次。
如何安装 zhipu web search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhipu-web-search」即可一键安装,无需额外配置。
zhipu web search 是免费的吗?
是的,zhipu web search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
zhipu web search 支持哪些平台?
zhipu web search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 zhipu web search?
由 whyhit2005(@whyhit2005)开发并维护,当前版本 v1.0.8。
推荐 Skills