personal:media-summarize

Summarize videos, podcasts, and web pages into Chinese Markdown notes.

17|4|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/shiqkuangsan/oh-my-daily-skills --skill personal-media-summarize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: personal:media-summarize
Source: https://github.com/shiqkuangsan/oh-my-daily-skills/tree/main/personal/media-summarize
Command: npx skills add https://github.com/shiqkuangsan/oh-my-daily-skills --skill personal-media-summarize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @steipete/summarize, python3, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly generate Chinese Markdown notes from various media formats like videos, audio, podcasts, web pages, and social media posts, saving time and effort in content consumption and note-taking.

Core Features & Use Cases

  • Multi-format Support: Handles YouTube, Spotify, Apple Podcasts, direct audio/video links, X/Twitter, web pages, and PDFs.
  • Automated Summarization: Uses the summarize CLI tool to process media and output clean Chinese Markdown.
  • Use Case: A user shares a YouTube link and asks "Summarize this video for me." This Skill will process the video and provide a Markdown summary.

Quick Start

Use the summarize CLI to process the YouTube video at https://www.youtube.com/watch?v=fT6kGrHtf9k and save the output to summary.md.

Frequently Asked Questions about personal:media-summarize

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

FAQPage Schema
How do I summarize a YouTube video into Chinese Markdown?

This Skill summarizes YouTube videos into Chinese Markdown by processing the video link through the `summarize` CLI tool and extracting the transcribed text into structured Markdown notes.

Can I summarize podcasts from Spotify and Apple Podcasts to Markdown?

Yes, you can summarize podcasts from Spotify and Apple Podcasts. The Skill accepts podcast URLs, processes the audio via the `summarize` CLI, and generates Chinese Markdown notes from the content.

Does summarizing media content require Python 3?

Yes, Python 3 is required. It is used to parse the JSON output generated by the `summarize` CLI tool, extracting the summarized text so it can be formatted into Chinese Markdown notes.

What is the best way to summarize web pages and X/Twitter posts?

The best way to summarize web pages and X/Twitter posts is to pass the URLs to this Skill. It uses the `summarize` CLI to extract the content and formats it into readable Chinese Markdown notes.

How do I extract text from a PDF into Chinese Markdown notes?

To extract text from a PDF into Chinese Markdown notes, provide the document to this Skill. It uses the `summarize` CLI backend to process the PDF and generate a structured Chinese Markdown summary.