← 返回 Skills 市场
lyhue1991

webfetch

作者 一个有毅力的吃货 · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ suspicious
163
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install webfetch
功能描述
网页内容抓取工具。使用 webfetch CLI 抓取网页内容并转换为 Markdown、文本或 HTML 格式。触发场景:用户要求抓取网页、获取网页内容、网页转 Markdown、网页转文本、下载网页。
安全使用建议
This skill is coherent with its goal of invoking a webfetch CLI. Before installing/using it: (1) prefer to inspect the npm package (@lyhue1991/webfetch) and its repository/readme to confirm the publisher and review code or npm audit results; (2) avoid running npm install -g unless you trust the package—consider installing locally or in a container/VM; (3) avoid using --insecure unless absolutely necessary for testing (it disables TLS checks); and (4) when printing environment variables, restrict checks to proxy vars as shown rather than running printenv without arguments. If you want higher assurance, ask the author/source for a verified homepage or a signed release.
功能分析
Type: OpenClaw Skill Name: webfetch Version: 0.1.1 The webfetch skill (SKILL.md) provides the agent with capabilities for network access, arbitrary file writing via the '-o' flag, and system modification through global npm package installation instructions ('npm install -g @lyhue1991/webfetch'). It also includes instructions to bypass TLS certificate validation ('--insecure') and inspect environment variables ('printenv'). While these features are aligned with the stated purpose of web scraping, the inclusion of system-level installation commands and broad file system access constitutes high-risk behavior according to the analysis criteria.
能力评估
Purpose & Capability
Name/description match the behavior: the SKILL.md only documents invoking a webfetch CLI to fetch and format web pages. Required resources (proxy env vars, optionally installing webfetch) are coherent with that purpose.
Instruction Scope
Runtime instructions are limited to running the webfetch binary, checking installation (command -v), optionally installing via npm, and simple network/debug commands (curl, printenv for proxy vars). They do not request unrelated files or secrets. Note: the doc explicitly recommends the --insecure flag to skip TLS verification — this is functional but weakens security if used.
Install Mechanism
There is no formal install spec in the skill bundle, but SKILL.md suggests 'npm install -g @lyhue1991/webfetch'. Installing a global npm package is a reasonable way to obtain the CLI, but it pulls code from an individual npm namespace (not a known vendor), which is a moderate risk because it will execute/install remote code on the host.
Credentials
The instructions only reference standard proxy environment variables (HTTP_PROXY, HTTPS_PROXY, NO_PROXY) and recommend setting them when needed. No unrelated credentials or sensitive env vars are requested.
Persistence & Privilege
The skill does not request always-on presence or elevated platform privileges. However, following the doc may lead a user to perform a global npm install, which creates a persistent binary on the system; that's expected for a CLI wrapper but is a persistence action the user should consciously approve.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install webfetch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /webfetch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
simplify the name
v0.1.0
- Initial release of the webfetch skill for webpage content fetching and conversion. - Supports extracting webpage content and exporting as Markdown (default), plain text, or HTML. - Enables output to file, proxy configuration (via environment or CLI), and allows skipping TLS verification. - Provides timeout setting, quiet mode for scripting, and detailed troubleshooting guidance. - Includes comprehensive parameter reference and usage examples in Chinese.
元数据
Slug webfetch
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

webfetch 是什么?

网页内容抓取工具。使用 webfetch CLI 抓取网页内容并转换为 Markdown、文本或 HTML 格式。触发场景:用户要求抓取网页、获取网页内容、网页转 Markdown、网页转文本、下载网页。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。

如何安装 webfetch?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install webfetch」即可一键安装,无需额外配置。

webfetch 是免费的吗?

是的,webfetch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

webfetch 支持哪些平台?

webfetch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 webfetch?

由 一个有毅力的吃货(@lyhue1991)开发并维护,当前版本 v0.1.1。

💬 留言讨论