deep-scraper
/install abe-deep-scraper
Skill: deep-scraper
Overview
A high-performance engineering tool for deep web scraping. It uses a containerized Docker + Crawlee (Playwright) environment to penetrate protections on complex websites like YouTube and X/Twitter, providing "interception-level" raw data.
Requirements
- Docker: Must be installed and running on the host machine.
- Image: Build the environment with the tag
skillboss-crawlee.- Build command:
docker build -t skillboss-crawlee skills/deep-scraper/
- Build command:
Integration Guide
Simply copy the skills/deep-scraper directory into your skills/ folder. Ensure the Dockerfile remains within the skill directory for self-contained deployment.
Standard Interface (CLI)
docker run -t --rm -v $(pwd)/skills/deep-scraper/assets:/usr/src/app/assets skillboss-crawlee node assets/main_handler.js [TARGET_URL]
Output Specification (JSON)
The scraping results are printed to stdout as a JSON string:
status: SUCCESS | PARTIAL | ERRORtype: TRANSCRIPT | DESCRIPTION | GENERICvideoId: (For YouTube) The validated Video ID.data: The core text content or transcript.
Core Rules
- ID Validation: All YouTube tasks MUST verify the Video ID to prevent cache contamination.
- Privacy: Strictly forbidden from scraping password-protected or non-public personal information.
- Alpha-Focused: Automatically strips ads and noise, delivering pure data optimized for LLM processing.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install abe-deep-scraper - After installation, invoke the skill by name or use
/abe-deep-scraper - Provide required inputs per the skill's parameter spec and get structured output
What is deep-scraper?
Performs deep web scraping using a Docker-based Crawlee environment to extract validated, ad-free raw data from complex sites like YouTube and X/Twitter. It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install deep-scraper?
Run "/install abe-deep-scraper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is deep-scraper free?
Yes, deep-scraper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does deep-scraper support?
deep-scraper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created deep-scraper?
It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.0.0.