bestblogs-transcribe-youtube

通过 Chrome AppleScript 调用 Gemini Gem 转写 YouTube 视频文字稿。适用场景:(1) 将 YouTube 视频转为文字稿,(2) 提取 YouTube 视频内容,(3) 获取视频字幕/文本,(4) 视频内容转 Markdown。触发短语:'转写视频', '视频文字稿', 'transcribe youtube', 'youtube transcript', '提取视频内容', 'extract video', '视频转文字', 'video to text', 'youtube to markdown', '视频字幕', 'video subtitle', '转录视频', '转写 YouTube', 'transcribe video', '获取视频文字', 'get video text'。

Install

Hot:47

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=ginobefun-skills-bestblogs-transcribe-youtube&locale=en&source=copy

YouTube Video Transcription — Gemini AI-Powered Intelligent Video Transcript Generation Tool

Skill Overview


The YouTube video transcription skill uses Chrome AppleScript to call a Gemini Gem, enabling automated YouTube video transcription on macOS. It converts video content into structured Markdown transcripts without requiring manual credential management, making it suitable for content creators, bloggers, and researchers who need to quickly extract key points from videos.

Use Cases

1. Video Content Organization and Repurposing


Convert YouTube tutorials, lectures, or interviews into editable transcripts for content creators to organize, summarize, or repurpose. There is no need to watch the video frame by frame to obtain its complete content, significantly improving content-processing efficiency.

2. Rapid Extraction of Key Video Points


Use Gemini AI’s intelligent analysis to quickly extract the core points and key information from YouTube videos. Three thinking levels are supported—fast, think, and pro—allowing users to flexibly balance speed and quality according to their needs. This is suitable for researchers, students, and educators who need to quickly learn from video content.

3. Video Content Archiving and Search


Save important YouTube videos as text files to facilitate the creation of searchable knowledge bases. The Markdown output format supports subsequent editing and annotation, making it suitable for personal knowledge management, academic research, and corporate content archiving.

Core Features

1. Transcription Without Credential Management


Use the Gemini account already logged into the Chrome browser and automatically execute XHR requests through AppleScript, eliminating the need to separately handle API authentication or token management. The browser automatically includes HttpOnly cookies, enabling out-of-the-box use and significantly lowering the barrier to entry.

2. Support for Multiple Thinking Levels


Three transcription levels are available: fast (fastest), think (balanced), and pro (most detailed), accommodating different use cases. fast is suitable for quick previews, think for everyday use, and pro for professional scenarios requiring high-quality transcripts, allowing users to flexibly match their speed and quality requirements.

3. Flexible Output and Intelligent Error Handling


Output can be sent to standard terminal output or saved to a specified file, making it easy to integrate into existing workflows. Comprehensive error handling is built in, providing clear error messages and recommended solutions for common issues such as AppleScript not being enabled, token extraction failures, and API request errors.

Frequently Asked Questions

How do I transcribe a YouTube video on macOS?


Simply log in to your Gemini account in the Chrome browser, make sure the “Allow JavaScript from Apple Events” option is enabled, and then run npx -y bun scripts/transcribe.ts <youtube-url> to transcribe the video automatically. The script will automatically extract the browser token and call the Gemini Gem to complete the transcription.

Which YouTube video transcription tool is the best?


This skill’s advantages lie in its zero-credential-management approach and browser integration. There is no need to apply for a separate API or manage tokens; you can use it with your existing Gemini account. Compared with manual note-taking or other tools, this approach is simpler and more secure, while also supporting multiple thinking levels to meet different needs.

How can I use Gemini AI to extract a video transcript?


This skill comes preconfigured with a dedicated Gem (ID: 8c99566ee291) for YouTube video transcription tasks. Simply provide a YouTube video link, and the script will automatically execute a transcription request on the Gemini page, use Gemini’s multilingual capabilities to generate an accurate transcript, and output it in Markdown format.

Which platforms does this skill support?


Currently, only macOS is supported because the skill relies on AppleScript to integrate with the Chrome browser. Chrome and a logged-in Gemini account are required, and the “Allow JavaScript from Apple Events” option must be enabled in Chrome settings.