Agent skill · Content & Marketing

youtube-channel-business-email

YouTube channel business email and contact extractor: accepts a channel id (UCxxx), handle (@name), or URL; navigates the channel About view; extracts the business email from the description text plus full channel metadata (name, id, country, subscriber count, view count, video count, joined date, external links classified as social/aggregator/personal). When the description has no email, follows non-social outbound links (personal site, business site, link aggregator) and scans those pages for an email so creators who place their inquiry email on their own site are still covered. Use when use

browser-actgithub.com/browser-actGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add browser-act/skills --skill youtube-channel-business-email --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 16 KB
Bundled scripts: yes
Path: solutions/lead-generation/youtube-channel-business-email/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,160
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# YouTube — Channel Business Email & Contact Extractor > Input: a YouTube channel id (`UCxxx`), handle (`@name`), or channel URL. Output: structured channel metadata (id, name, counters, country, joined date, external links classified by kind) plus the channel's business email if it can be found on the About page description or on any linked personal/business website. ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Extract a YouTube channel's business inquiry email together with the channel's About metadata and outbound link list, prioritising what is already publicly displayed on the channel's About page; if no email is visible there, walk the channel's own outbound links (personal site, business site, link aggregator) to recover an email that the creator publishes on a site they control. ## Prerequisites - Target page is already open in the browser: `https://www.youtube.com/{@handle|channel/UCxxx}/about` - No login is required for description and link extraction; running the browser while signed in to YouTube does not change what is returned by this Skill. ## Pre-execution Checks ### 1. Tool Readiness If b

What's inside
Steps it walks through
  1. Language
  2. Objective
  3. Prerequisites
  4. Pre-execution Checks
  5. 1. Tool Readiness
  6. Capability Components
  7. API: normalize a channel input into a canonical /about URL
  8. DOM: extract channel About metadata + emails from description
  9. API: extract emails from arbitrary text + classify a URL by kind
  10. Composite: end-to-end channel-to-business-email lookup
  11. Known Limitations
  12. Execution Efficiency
  13. Experience Notes
Ships with 3 files
  • scripts/extract-channel-about.py
  • scripts/extract-emails-from-text.py
  • scripts/normalize-channel-input.py
More from skills
All skills →
About this skill
What does the youtube-channel-business-email skill do?

YouTube channel business email and contact extractor: accepts a channel id (UCxxx), handle (@name), or URL; navigates the channel About view; extracts the business email from the description text plus full channel metadata (name, id, country, subscriber count, view count, video count, joined date, external links classified as social/aggregator/personal). When the description has no email, follows non-social outbound links (personal site, business site, link aggregator) and scans those pages for an email so creators who place their inquiry email on their own site are still covered. Use when use

How do I install it?

Run `npx skills add browser-act/skills --skill youtube-channel-business-email --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.

Keep going