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.