Zipcodebase
通过 OOMOL 连接查询全球邮政编码信息,支持城市、距离、区域等多维度检索。
下载 9
使用无头浏览器抓取网页并转换为 Markdown,支持绕过基础反爬机制。
openclaw skills install @dlutwuwei/web-anti-crawl-fetch命令、参数、文件名以原文为准
使用无头浏览器(Playwright + Stealth Plugin)抓取指定 URL 的网页内容,并自动转换为 Markdown 格式以便于阅读和进一步处理。
playwright-extra 和 puppeteer-extra-plugin-stealth,自动处理各种浏览器指纹和自动化特征检测。turndown 库将复杂的 HTML 页面转换为简洁的 Markdown 格式。运行抓取脚本:
cd /Users/wuwei/.openclaw/workspace/skills/web-fetch/scripts
node fetch.js <url>url: 需要抓取的完整网页 URL(包括 http/https)。# 抓取新浪财经
node fetch.js "https://finance.sina.com.cn/stock/"
# 抓取特定新闻页面
node fetch.js "https://finance.eastmoney.com/a/202403143012345678.html"脚本将会在控制台输出以下内容:
安装依赖:
cd /Users/wuwei/.openclaw/workspace/skills/web-fetch/scripts
npm install已收录 2 个 Skill