youtube-single-to-obsidian-and-blog

Summarize YouTube videos from subtitles and save to Obsidian and blog directories.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/rollrat/.skills --skill youtube-single-to-obsidian-and-blog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-single-to-obsidian-and-blog
Source: https://github.com/rollrat/.skills/tree/main/youtube-single-to-obsidian-and-blog
Command: npx skills add https://github.com/rollrat/.skills --skill youtube-single-to-obsidian-and-blog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of summarizing YouTube videos and publishing them to both your Obsidian vault and your blog, streamlining content creation and distribution.

Core Features & Use Cases

  • Automated Summarization: Extracts subtitles from YouTube videos and generates Korean summaries.
  • Dual Publishing: Saves summaries to Obsidian (youtube/{video_title}.md) and your blog (content/youtube/{video_title}.md).
  • Git Integration: Automatically commits and pushes changes to a Git repository for website deployment.
  • Use Case: Quickly process a YouTube tutorial, get a concise summary in your notes, and have it published on your blog with a single command.

Quick Start

Run /youtube-single-to-obsidian-and-blog followed by the YouTube video URL.

Frequently Asked Questions about youtube-single-to-obsidian-and-blog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically summarize a YouTube video and save it to Obsidian?

To automatically summarize a YouTube video and save it to Obsidian, this Skill extracts subtitles and generates a Korean summary, saving the output directly into your Obsidian vault as a markdown file.

Can I automatically publish YouTube video summaries to my blog with Git?

Yes, you can automatically publish YouTube video summaries to your blog with Git. This Skill saves the generated content to a blog directory and performs automatic Git commit and push operations for website deployment.

Do I need yt-dlp to extract YouTube subtitles for summarization?

Yes, you need yt-dlp to extract YouTube subtitles for summarization. The Skill requires yt-dlp to handle video processing and subtitle extraction before generating and deploying the summary.

Does this YouTube to Obsidian and blog automation work on Windows?

This YouTube to Obsidian and blog automation works on Windows. The Skill adheres to strict path and encoding rules specifically designed for Windows environments to ensure correct file management.

What is the best way to automate Korean summarization for YouTube tutorials?

The best way to automate Korean summarization for YouTube tutorials is using a Skill that extracts subtitles, generates the summary, and simultaneously deploys the markdown files to both Obsidian and a blog directory via Git.