con un clic
content-youtube
Download YouTube videos to the source directory.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Download YouTube videos to the source directory.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
/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.
| 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.