with one click
content-youtube
Download YouTube videos to the source directory.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Download YouTube videos to the source directory.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | content-youtube |
| description | Download YouTube videos to the source directory. |
Download a YouTube video to a project's source/ directory.
/content-youtube <youtube-url> [project-path]
uv CLI: brew install uv or pip install uvyt-dlp CLI: brew install yt-dlp# Download into this project's source/ directory
uv run .claude/skills/content-youtube/scripts/download.py "<youtube-url>" source/
# Or rely on the default output_dir ("source/")
uv run .claude/skills/content-youtube/scripts/download.py "<youtube-url>"
url - YouTube video URL (required)output_dir - Output directory (required)--max-size - Maximum file size in MB (default: 500)--audio-only - Download audio only (mp3)Downloads video to source/{video-title}.mp4
Run /content-transcribe to transcribe the video.
/blog-schedule - Manage Post Schedule
Generate a blog post from source materials (text, PDFs, images, transcripts). Use when user wants to create a blog post or article.
Render carousel slides from social/carousel.md into 1080x1350 PNG images.
Push blog posts to Google Docs for review, then pull comments and suggestions back as feedback for discussion.
Generate AI images for content using Gemini or other image generation APIs. Use when user needs diagrams, illustrations, or visual content.
Initialize a new content project with the standard directory structure in projects). Use when user wants to create a new blog post and one doesn't exist for it.