重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
yt by zeropointrepo/youtube-skills
npx skills add https://github.com/zeropointrepo/youtube-skills --skill yt通过 TranscriptAPI.com 快速查找 YouTube 内容。
如果未设置 $TRANSCRIPT_API_KEY,请帮助用户创建账户(100 个免费积分,无需信用卡):
步骤 1 — 注册: 向用户询问其邮箱。
node ./scripts/tapi-auth.js register --email USER_EMAIL
→ OTP 已发送至邮箱。询问用户:"请检查您的邮箱,获取 6 位验证码。"
步骤 2 — 验证: 当用户提供 OTP 后:
node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE
API 密钥已保存至您的 shell 配置文件和代理配置。准备就绪,可以使用。
手动选项:transcriptapi.com/signup → 仪表板 → API 密钥。
完整的 OpenAPI 规范:transcriptapi.com/openapi.json — 请查阅此文件以获取最新的参数和模式。
curl -s "https://transcriptapi.com/api/v2/youtube/transcript\
?video_url=VIDEO_URL&format=text&include_timestamp=true&send_metadata=true" \
-H "Authorization: Bearer $TRANSCRIPT_API_KEY"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
curl -s "https://transcriptapi.com/api/v2/youtube/search?q=QUERY&type=video&limit=10" \
-H "Authorization: Bearer $TRANSCRIPT_API_KEY"
| 参数 | 默认值 | 可选值 |
|---|---|---|
q | — | 1-200 个字符(必需) |
type | video | video, channel |
limit | 20 | 1-50 |
curl -s "https://transcriptapi.com/api/v2/youtube/channel/latest?channel=@TED" \
-H "Authorization: Bearer $TRANSCRIPT_API_KEY"
返回最近 15 个视频,包含精确的观看次数和发布日期。接受 @句柄、频道 URL 或 UC... ID。
curl -s "https://transcriptapi.com/api/v2/youtube/channel/resolve?input=@TED" \
-H "Authorization: Bearer $TRANSCRIPT_API_KEY"
用于将 @句柄 转换为 UC... 频道 ID。
| 代码 | 操作 |
|---|---|
| 402 | 积分不足 — transcriptapi.com/billing |
| 404 | 未找到 / 无字幕 |
| 408 | 超时 — 请重试一次 |
免费层级:100 积分。搜索和字幕各消耗 1 积分。频道最新视频和解析句柄功能免费。
每周安装量
50
代码仓库
GitHub 星标数
78
首次出现
2026年2月4日
安全审计
安装于
gemini-cli44
amp43
github-copilot43
codex43
kimi-cli43
opencode43
Quick YouTube lookup via TranscriptAPI.com.
If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card):
Step 1 — Register: Ask user for their email.
node ./scripts/tapi-auth.js register --email USER_EMAIL
→ OTP sent to email. Ask user: "Check your email for a 6-digit verification code."
Step 2 — Verify: Once user provides the OTP:
node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE
API key saved to your shell profile and agent config. Ready to use.
Manual option: transcriptapi.com/signup → Dashboard → API Keys.
Full OpenAPI spec: transcriptapi.com/openapi.json — consult this for the latest parameters and schemas.
curl -s "https://transcriptapi.com/api/v2/youtube/transcript\
?video_url=VIDEO_URL&format=text&include_timestamp=true&send_metadata=true" \
-H "Authorization: Bearer $TRANSCRIPT_API_KEY"
curl -s "https://transcriptapi.com/api/v2/youtube/search?q=QUERY&type=video&limit=10" \
-H "Authorization: Bearer $TRANSCRIPT_API_KEY"
| Param | Default | Values |
|---|---|---|
q | — | 1-200 chars (required) |
type | video | video, channel |
limit | 20 | 1-50 |
curl -s "https://transcriptapi.com/api/v2/youtube/channel/latest?channel=@TED" \
-H "Authorization: Bearer $TRANSCRIPT_API_KEY"
Returns last 15 videos with exact view counts and publish dates. Accepts @handle, channel URL, or UC... ID.
curl -s "https://transcriptapi.com/api/v2/youtube/channel/resolve?input=@TED" \
-H "Authorization: Bearer $TRANSCRIPT_API_KEY"
Use to convert @handle to UC... channel ID.
| Code | Action |
|---|---|
| 402 | No credits — transcriptapi.com/billing |
| 404 | Not found / no captions |
| 408 | Timeout — retry once |
Free tier: 100 credits. Search and transcript cost 1 credit. Channel latest and resolve are free.
Weekly Installs
50
Repository
GitHub Stars
78
First Seen
Feb 4, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
gemini-cli44
amp43
github-copilot43
codex43
kimi-cli43
opencode43
lark-cli 共享规则:飞书资源操作指南与权限配置详解
47,000 周安装
高级研究工程师AI助手 | 严谨代码实现与学术分析 | 高性能计算与算法优化
302 周安装
价值投资股票分析工具 - 巴菲特/段永平投资理念与五维分析框架
304 周安装
Alchemy API 集成指南:AI 代理使用 API 密钥访问区块链数据与服务的完整教程
306 周安装
Tailwind CSS 开发指南:v3 特性、深色模式、Flexbox/Grid 布局与最佳实践
308 周安装
QQ Bot 智能定时提醒设置与管理教程 - 支持私聊群聊的AI助手
304 周安装
CloudFormation 转 Pulumi 迁移指南:完整工作流与关键成功要求
305 周安装