youtube-channel-api-skill
This skill helps users automatically extract structured channel data from YouTube search results via BrowserAct API. Agent should proactively apply this skill when users express needs like finding YouTube channels about specific topics, collecting data on YouTube content creators, tracking YouTube influencers in specific industries, getting YouTube channel information for competitor analysis, searching for YouTube channels related to keywords, monitoring YouTube channel updates for specific keywords, finding YouTube channels that recently published videos, extracting YouTube channel subscriber
npx skills add browser-act/skills --skill youtube-channel-api-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# YouTube Channel API Skill ## 📖 Introduction This skill provides users with a one-stop channel data extraction service through BrowserAct's YouTube Channel API template. It can directly extract structured channel results from YouTube search. By simply entering search keywords and optional upload date filters, you can get clean, usable channel data directly. ## ✨ Features 1. **No hallucinations, ensuring stable and accurate data extraction**: Pre-set workflows to avoid AI generative hallucinations. 2. **No CAPTCHA issues**: No need to handle reCAPTCHA or other verification challenges. 3. **No IP restrictions or geo-blocking**: No need to handle regional IP restrictions. 4. **Faster execution**: Faster task execution compared to purely AI-driven browser automation solutions. 5. **High cost-effectiveness**: Significantly reduces data acquisition costs compared to AI solutions that consume a large number of tokens. ## 🔑 API Key Guide Before running, you must first check the `BROWSERACT_API_KEY` environment variable. If it is not set, do not take any other actions; you should request and wait for the user to provide it. **The Agent must inform the user at this point**: > "Since you h
- 📖 Introduction
- ✨ Features
- 🔑 API Key Guide
- 🛠️ Input Parameters
- 🚀 Usage
- ⏳ Running Status Monitoring
- 📊 Data Output
- ⚠️ Error Handling & Retry
- 🌟 Typical Use Cases
Example call python -u ./scripts/youtube_channel_api.py "Search Keywords" "Upload date"
What does the youtube-channel-api-skill skill do?
This skill helps users automatically extract structured channel data from YouTube search results via BrowserAct API. Agent should proactively apply this skill when users express needs like finding YouTube channels about specific topics, collecting data on YouTube content creators, tracking YouTube influencers in specific industries, getting YouTube channel information for competitor analysis, searching for YouTube channels related to keywords, monitoring YouTube channel updates for specific keywords, finding YouTube channels that recently published videos, extracting YouTube channel subscriber
How do I install it?
Run `npx skills add browser-act/skills --skill youtube-channel-api-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
