Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add gajulanagaraju/video-studio --skill "youtube-download"
Install specific skill from multi-skill repository
# Description
Run the Mac mini video workflow script for download, trim, extract, and asset prep.
# SKILL.md
name: youtube-download
description: Run the Mac mini video workflow script for download, trim, extract, and asset prep.
When asked to process a YouTube or source video for this project:
- Confirm the working directory is /Volumes/ExSSD/ai/projects/video-studio
- Use the existing Mac mini workflow script in /scripts
- Save downloads in /downloads
- Save trimmed clips in /clips
- Save poster frames in /posters
- Save final web-ready assets in /output
Expected workflow:
- Download source with yt-dlp
- Trim selected clip with ffmpeg
- Extract poster frame
- Prepare web-ready mp4
- Keep outputs organized by project name
If a direct download is requested, use the script first.
If the script needs variables, pass:
- source URL
- output base name
- optional start time
- optional duration
If the script is unavailable, fall back to:
yt-dlp -f "bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]/best" -o "/Volumes/ExSSD/ai/projects/video-studio/downloads/%(title)s.%(ext)s" "
Primary command:
./scripts/video_workflow.sh "
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.