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.