技能 youtube-search-api-skill
📺

youtube-search-api-skill

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

YouTube検索とAPIによる動画データ抽出

YouTubeの手動スクレイピングは時間がかりエラーも起こりやすいです。このスキルは信頼できるAPIサービスを使用して、YouTube検索結果からクリーンな構造化データを抽出します。

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

下载技能 ZIP

2

在 Claude 中上传

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

3

开启并开始使用

测试它

正在使用“youtube-search-api-skill”。 Search YouTube for 'Python automation' videos

预期结果:

Found 5 videos:
1. Automate Your Workflow with Python - 125K views - 2 days ago
2. Python Scripting for Beginners - 89K views - 1 week ago
3. Python RPA Tutorial - 67K views - 2 weeks ago
4. Python Automation Ideas - 45K views - 3 weeks ago
5. Automate Everything with Python - 34K views - 1 month ago

正在使用“youtube-search-api-skill”。 Find YouTube channels about machine learning

预期结果:

Discovered 3 channels:
1. ML Mastery - 120 videos - 45K subscribers
2. AI Explained - 89 videos - 32K subscribers
3. Data Science Daily - 67 videos - 21K subscribers

安全审计

低风险
v1 • 4/28/2026

Static analysis flagged 58 patterns including network access, API key usage, and external script execution. After semantic evaluation, all findings are FALSE POSITIVES or expected API client behavior. The script is a legitimate BrowserAct API client that makes authenticated HTTP requests to extract YouTube search data. No malicious intent, data exfiltration, or command injection vectors were confirmed.

2
已扫描文件
197
分析行数
4
发现项
1
审计总数
低风险问题 (2)
API Key Access via Environment Variable
Script reads BROWSERACT_API_KEY from environment. This is standard API client practice, not a security vulnerability. The key is used only for authenticating with BrowserAct API and is never exposed or exfiltrated.
Network Requests to BrowserAct API
Script makes HTTP requests to https://api.browseract.com/v2/workflow. This is the expected API endpoint for the service, not a data exfiltration vector.
审计者: claude

质量评分

45
架构
100
可维护性
85
内容
50
社区
86
安全
83
规范符合性

你能构建什么

コンテンツクリエイターのリサーチ

トレンドの動画を見つけて特定のトピックを分析し、コンテンツ戦略に活かしましょう。再生回数やタイトルを抽出して人気のフォーマットを特定します。

競合分析

競合ブランド名で検索して、効果的な動画を抽出します。チャンネルURLや動画 métricasを収集してベンチマークに活用します。

チュートリアル集約

特定のツールやソフトウェアのやり方動画を検索します。チームトレーニングやドキュメンテーション用の教育コンテンツリストを構築します。

试试这些提示

基本的な動画検索
Search YouTube for videos about {topic} and show me the top 20 results with their view counts.
チャンネル発見
Find YouTube channels related to {niche} and extract their channel URLs and video counts.
ショートモニタリング
Search for YouTube Shorts with the hashtag {hashtag} and show me the trending short videos.
プレイリストリサーチ
Find YouTube playlists about {subject} and list all the videos they contain with their descriptions.

最佳实践

  • より関連性の高い結果を得るために具体的なキーワードを提供する
  • 検索実行前にBROWSERACT_API_KEYが設定されていることを確認する
  • スケールする前に小規模な制限でデータ品質を確認する

避免

  • "stuff"や"things"のような曖昧なキーワードを使用しない
  • 結果の精度が落ちる可能性があるため、適切な制限を超えない
  • プライベートまたは制限付きコンテンツのスクレイピングにはこのスキルを使用しない

常见问题

このスキルを使用するにはAPIキーが必要ですか?
はい。BrowserAct APIキーが必要です。検索を実行する前にBROWSERACT_API_KEY環境変数として設定してください。
どのようなタイプのコンテンツを抽出できますか?
動画、ショート、チャンネル、プレイリストを抽出できます。検索目標に一致するタイプを選択してください。
検索あたり何件の結果を取得できますか?
検索あたり最大100件の結果をリクエストできます。データ品質を確認するために小規模な制限から始めましょう。
リクエストが多すぎるとYouTubeにブロックされますか?
いいえ。BrowserAct APIがレートリミットとCAPTCHA課題を自動的に処理します。
プライベート動画を検索できますか?
いいえ。このスキルは公開されているYouTube検索結果のみを抽出します。
結果にはどのようなデータフィールドが含まれますか?
結果には、各アイテムのタイトル、説明文のスニペット、視聴回数、再生日、直接URLが含まれます。