Emily Web Fetch — 网页静态内容抓取
v1.0.5通过 HTTP/HTTPS GET 协议,抓取静态网页内容(最多 5000 个字符),用于分析、摘要或信息提取。
0· 759·5 当前·5 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install emily-web-fetch
镜像加速npx clawhub@latest install emily-web-fetch --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Emily Web Fetch — 网页静态内容抓取 安装说明: 安装命令:["openclaw skills install emily-web-fetch"] 支持国内镜像加速,使用 --registry https://cn.longxiaskill.com 参数可加速下载
技能文档
简介
通过 HTTP/HTTPS GET 协议,抓取静态网页内容(最多 5000 个字符),用于分析、摘要或信息提取。使用示例
# 示例命令(假设)
emily-web-fetch https://example.com
注意事项
字符限制:5000 个字符 协议支持:HTTP/HTTPS# 原始 YAML frontmatter 保留(示例,实际根据原文填写) title: Emily Web Fetch version: 1.0