技能 youtube-channel-api-skill
🌐

youtube-channel-api-skill

低风险 🌐 网络访问🔑 环境变量

通过API提取YouTube频道数据

手动搜索YouTube频道并复制数据非常耗时。此技能可自动发现YouTube频道,并在几秒钟内提取结构化数据,包括订阅者数量、描述和认证状态。

支持: Claude Codex Code(CC)
🥉 74 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“youtube-channel-api-skill”。 Find YouTube channels about AI automation

预期结果:

Found 3 channels:

1. AI Explained
Subscribers: 245K | Verified: Yes
Handle: @ai-explained
Description: Making artificial intelligence accessible to everyone...

2. Automation Nation
Subscribers: 89K | Verified: No
Handle: @automationnation
Description: Exploring the latest in AI tools and automation workflows...

正在使用“youtube-channel-api-skill”。 Find tech review channels that uploaded this week

预期结果:

Found 5 channels:

1. Tech Talk Daily
Subscribers: 512K | Verified: Yes
Handle: @techtalkdaily
Description: Daily tech news and gadget reviews...

2. Review Central
Subscribers: 178K | Verified: No
Handle: @reviewcentral
Description: Honest reviews of the latest consumer electronics...

安全审计

低风险
v1 • 4/28/2026

Security audit evaluated 51 static findings across 2 files (189 lines). All network, env_access, and external_command patterns are legitimate API client patterns. The skill makes intentional HTTP requests to BrowserAct API with proper authentication via environment variable. No malicious intent detected. Low risk due to required API key, controlled API endpoint, and user-driven keyword input.

2
已扫描文件
189
分析行数
3
发现项
1
审计总数
低风险问题 (1)
Intentional Network Access to External API
Script makes HTTP requests to BrowserAct API at api.browseract.com. This is legitimate and required for YouTube data extraction functionality. No data exfiltration detected.
审计者: claude

质量评分

45
架构
100
可维护性
87
内容
50
社区
88
安全
91
规范符合性

你能构建什么

网红研究

营销团队搜索特定领域的YouTube创作者,根据订阅者数量和认证状态识别潜在的合作候选人。

竞争分析

业务分析师通过提取订阅者数量和描述来追踪竞争对手频道,以衡量特定行业的市场存在感。

内容创作者数据库

研究人员按关键词构建YouTube频道的精选数据库,提取结构化数据以供分析,无需手动收集。

试试这些提示

按主题查找YouTube频道
Use the youtube-channel-api-skill to find YouTube channels related to {topic}.
查找细分领域中的近期频道
Search for YouTube channels about {topic} that uploaded content this week using youtube-channel-api-skill.
构建研究用频道列表
Extract YouTube channel data for {topic} using youtube-channel-api-skill and compile the subscriber counts and descriptions.
识别已认证频道
Use youtube-channel-api-skill to find verified YouTube channels in the {industry} industry with their verification status.

最佳实践

  • Always ensure the BROWSERACT_API_KEY environment variable is set before running the skill
  • 提供具体、精准的关键词以获得更相关的频道结果
  • 使用上传日期筛选器查找正在积极发布的频道

避免

  • Do not run without a valid BrowserAct API key - the skill will fail gracefully and prompt for key setup
  • 避免使用过于宽泛的关键词,如'video'或'music',这些词会返回低质量结果
  • Do not expect real-time data - the API polls for completion and may take several minutes

常见问题

如何获取BrowserAct API密钥?
Sign up at browseract.com and navigate to the integrations page to copy your API key. Set it as the BROWSERACT_API_KEY environment variable.
此技能提取哪些数据?
The skill extracts channel name, URL, subscriber count, verification status, handle, description, and thumbnail URL for matching YouTube channels.
搜索需要多长时间?
The script polls for completion with a 5-minute timeout. Most tasks complete within 1-3 minutes depending on BrowserAct service load.
可以按订阅者数量筛选吗?
The skill does not directly filter by subscriber count. You receive all matching channels and can filter the results afterward.
如果我的API密钥无效会发生什么?
The skill detects 'Invalid authorization' in the response and stops with an error message prompting you to check your API key.
可以使用此技能提取视频数据吗?
No, this skill is specifically for channel-level data. It does not extract video titles, views, or other video-specific information.