A smart extraction engine that automatically detects platforms to download articles or high-quality videos with ease.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-fetcher
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 web-fetcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Web Fetcher is a versatile content retrieval tool designed to integrate seamlessly with Openclaw Skills. It solves the challenge of scraping fragmented or protected web content by employing platform-specific strategies for WeChat, Feishu, Zhihu, Bilibili, and more. Whether you need to archive documentation or fetch media for research, this skill provides a unified interface for complex data gathering.
By utilizing specialized libraries like scrapling for high-speed HTTP fetching and camoufox for stealth browser automation, Web Fetcher ensures high success rates even on sites with aggressive anti-bot measures. It simplifies the developer workflow by handling lazy-loaded images, virtual scrolling in documents, and authenticated media downloads automatically.
Install the core dependencies required for Openclaw Skills functionality:
# Install basic fetching and processing libraries
pip install scrapling yt-dlp html2text
# Install the stealth browser for protected sites
pip install camoufox && python3 -m camoufox fetch
Run the fetcher directly from your terminal:
python3 fetcher.py "https://mp.weixin.qq.com/s/example" -o ./downloads
The skill organizes extracted data into structured files. Metadata is handled internally to ensure consistent routing.
| Component | Format | Description |
|---|---|---|
| Articles | .md | Extracted text converted to Markdown with image references. |
| Videos | .mp4 / .webm | Media files downloaded at specified quality (default 1080p). |
| Audio | .mp3 / .m4a | Audio-only extraction when the --audio-only flag is used. |
| URL Lists | .txt | Input file format for batch processing, supporting comments with #. |
Loading
An automated utility for AI agents to package, publish, and manage web prototypes on the ProtoHub platform.

A professional-grade interface for controlling Aqara smart home hardware and managing spatial hierarchies via the Aqara Open Platform API.

A suite of 6 institutional-grade trading tools for Polymarket prediction markets featuring arbitrage, scalping, and alpha detection algorithms.

A specialized AI agent skill designed to automate text-based posting to the Binance Square social platform.

A command-driven interface for orchestrating isolated OpenClaw agents directly through chat shorthand.

A production-grade suite for analyzing marketing campaign performance through attribution modeling, funnel conversion, and ROI calculation.








































