← 返回 Skills 市场
proxy-web-fetch
作者
whyhit2005
· GitHub ↗
· v1.0.0
· MIT-0
331
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install proxy-web-fetch
功能描述
Proxy Web Page Fetch Tool - Fetches and parses web page content into structured Markdown or text via the OpenClaw Manager proxy. Use when: - Need to fetch an...
安全使用建议
Before installing: (1) Confirm the skill actually requires WEB_FETCH_PROXY_URL — the package metadata contradicts SKILL.md; ask the author to update metadata if needed. (2) Only set WEB_FETCH_PROXY_URL to a proxy you fully trust (the proxy will receive every URL you ask it to fetch and can fetch internal resources). (3) If you allow autonomous agent runs, consider restricting what URLs the agent may request or disable autonomous invocation for this skill. (4) Because source and homepage are unknown, prefer installing only from trusted publishers or after verifying the proxy endpoint and the owner's identity.
功能分析
Type: OpenClaw Skill
Name: proxy-web-fetch
Version: 1.0.0
The skill provides a utility to fetch and parse web content via a proxy specified by the WEB_FETCH_PROXY_URL environment variable. The implementation in scripts/proxy_fetch.sh uses curl to send a JSON payload to the proxy, with basic escaping for the URL parameter. The code logic and instructions in SKILL.md are consistent with the stated purpose of web scraping and content conversion, with no evidence of data exfiltration or malicious execution.
能力评估
Purpose & Capability
The skill's name, description, script, and SKILL.md align: it uses curl to POST a URL to a Web Fetch Proxy and returns parsed Markdown/text. However the registry metadata at the top lists no required environment variables while SKILL.md and scripts require WEB_FETCH_PROXY_URL — this mismatch is an incoherence that should be clarified before install.
Instruction Scope
Runtime instructions and the included script are narrowly scoped: they build a JSON payload with the requested URL and options and POST it to the proxy. The skill does not read other files, system paths, or unrelated env vars. Note: because the proxy will fetch the provided URLs, the operator of the proxy can see or fetch arbitrary targets (including internal network addresses) — that risk is inherent to the stated purpose.
Install Mechanism
This is an instruction-only skill with a small shell wrapper included; there is no install spec or external downloads. The only required binary is curl, which is reasonable and proportionate.
Credentials
The script requires a single env var, WEB_FETCH_PROXY_URL, which is proportionate to the purpose. The inconsistency between the registry 'Required env vars: none' and the SKILL.md that declares WEB_FETCH_PROXY_URL required is a meaningful mismatch and should be corrected. Also, the skill delegates API key management to the manager proxy — you must trust that manager's secret handling.
Persistence & Privilege
The skill does not request persistent or elevated system privileges and does not set always:true. Autonomous invocation is allowed (default) which is normal for skills; if you enable autonomous use, be aware an agent could request arbitrary URLs via the proxy — consider limiting agent autonomy or URL allowlists if available.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install proxy-web-fetch - 安装完成后,直接呼叫该 Skill 的名称或使用
/proxy-web-fetch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Proxy Web Page Fetch Tool.
- Fetches and parses web page content to Markdown or plain text via the OpenClaw Manager proxy.
- Supports options for caching, image retention, page summaries, and metadata extraction.
- No manual API key configuration needed; authentication handled internally by the Manager.
- Configurable via the required `WEB_FETCH_PROXY_URL` environment variable.
- Includes a handy shell script for command-line usage and various fetch scenarios.
元数据
常见问题
proxy-web-fetch 是什么?
Proxy Web Page Fetch Tool - Fetches and parses web page content into structured Markdown or text via the OpenClaw Manager proxy. Use when: - Need to fetch an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 331 次。
如何安装 proxy-web-fetch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install proxy-web-fetch」即可一键安装,无需额外配置。
proxy-web-fetch 是免费的吗?
是的,proxy-web-fetch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
proxy-web-fetch 支持哪些平台?
proxy-web-fetch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 proxy-web-fetch?
由 whyhit2005(@whyhit2005)开发并维护,当前版本 v1.0.0。
推荐 Skills