什么是 web-scraper?
无需 API 密钥即可搜索网络并阅读页面内容。当您需要通过 DuckDuckGo/Brave/Google(多页)进行搜索、从 URL 中提取可读文本、使用持久可见浏览器进行交互浏览(使用选项卡、单击、屏幕截图、文本搜索)、下载文件/PDF 或关闭 cookie 横幅时使用。支持 JSON/markdown/文本输出。由 Playwright + Chromium 提供支持。 来源:liranudi/openclaw-web-scraper。
无需 API 密钥即可搜索网络并阅读页面内容。当您需要通过 DuckDuckGo/Brave/Google(多页)进行搜索、从 URL 中提取可读文本、使用持久可见浏览器进行交互浏览(使用选项卡、单击、屏幕截图、文本搜索)、下载文件/PDF 或关闭 cookie 横幅时使用。支持 JSON/markdown/文本输出。由 Playwright + Chromium 提供支持。
通过命令行快速安装 web-scraper AI 技能到你的开发环境
来源:liranudi/openclaw-web-scraper。
Four scripts, zero API keys. All output is JSON by default.
Dependencies: requests, beautifulsoup4, playwright (with Chromium). Optional: pdfplumber or PyPDF2 for PDF text extraction.
Install: pip install requests beautifulsoup4 playwright && playwright install chromium
无需 API 密钥即可搜索网络并阅读页面内容。当您需要通过 DuckDuckGo/Brave/Google(多页)进行搜索、从 URL 中提取可读文本、使用持久可见浏览器进行交互浏览(使用选项卡、单击、屏幕截图、文本搜索)、下载文件/PDF 或关闭 cookie 横幅时使用。支持 JSON/markdown/文本输出。由 Playwright + Chromium 提供支持。 来源:liranudi/openclaw-web-scraper。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/liranudi/openclaw-web-scraper --skill web-scraper无需 API 密钥即可搜索网络并阅读页面内容。当您需要通过 DuckDuckGo/Brave/Google(多页)进行搜索、从 URL 中提取可读文本、使用持久可见浏览器进行交互浏览(使用选项卡、单击、屏幕截图、文本搜索)、下载文件/PDF 或关闭 cookie 横幅时使用。支持 JSON/markdown/文本输出。由 Playwright + Chromium 提供支持。 来源:liranudi/openclaw-web-scraper。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/liranudi/openclaw-web-scraper --skill web-scraper 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/liranudi/openclaw-web-scraper