youtube-transcriber-yt-transcript
A zero-dependency skill to download pure subtitles from any YouTube video and format them into readable notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A zero-dependency skill to download pure subtitles from any YouTube video and format them into readable notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Транскрибирует аудио из Instagram Reels (и других видео) через Yandex SpeechKit. Скачивает видео, загружает в Object Storage, распознает речь и возвращает текст.
Download and transcribe Instagram Reels, TikToks, or similar short media directly to a clean note using Whisper API.
Manage Todoist tasks directly. Create, complete, and list tasks safely without leaking your API key to the AI context.
Challenges the user to a scenario-based interview or exam on a specific note. The AI generates challenging questions one by one and grades responses.
Break through writer's block by forcing accidental connections between completely random notes in your Zettelkasten.
Break down long, rambling essays into atomic Zettelkasten notes without hallucinating or losing text.
| name | YouTube Transcriber (`/yt-transcript`) |
| description | A zero-dependency skill to download pure subtitles from any YouTube video and format them into readable notes. |
When the user asks you to extract or transcribe a YouTube video (/yt-transcript <url>), follow these precise steps:
Run the lightweight python script to securely and privately fetch the video's subtitle track. This script extracts raw text without burning your context limits on timestamps or requiring third-party API keys.
CRITICAL: VIRTUAL ENVIRONMENT
This script requires the youtube-transcript-api package. To ensure the user's host machine is not polluted, it uses an isolated virtual environment.
Run the script exclusively through the provided run.sh bash wrapper. The wrapper will automatically build the environment if it doesn't exist and pass your arguments to the script transparently.
/absolute/path/to/Obsidian-AI-Skills/youtube_transcribe/run.sh "YOUTUBE_URL_OR_ID"
The script will output the raw, unformatted transcript block into your context.
Your job as an AI is to act as an expert editor:
##) headers denoting topic changes.Output the cleaned, readable markdown document to the user. Do not try to summarize the document unless the user explicitly requested it; your goal is to provide a cleaned, full transcription.