المهارات youtube-batch-transcript-extractor-api-skill
📦

youtube-batch-transcript-extractor-api-skill

مخاطر منخفضة 🌐 الوصول إلى الشبكة🔑 متغيرات البيئة⚙️ الأوامر الخارجية

透過 API 批次提取 YouTube 字幕

此技能使用 BrowserAct API 自動化大規模 YouTube 字幕擷取作業。使用者可以批次提取完整影片字幕、元數據和互動資料,無需編寫爬蟲腳本或處理驗證碼。

يدعم: Claude Codex Code(CC)
⚠️ 68 ضعيف
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "youtube-batch-transcript-extractor-api-skill". 提取本週發布的 3 個關於 AI 自動化的影片字幕

النتيجة المتوقعة:

成功從 3 個影片提取字幕:

1. 'AI Automation Tutorial 2024'
Publisher: Tech Learning Channel
URL: https://youtube.com/watch?v=example1
Likes: 12500
Transcript: (完整字幕文字)

2. 'Complete Guide to AI Workflows'
Publisher: Automation Pro
URL: https://youtube.com/watch?v=example2
Likes: 8200
Transcript: (完整字幕文字)

استخدام "youtube-batch-transcript-extractor-api-skill". 取得本月 5 個關於機器學習的影片的影片元數據和字幕

النتيجة المتوقعة:

已收集 5 個附帶元數據的影片字幕:
找到的影片:
1. 'Machine Learning Basics' - DataScience Daily (45000 按讚)
2. 'Neural Networks Explained' - AI Academy (32000 按讚)
3. 'ML Best Practices 2024' - Coding Coach (28000 按讚)
...

所有字幕提取成功。總字幕長度:45000 字。

استخدام "youtube-batch-transcript-extractor-api-skill". 批次提取本週熱門 AI 內容的字幕

النتيجة المتوقعة:

批次提取完成:

摘要:
- 已處理影片:5
- 可用字幕:5
- 總時長:3.5 小時內容
- 收集時間:4 分鐘

所有結果包含:標題、發布者、URL、按讚數、完整字幕

التدقيق الأمني

مخاطر منخفضة
v1 • 4/28/2026

The skill makes legitimate API calls to BrowserAct service for YouTube transcript extraction. Network access is limited to the BrowserAct API endpoint. The BROWSERACT_API_KEY is used for OAuth bearer token authentication, which is standard practice. External command execution is limited to running the provided Python script with user-supplied keywords. All static findings are false positives or legitimate usage patterns.

2
الملفات التي تم فحصها
192
الأسطر التي تم تحليلها
8
النتائج
1
إجمالي عمليات التدقيق

مشكلات عالية المخاطر (2)

Static Analyzer Misclassification: Bearer Token Auth Flagged as Weak Crypto
The static analyzer flagged 'Bearer {api_key}' (line 21) as a weak cryptographic algorithm. This is a false positive. The code uses standard OAuth 2.0 Bearer token authentication, which is a widely accepted authentication pattern. The 'Bearer' prefix is part of the HTTP Authorization header format, not a cryptographic algorithm.
Static Analyzer Misclassification: API Key Documentation Flagged
The static analyzer flagged references to BROWSERACT_API_KEY in SKILL.md as 'Generic API/secret keys'. This is a false positive. SKILL.md documents the requirement for users to obtain their own API key from BrowserAct. This is legitimate documentation of an external service dependency, not exposure of secrets.
مشكلات متوسطة المخاطر (1)
Backtick Pattern Detection in Markdown Documentation
The static analyzer flagged backtick characters in SKILL.md as 'Ruby/shell backtick execution'. This is a false positive. The backticks are used for markdown code formatting in the documentation file, not actual shell command execution. The SKILL.md is a README-style document containing example commands for users to run.
مشكلات منخفضة المخاطر (2)
Hardcoded API Endpoints
The skill contains hardcoded BrowserAct API URLs. This is legitimate for an API integration skill. The URLs point to the official BrowserAct service endpoints and are not user-controlled or exploitable.
JSON Response Parsing Misidentified as System Reconnaissance
The static analyzer flagged JSON response parsing (checking for 'id' key, parsing status) as 'system reconnaissance'. This is a false positive. The code is simply parsing the BrowserAct API JSON responses to extract task IDs and status values.
تم تدقيقه بواسطة: claude

درجة الجودة

45
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
50
المجتمع
61
الأمان
83
الامتثال للمواصفات

ماذا يمكنك بناءه

為 AI 摘要 pipeline 研究影片內容

從多個 YouTube 影片提取字幕,以建立訓練資料集或饋入 AI 摘要系統。批次收集完整影片內容,無需手動複製。

監控各主題領域的熱門內容

透過提取本週發布影片的字幕,追蹤特定關鍵字或主題的近期 YouTube 影片。建立媒體監控工作流程。

建立可搜尋的字幕檔案庫

從精選 YouTube 頻道或影片列表收集字幕,以便離線搜尋。為知識管理系統建立字幕資料庫。

جرّب هذه الموجهات

基本批次提取
使用 YouTube 批次字幕提取工具取得關於 [topic] 且本週發布的影片字幕。限制為 [5] 個影片。
大規模收集
從本月發布的 [topic] 相關 [20] 個 YouTube 影片中提取字幕。收集影片標題、URL、發布者資訊和按讚數。
按時間範圍篩選
取得 [this year] 關於 [topic] 的 YouTube 影片字幕。只包含至少具備基本字幕的影片。
特定頻道提取
搜尋並提取 [channel name] 發布的關於 [topic] 的 YouTube 影片字幕。取得每個影片的完整字幕和元數據。

أفضل الممارسات

  • 在執行大型批次作業前,先用小數量限制(1-5 個影片)測試工作流程
  • 使用特定關鍵字而非廣泛術語,以獲得更相關的字幕結果
  • 在執行大型批次提取前,確認你的 BrowserAct API 金鑰有效

تجنب

  • 請勿使用此技能提取字幕以進行侵犯版權的用途或未經授權的內容複製
  • 避免請求極大型批次(100+ 個影片),因為可能會超時或觸及速率限制
  • 請勿以違反 YouTube 內容創作者服務條款的方式分享提取的字幕

الأسئلة المتكررة

使用此技能需要 API 金鑰嗎?
是的,你需要 BrowserAct API 金鑰。可在 browseract.com/reception/integrations 取得免費金鑰。將其設為 BROWSERACT_API_KEY 環境變數。
為什麼有些影片字幕缺失?
字幕只有在影片創作者已啟用隱藏式字幕時才可用。沒有字幕的影片無法提取字幕。
批次提取需要多長時間?
處理時間有所不同。小批次(1-5 個影片)通常在 2-5 分鐘內完成。由於自動化瀏覽器工作流程,大型批次可能需要 10 分鐘以上。
如果提取失敗會發生什麼?
如果失敗並非由於無效授權造成,技能將自動重試一次。如果 API 金鑰無效,它會提示你檢查憑證。
我可以按語言篩選影片嗎?
此技能目前不支援語言篩選。BrowserAct API 會提取每個影片上有的任何可用字幕。
單一批次可以提取的最大影片數量是多少?
預設限制為 5 個影片。你可以增加此數量,但非常大的批次可能會超時。BrowserAct 速率限制也會根據你的 API 方案而適用。

تفاصيل المطور

بنية الملفات