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
- Fetch the transcript first and save it to
.dumplingai/transcript.json. - Extract the main argument, audience, examples, and action items.
- Verify outside claims with
google_searchandscrape_pagewhen needed. - 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