An automated browser-based scraper specifically designed to extract dynamic documentation content from Zoomin Software portals.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install zoomin-scraper-recklessop
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install zoomin-scraper-recklessop using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Zoomin Scraper is a specialized utility designed to overcome the limitations of traditional web fetching methods when dealing with Zoomin Software documentation portals. By utilizing Playwright and headless Chromium, this skill ensures that JavaScript-heavy content, which often fails to load with standard requests, is fully rendered and captured accurately.
As part of the Openclaw Skills library, it provides a robust solution for developers and researchers needing to compile documentation into local text files. This is particularly useful for building local knowledge bases or preparing data for LLM training where static HTML parsers would otherwise return empty or generic content.
First, ensure you have Playwright and the necessary browser binaries installed within your virtual environment:
pip install playwright
playwright install chromium
To execute the scraper, use the following command structure, ensuring you provide the path to your URLs file and your Python virtual environment:
zoomin-scraper urls_file="path/to/urls.txt" output_directory="my_scraped_docs" venv_path="path/to/my_venv"
The skill organizes extracted data into a specified directory, creating individual text files for each URL processed.
| Component | Detail |
|---|---|
| Input Requirement | A .txt file with one URL per line |
| Output Format | Plain text files containing the rendered article body |
| Extraction Target | CSS Selector: article#zDocsContent |
| Execution Wrapper | Bash script (run_scraper.sh) for environment management |
Loading
A localized Japanese OCR solution for high-accuracy text extraction from vertical and horizontal printed documents.

A specialized AI agent skill for sourcing and managing TikTok creators to execute viral marketing campaigns and trending challenges.

A programmatic interface for AI agents to hire authentic TikTok creators for high-trust user-generated content and testimonials.

An AI agent skill designed to identify and hire TikTok creators for participation in viral trends and hashtag challenges to maximize algorithmic reach.

A comprehensive control suite for managing the VisuoSpatial Sketchpad dashboard, including server management, kiosk browser deployment, and agent state updates.

An automated utility for validating OpenClaw configuration fields against official Zod schemas to ensure configuration integrity.








































