Quick Ref / Command

Marketing Kit

/ak:youtube

Repurpose YouTube into blogs and social

Repurpose YouTube videos into SEO blogs, visual infographics, and social posts with VidCap captions, downloads, summaries, and comment analysis.

01

Parse route

02

Load reference

03

Fetch source

04

Extract insights

Rule 01

The YouTube URL is the source; the subcommand defines the repurposed output.

Rule 02

Use VidCap content/media APIs for captions, transcripts, downloads, summaries, and comments.

Rule 03

Repurposing should preserve source meaning while changing structure for the target format.

Execution Map

Core lanes from input to output, aligned with the command's real execution path.

01

Start

Input, scope, route

  1. 1 Parse route Read blog, infographic, or social from the first argument and treat the remaining argument as the YouTube URL.
  2. 2 Load reference Load references/blog.md, references/infographic.md, or references/social.md for the selected output format.
02

Work

Agent / skill execution

  1. 3 Fetch source Use VidCap content/media API knowledge and vidcap.py for captions, transcripts, downloads, summaries, or comment data as required.
  2. 4 Extract insights Turn the transcript, summary, media, and comments into key claims, sections, hooks, visuals, or social angles.
03

Verify

Gate, review, validation

  1. 5 Transform Create the selected deliverable: SEO blog post, visual infographic, or multi-platform social content.
  2. 6 Package Return the repurposed content with source context, platform fit, and any asset/API caveats.

Modes / Routes

blog

Video to SEO blog

Research:
Transcript + summary
Review:
SEO/source fidelity
Validate:
Blog draft
infographic

Video to infographic

Research:
Key ideas + visuals
Review:
Visual clarity
Validate:
Infographic content
social

Video to social

Research:
Hooks + comments
Review:
Platform fit
Validate:
Social posts

Sample Prompt

Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.

Blog repurpose Recommended
/ak:youtube blog https://youtube.com/watch?v=VIDEO_ID
Use when:
Use when a video should become an SEO article.
Expected:
SEO blog post based on transcript and video summary.
Infographic
/ak:youtube infographic https://youtube.com/watch?v=VIDEO_ID
Use when:
Use when the video should become a visual summary.
Expected:
Infographic-ready structure and visual points.
Social posts
/ak:youtube social https://youtube.com/watch?v=VIDEO_ID
Use when:
Use to create multi-platform social content from one video.
Expected:
Platform-adapted social post set.

Handled Scope

  • Parse route
  • Load reference
  • Fetch source
  • Extract insights
  • Transform
  • Package

Artifacts Produced

Repurposed YouTube content

Pattern

blog → assets/articles/{date}-{slug}.md; infographic → assets/infographic/{date}-{slug}.{html,png,json}; social → assets/posts/{platform}/{date}-{slug}.md and assets/posts/{date}-{slug}-all-platforms.md

VidCap-backed source extraction feeds the selected transformation route and its packaged output convention.

Next