Fetch YouTube video transcripts via APIFY API using residential proxies to bypass bot detection, supporting text and JSON output formats.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install some-other-youtube或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install some-other-youtube⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/some-other-youtube/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Fetch YouTube transcripts via APIFY API (works from cloud IPs, bypasses YouTube bot detection).
YouTube blocks transcript requests from cloud IPs (AWS, GCP, etc.). APIFY runs the request through residential proxies, bypassing bot detection reliably.
# Add to ~/.bashrc or ~/.zshrc
export APIFY_API_TOKEN="apify_api_YOUR_TOKEN_HERE"
# Or use .env file (never commit this!)
echo 'APIFY_API_TOKEN=apify_api_YOUR_TOKEN_HERE' >> .env
# Get transcript as text
python3 scripts/fetch_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"
# Short URL also works
python3 scripts/fetch_transcript.py "https://youtu.be/VIDEO_ID"
# Output to file
python3 scripts/fetch_transcript.py "URL" --output transcript.txt
# JSON format (includes timestamps)
python3 scripts/fetch_transcript.py "URL" --json
# Both: JSON to file
python3 scripts/fetch_transcript.py "URL" --json --output transcript.json
# Specify language preference
python3 scripts/fetch_transcript.py "URL" --lang de
Text (default):
Hello and welcome to this video.
Today we're going to talk about...
JSON (--json):
{
"video_id": "dQw4w9WgXcQ",
"title": "Video Title",
"transcript": [
{"start": 0.0, "duration": 2.5, "text": "Hello and welcome"},
{"start": 2.5, "duration": 3.0, "text": "to this video"}
],
"full_text": "Hello and welcome to this video..."
}
The script handles common errors:
metadata:
clawdbot:
emoji: "📹"
requires:
env: ["APIFY_API_TOKEN"]
bins: ["python3"]安装 youtube copy of yt 后,可以对 AI 说这些话来触发它
Help me get started with youtube copy of yt
Explains what youtube copy of yt does, walks through the setup, and runs a quick demo based on your current project
Use youtube copy of yt to fetch YouTube video transcripts via APIFY API using residential pro...
Invokes youtube copy of yt with the right parameters and returns the result directly in the conversation
What can I do with youtube copy of yt in my developer & devops workflow?
Lists the top use cases for youtube copy of yt, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/some-other-youtube/ 目录(个人级,所有项目可用),或 .claude/skills/some-other-youtube/(项目级)。重启 AI 客户端后,用 /some-other-youtube 主动调用,或让 AI 根据上下文自动发现并使用。
youtube copy of yt 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
youtube copy of yt 可免费安装使用。请查阅仓库了解许可证信息。
Fetch YouTube video transcripts via APIFY API using residential proxies to bypass bot detection, supporting text and JSON output formats.
youtube copy of yt 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using youtube copy of yt
Identifies repetitive steps in your workflow and sets up youtube copy of yt to handle them automatically