·yt-transcribe
*

yt-transcribe

mhagrelius/dotfiles

当用户询问 YouTube 视频内容、想要了解视频内容、需要来自 YouTube URL 的信息,或者视频转录可以回答他们的问题时使用

11安装·0热度·@mhagrelius

安装

$npx skills add https://github.com/mhagrelius/dotfiles --skill yt-transcribe

SKILL.md

Use yt-transcribe to get the actual spoken content from YouTube videos. Web search and fetch tools cannot access video content - they only see metadata.

| -q | Required for LLMs - clean stdout, no progress noise | | -m tiny | Faster transcription (less accurate) | | -m medium | More accurate (slower, larger model) | | -o file | Save to file instead of stdout | | -f srt/vtt | Include timestamps |

Always use -q flag - suppresses progress output, gives clean transcript to stdout.

当用户询问 YouTube 视频内容、想要了解视频内容、需要来自 YouTube URL 的信息,或者视频转录可以回答他们的问题时使用 来源:mhagrelius/dotfiles。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mhagrelius/dotfiles --skill yt-transcribe
分类
*创意媒体
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 yt-transcribe?

当用户询问 YouTube 视频内容、想要了解视频内容、需要来自 YouTube URL 的信息,或者视频转录可以回答他们的问题时使用 来源:mhagrelius/dotfiles。

如何安装 yt-transcribe?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mhagrelius/dotfiles --skill yt-transcribe 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/mhagrelius/dotfiles