← 返回 Skills 市场
opsun

Deep Scraper

作者 opsun · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
12384
总下载
10
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install deep-scraper
功能描述
Performs deep scraping of complex sites like YouTube using containerized Crawlee, extracting validated, ad-free transcripts and content as JSON output.
安全使用建议
Install only if you intend to run a Dockerized browser scraper. Use it only on public or explicitly authorized pages, avoid private/internal URLs and authenticated content, review or supply the missing Dockerfile, and update/pin Playwright and Crawlee before building.
功能分析
Type: OpenClaw Skill Name: deep-scraper Version: 1.0.1 The skill bundle is classified as benign. It implements a web scraper using Docker, Crawlee, and Playwright, which aligns with its stated purpose of 'deep web scraping' and 'penetrating protections' on complex websites. While it utilizes Docker and runs Playwright with `--no-sandbox` (a common requirement for Playwright in Docker that reduces in-container security), these capabilities are plausibly needed for its function. The code in `assets/main_handler.js` and `assets/youtube_handler.js` focuses on scraping public web content, outputs results to stdout, clears cookies to prevent session leakage, and does not exhibit any signs of data exfiltration, malicious execution, persistence, prompt injection against the agent, or obfuscation. The `SKILL.md` explicitly forbids scraping password-protected or non-public personal information, indicating a consideration for privacy.
能力评估
Purpose & Capability
The stated purpose is deep scraping of dynamic sites, and the code matches that purpose by running Crawlee/Playwright against a user-supplied URL and printing transcript, description, or page text to stdout.
Instruction Scope
The documentation forbids scraping password-protected or non-public personal information, but it uses bypass-oriented language and does not clearly require authorization, policy compliance, rate limits, or private-network target exclusions.
Install Mechanism
Installation requires Docker and a local image build, but the reviewed artifact does not include the Dockerfile referenced by the documentation and changelog; package dependencies are also not locked.
Credentials
A headless browser in Docker is proportionate for dynamic scraping, and the provided run command mounts only the skill assets, but Playwright is launched with no-sandbox flags and can browse arbitrary user-provided URLs.
Persistence & Privilege
No persistence, destructive actions, credential-store reads, broad host filesystem access, background service, or hidden outbound sink was found; the handlers clear browser cookies and output results to stdout.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install deep-scraper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /deep-scraper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Included Dockerfile in the package
v1.0.0
Initial release
元数据
Slug deep-scraper
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Deep Scraper 是什么?

Performs deep scraping of complex sites like YouTube using containerized Crawlee, extracting validated, ad-free transcripts and content as JSON output. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 12384 次。

如何安装 Deep Scraper?

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

Deep Scraper 是免费的吗?

是的,Deep Scraper 完全免费(开源免费),可自由下载、安装和使用。

Deep Scraper 支持哪些平台?

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

谁开发了 Deep Scraper?

由 opsun(@opsun)开发并维护,当前版本 v1.0.1。

💬 留言讨论