A high-performance automated data extraction tool for harvesting structured YouTube channel information via the BrowserAct API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install youtube-channel-api-skill
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 youtube-channel-api-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust bridge between AI agents and real-time YouTube data. By leveraging the BrowserAct YouTube Channel API template, it enables the extraction of clean, structured results directly from YouTube search queries without the risk of AI hallucinations or the friction of CAPTCHAs. It is an essential component of Openclaw Skills for developers and researchers needing reliable creator metadata.
Unlike purely generative AI solutions, this skill ensures stable data acquisition by using pre-set workflows. It effectively handles regional IP restrictions and geo-blocking, providing a faster and more cost-effective way to build databases compared to token-heavy browser automation methods within the Openclaw Skills ecosystem.
To use this skill, you must first obtain an API key from the BrowserAct Console. Once you have the key, configure your environment and run the script as follows:
# Set your API key
export BROWSERACT_API_KEY='your_api_key_here'
# Execute the extraction script
python -u ./scripts/youtube_channel_api.py "[Search Keywords]" "[Upload Date Filter]"
The skill outputs structured data in a format suitable for database ingestion or spreadsheet reporting. The following table describes the primary data points extracted:
| Field | Description |
|---|---|
| channel_title | Display name of the YouTube channel |
| channel_link | Full URL to the channel homepage |
| verified | Boolean indicating YouTube verification status |
| handle | Unique @handle associated with the channel |
| subscribers | Total subscriber count |
| description | Bio or channel description text |
| thumbnail | URL to the channel avatar image |
Loading
A high-performance automation tool for extracting structured metadata, thumbnails, and source links from Google Images without CAPTCHA or IP restrictions.

A sophisticated intelligence tool that aggregates and analyzes real-time data from 8 global sources for comprehensive tech and finance briefings.

A specialized utility designed to audit and minimize token consumption in OpenClaw workflows through intelligent configuration and context management.

An automation skill for the Qinglite platform that handles secure mobile login and multi-format content publishing including articles, images, and videos.

A professional-grade integration for the Openclaw Skills ecosystem that enables programmatic SMS sending and retrieval via the VoIP.ms API.

A comprehensive CLI tool designed for AI agents to automate web browsing, interactive testing, and data extraction via Chromium.








































