← Back to Skills Marketplace
whyhit2005

zhipu web fetch

by whyhit2005 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
273
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install zhipu-web-fetch
Description
Zhipu AI Web Page Reader Tool - Fetches and parses web page content into structured Markdown or text via cURL. Use when: - Need to fetch and read the content...
Usage Guidance
This skill legitimately forwards the URL and fetch options to Zhipu's Reader API at open.bigmodel.cn, so avoid using it with private/internal URLs or pages containing sensitive data you don't want sent to a third party. Keep your ZHIPU_API_KEY secret and scoped appropriately. Confirm the endpoint (open.bigmodel.cn) is acceptable for your data governance, and consider network egress rules or monitoring if you need to prevent uploads of internal URLs. Otherwise the package is straightforward and matches its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: zhipu-web-fetch Version: 1.0.0 The skill is a straightforward wrapper for the Zhipu AI Web Reader API (open.bigmodel.cn). It uses a shell script (scripts/zhipu_fetch.sh) to send web page URLs to the API via cURL and returns the parsed content. The code logic is transparent, aligns with the documentation in SKILL.md, and does not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, required binary (curl), required env var (ZHIPU_API_KEY), and the included shell script all align with a web-page fetching/reader integration for Zhipu's API.
Instruction Scope
SKILL.md and the script only send the provided URL and explicit fetch options to the documented API endpoint; they do not read other files, environment variables, or system state beyond ZHIPU_API_KEY.
Install Mechanism
No install spec; the skill is instruction-only with a simple shell script. Nothing downloads/extracts or installs third-party code.
Credentials
Only ZHIPU_API_KEY is required and it is used directly in the Authorization header as expected. No unrelated credentials or high-privilege paths are requested.
Persistence & Privilege
always is false and the skill does not request system-wide changes. The default autonomous-invocation flag is present (normal) but not combined with other concerning privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zhipu-web-fetch
  3. After installation, invoke the skill by name or use /zhipu-web-fetch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Zhipu Web Page Reader Tool. - Fetches and parses web page content into structured Markdown or plain text using cURL. - Supports fetching page metadata (title, description, keywords) and configurable caching. - Offers options to retain or exclude images, disable GFM, and include image/link summaries. - Provides both API usage instructions and a convenient wrapper shell script. - Requires `ZHIPU_API_KEY` environment variable and `curl` installed.
Metadata
Slug zhipu-web-fetch
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is zhipu web fetch?

Zhipu AI Web Page Reader Tool - Fetches and parses web page content into structured Markdown or text via cURL. Use when: - Need to fetch and read the content... It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.

How do I install zhipu web fetch?

Run "/install zhipu-web-fetch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is zhipu web fetch free?

Yes, zhipu web fetch is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does zhipu web fetch support?

zhipu web fetch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created zhipu web fetch?

It is built and maintained by whyhit2005 (@whyhit2005); the current version is v1.0.0.

💬 Comments