What problem does it solve?
This Skill automates the acquisition and summarization of content from multiple sources, turning raw media and documents into concise, actionable insights.
Core Features & Use Cases
- Unified ingestion: fetch transcripts from YouTube, websites, and EPUBs, then generate consistent summaries.
- Structured outputs: split books into chapters and produce per-chapter AI summaries, plus overall across formats.
- Use Case: convert a YouTube lecture and a bookmarked website into organized notes with highlights and a reading-time table.
Quick Start
Use this Skill by running the included CLI commands to process a YouTube video into a transcript, clean the Markdown, and generate a summary. For example:
content-processor yt-transcript --url "<youtube-url>" --output-dir ./sources/yt-transcripts
content-processor epub-to-md --input "<book.epub>" --output "<book>.md"
content-processor md-split --input "<book>-cleaned.md" --level 2