← Back to Skills Marketplace
zhipu web search
by
whyhit2005
· GitHub ↗
· v1.0.8
· MIT-0
3771
Downloads
6
Stars
13
Active Installs
9
Versions
Install in OpenClaw
/install zhipu-web-search
Description
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...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zhipu-web-search - After installation, invoke the skill by name or use
/zhipu-web-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
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。
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 3771 downloads so far.
How do I install zhipu web search?
Run "/install zhipu-web-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is zhipu web search free?
Yes, zhipu web search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does zhipu web search support?
zhipu web search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created zhipu web search?
It is built and maintained by whyhit2005 (@whyhit2005); the current version is v1.0.8.
More Skills