一键导入
transcribe-youtube
Use when the user asks to transcribe a YouTube video, get a YouTube transcript, or download/save a transcript from a YouTube URL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks to transcribe a YouTube video, get a YouTube transcript, or download/save a transcript from a YouTube URL.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use the codex MCP server to review the current git diff. Focus on correctness, regressions, security issues, tests, and maintainability. Return only actionable findings with file/line references and severity. Do not modify files.
Use when the user asks to fetch / list / read / show unresolved CodeRabbit review threads on a GitHub PR. Pulls thread URL, file:line, author, and full comment body for every thread CodeRabbit opened that is not yet resolved, plus CodeRabbit's review-summary nitpicks.
Use when the user asks to process / triage / address / handle PR reviews from CodeRabbit, SonarQube, Codex, and CI all together. First waits (polling every 1 min, max 30 min) until CodeRabbit, Sonar, and every CI check on the PR are in a terminal state — while a Codex review runs concurrently against the local diff. Then fetches unresolved threads from all three code-review sources plus failed CI checks, validates each against the actual code / log, handles invalid ones in place (reply on thread / NOSONAR comment), and presents a unified plan for fixing the valid ones (split into logical groups if more than 3).
Manage the Cowork service and Claude Desktop. Use when the user wants to start, stop, or reinstall cowork.
Use when the user asks to draft release notes, write release notes, or summarize changes since the last release for the current repository.
Guide for creating better specs for tasks I give to an agent. Always pulls in the Linear issue whose `gitBranchName` matches the current git branch exactly, and combines it with whatever I type when invoking the skill.
| name | transcribe-youtube |
| description | Use when the user asks to transcribe a YouTube video, get a YouTube transcript, or download/save a transcript from a YouTube URL. |
Transcribes a YouTube video and saves the result as a markdown file.
python ~/.claude/skills/transcribe-youtube/scripts/youtube-transcript.py <URL> [--output-dir <dir>] [--use-youtube-transcript]
<URL> — YouTube video URL (supports watch, shorts, youtu.be, embed formats)--output-dir — where to save the markdown file (default: transcripts/ in cwd)--use-youtube-transcript — use YouTube's built-in transcript instead of OpenAI Whisper (faster but lower quality)--output-dir.OPENAI_API_KEY must be set in the environment (for the default Whisper path)yt-dlp, openai, pydub, youtube-transcript-api