← 返回 Skills 市场
zhipu web fetch
作者
whyhit2005
· GitHub ↗
· v1.0.0
· MIT-0
273
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhipu-web-fetch - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhipu-web-fetch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 273 次。
如何安装 zhipu web fetch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhipu-web-fetch」即可一键安装,无需额外配置。
zhipu web fetch 是免费的吗?
是的,zhipu web fetch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
zhipu web fetch 支持哪些平台?
zhipu web fetch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 zhipu web fetch?
由 whyhit2005(@whyhit2005)开发并维护,当前版本 v1.0.0。
推荐 Skills