Install
openclaw skills install skylv-web-scraperExtract and parse web page content including text, links, and images using CSS selectors and regex for flexible data scraping.
openclaw skills install skylv-web-scraper从网页抓取并解析内容,支持多种提取方式。
用户: 抓取 https://example.com 的内容
执行步骤:
web_fetch 工具抓取URL用户: 从 https://news.ycombinator.com 提取所有新闻标题
执行步骤:
web_fetch 抓取页面用户: 抓取以下URL列表的内容:
https://url1.com
https://url2.com
https://url3.com
执行步骤:
web_fetch用户: 提取 https://example.com 页面中的所有外链
执行步骤:
<a href> 标签用户: 抓取 https://github.com/trending 今天的热门项目
Agent:
web_fetch 抓取 GitHub Trending 页面今日 GitHub 热门项目:
1. owner/repo-name - 项目描述
⭐ 1,234 stars today | 📝 JavaScript
2. ...
web_fetch 工具(OpenClaw内置)