원클릭으로
content-youtube
Download YouTube videos to the source directory.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Download YouTube videos to the source directory.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.