youtube-to-blog-post

When the user wants to turn a YouTube video into a blog post, article, outline, newsletter draft, or transcript-based written summary. Also use when the user mentions repurposing a video, extracting a transcript, rewriting a YouTube talk into a post, or expanding a creator video into long-form content. Use this whenever the workflow should start with transcript extraction and optional source verification through DumplingAI capabilities.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "youtube-to-blog-post" with this command: npx skills add dumplingai/cli/dumplingai-cli-youtube-to-blog-post

YouTube to Blog Post

Overview

Turn a YouTube video into a structured blog post using DumplingAI v2 capabilities.

Allowed Commands

dumplingai run capability get_youtube_transcript --input '{"videoUrl":"https://youtube.com/watch?v=ID"}'
dumplingai run capability google_search --input '{"query":"topic from the video"}'
dumplingai run capability scrape_page --input '{"url":"https://example.com/reference"}'

Workflow

  1. Fetch the transcript first and save it to .dumplingai/transcript.json.
  2. Extract the main argument, audience, examples, and action items.
  3. Verify outside claims with google_search and scrape_page when needed.
  4. Draft a blog post that stays faithful to the transcript and cited sources.

Output Strategy

dumplingai run capability get_youtube_transcript --input '{"videoUrl":"https://youtube.com/watch?v=ID"}' > .dumplingai/transcript.json
dumplingai run capability google_search --input '{"query":"company or concept from the video"}' > .dumplingai/search.json
dumplingai run capability scrape_page --input '{"url":"https://example.com/reference"}' > .dumplingai/reference.json

Read incrementally:

head -80 .dumplingai/transcript.json
rg '"transcript"|"text"|"results"' .dumplingai/transcript.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

social-media-post

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

dumplingai-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

discovering-dumplingai-apis

No summary provided by upstream source.

Repository SourceNeeds Review