Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

youtube-batch-transcript-extractor-api-skillyoutube batch transcript extractor API 技能

Agent Skill

用于辅助 API 设计、接口文档、请求响应结构和服务集成说明。它适合让 Agent 梳理 endpoint、生成 OpenAPI 草稿、检查字段命名、整理错误码或辅助前后端联调。使用时需要确认真实业务语义、鉴权方式、分页和错误处理规则;涉及生成接口文档时,应避免凭空补字段,最好从现有代码、schema 或接口样例中提取事实。

总安装

4,895

周安装

198

GitHub Stars

公开资料未说明

下载量

1,536
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:youtube-batch-transcript-extractor-api-skill(youtube batch transcript extractor API 技能)
来源仓库:https://github.com/browseract-ai/youtube-batch-transcript-extractor-api-skill
安装命令:
openclaw skills install youtube-batch-transcript-extractor-api-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install youtube-batch-transcript-extractor-api-skill

简介

youtube-batch-transcript-extractor-api-skill 通过 BrowserAct API 批量提取 YouTube 视频转录与元数据。

  • 适合在 OpenClaw 中自动化整理大量视频内容、构建数据集或训练模型时使用。
  • 支持并行处理多个 URL,返回结构化 JSON 结果。
  • 安装命令:openclaw skills install youtube-batch-transcript-extractor-api-skill;需 API 密钥。
  • 注意遵守 YouTube 服务条款,避免高频请求导致封禁。

SKILL.md

name
youtube-batch-transcript-extractor-api-skill
description
This skill helps users automatically extract YouTube video transcripts and metadata in batch via the BrowserAct API. The Agent should proactively apply this skill when users express needs like batch extract full transcripts from YouTube videos for specific keywords, scrape YouTube subtitles for a list of videos, get batch video metadata and likes counts for analysis, automate YouTube search and subtitle extraction, collect multiple video transcripts published this week, download bulk YouTube video subtitles without writing crawler scripts, build a dataset of transcripts from top YouTube videos, extract YouTube video URLs and publisher info in batch, gather full video content for AI summarization pipelines, monitor recent YouTube videos and extract their transcripts, batch retrieve structured subtitle data for media research, extract transcripts from trending YouTube content automatically.
metadata
{"clawdbot":{"emoji":"🌐","requires":{"bins":["python"],"env":["BROWSERACT_API_KEY"]}}}

YouTube Batch Transcript Extractor API Skill

📖 Introduction

This skill uses the BrowserAct YouTube Batch Transcript Extractor API template to provide users with an automated service for extracting YouTube video transcripts and metadata in batch. Simply by providing search keywords and filters, you can batch extract full video transcripts, likes, and channel metadata without writing crawler scripts.

✨ Features

  1. No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows avoid generative AI hallucinations.
  2. No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.
  3. No IP access restrictions or geofencing: No need to deal with regional IP restrictions.
  4. Faster execution: Tasks execute faster compared to pure 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 Process

Before running, you must 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 collaboratively. The Agent must inform the user at this time:

"Since you have not yet configured the BrowserAct API Key, please go to the BrowserAct Console to get your Key first."

🛠️ Input Parameters

When calling the script, the Agent should flexibly configure the following parameters based on user needs:

  1. KeyWords

- Type: string - Description: The keyword to search for on YouTube. - Example: OpenClaw, AI Automation

  1. Upload_date

- Type: string - Description: Filter for the upload date of the videos. - Optional values: Today, This week, This month, This year. - Default value: This week

  1. Datelimit

- Type: number - Description: The number of videos to extract. Adjust as needed. - Default value: 5 - Recommendation: Set a smaller value (1-5) for quick tests and a larger value for bulk extraction.

🚀 Invocation Method (Recommended)

The Agent should execute the following independent script to achieve "one-line command to get results":

# Example invocation
python -u ./scripts/youtube_batch_transcript_extractor_api.py "keywords" "Upload_date" Datelimit

⏳ Execution Status Monitoring

Since this task involves automated browser operations, it may take a long time (several minutes). The script will continuously output timestamped status logs (e.g., [14:30:05] Task Status: running) while running. Agent Notes:

  • While waiting for the script to return results, please keep an eye on the terminal output.
  • As long as the terminal is still outputting new status logs, it means the task is running normally. Please do not mistakenly judge it as a deadlock or unresponsiveness.
  • Only consider triggering the retry mechanism if the status remains unchanged for a long time or the script stops outputting without returning a result.

📊 Data Output Description

After successful execution, the script will parse and print the results directly from the API response. The results include:

  • Video title: The title of the YouTube video.
  • Video URL: The direct link to the original video.
  • Publisher: The name of the channel publishing the video.
  • Channel link: The URL of the publisher's YouTube channel.
  • Video likes count: The number of likes the video has received.
  • Subtitles: The complete extracted transcript/subtitles of the videos.

⚠️ Error Handling & Retry

If an error is encountered during the execution of the script (such as network fluctuation or task failure), the Agent should follow the logic below:

  1. Check the output content:

- If the output contains "Invalid authorization", it indicates that the API Key is invalid or expired. Do not retry at this time. You should guide the user to recheck and provide the correct API Key. - If the output does not contain "Invalid authorization" but the task execution fails (for example, the output starts with Error: or returns an empty result), the Agent should automatically try to execute the script once more.

  1. Retry limits:

- Automatic retry is limited to once. If the second attempt still fails, stop retrying and report the specific error message to the user.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.37%
按下载量换算1,357

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills