- YouTubers - Long-form content creators
- TikTokers - Short-form viral content
- Video Editors - Production professionals
- Live Streamers - Content repurposing
# Install all 29 skills with one command
npx add-skill nicepkg/ai-workflow/workflows/video-creator-workflow
# Or install specific skills
npx add-skill nicepkg/ai-workflow/workflows/video-creator-workflow --skill video-script-writer
| Skill | What It Does |
|---|
serpapi | Search Google/YouTube trends, generate topic pool |
content-trend-researcher | Track trending topics across 10+ platforms |
content-research | Cross-platform research with citations |
capture-triage | Sort captured ideas into actionable tasks |
| Skill | What It Does |
|---|
youtube-transcript | Extract video transcripts for analysis |
youtube-to-markdown | Convert YouTube videos to summary + transcript |
transcribe-and-analyze | Local transcription with WhisperKit |
video-downloader | Download videos for reference/editing |
tapestry | Auto-detect content type and route to right skill |
| Skill | What It Does |
|---|
video-script-writer | Write complete video scripts with structure |
video-script-collaborial | Make scripts sound natural and conversational |
video-hook-generator | Generate viral opening hooks (first 3 seconds) |
| Skill | What It Does |
|---|
video-title-optimizer | Optimize titles for CTR and SEO |
thumbnail-concept-generator | Create thumbnail concepts and briefs |
canvas-design | AI visual design for thumbnails |
| Skill | What It Does |
|---|
pexels-media | Source royalty-free images/videos from Pexels |
media-processing | FFmpeg batch processing: cut, merge, watermark |
video-to-gif | Convert video clips to high-quality GIFs |
| Skill | What It Does |
|---|
youtube-seo-optimizer | Optimize descriptions, tags, chapters |
short-form-converter | Convert long videos to Shorts/TikTok |
social-repurposer | Cross-platform content adaptation |
srt-translator | Translate subtitles for global reach |
instagram | Publish directly to Instagram via Graph API |
| Skill | What It Does |
|---|
video-analytics-interpreter | Interpret YouTube/TikTok analytics |
posthog-analytics | Product analytics and growth dashboards |
webfluence | Build content systems for audience binge |
| Skill | What It Does |
|---|
sponsor-pitch-generator | Create sponsorship pitches and media kits |
video-comparer | Compare video quality for production |
n8n-skills | Workflow automation with n8n |
Stage 1: Trend Radar
โโโ serpapi โ Daily keyword monitoring (20+ keywords)
โโโ content-trend-researcher โ Hot topics across platforms
โโโ capture-triage โ Sort ideas into actionable tasks
Stage 2: Competitor Research
โโโ youtube-transcript โ Analyze competitor videos
โโโ youtube-to-markdown โ Batch process 50+ competitor videos
โโโ transcribe-and-analyze โ Transcribe your own recordings
Stage 3: Script Writing
โโโ video-script-writer โ Full script with structure
โโโ video-script-collaborial โ Make it sound natural
โโโ video-hook-generator โ Nail the first 3 seconds
Stage 4: Production
โโโ pexels-media โ Auto-fetch B-roll footage
โโโ media-processing โ Batch edit, cut, watermark
โโโ video-to-gif โ Create promotional GIFs
Stage 5: Optimization
โโโ video-title-optimizer โ CTR-optimized titles
โโโ thumbnail-concept-generator โ Thumbnail concepts
โโโ youtube-seo-optimizer โ Tags, descriptions, chapters
Stage 6: Distribution
โโโ short-form-converter โ Long โ Shorts/TikTok
โโโ social-repurposer โ Cross-platform versions
โโโ instagram โ Direct publish to IG
โโโ srt-translator โ Multi-language subtitles
Stage 7: Growth Loop
โโโ video-analytics-interpreter โ Performance analysis
โโโ posthog-analytics โ Conversion tracking
โโโ webfluence โ Build content moat
1. "Search trending topics in [niche] for this week"
2. "Download and analyze top 5 competitor videos"
3. "Write a script with viral hook"
4. "Make the script sound more natural"
5. "Find B-roll footage for [scene]"
6. "Create 3 title options and thumbnail concepts"
7. "Publish to Instagram"
1. "Transcribe my long video"
2. "Find 5 viral moments for shorts"
3. "Create hooks for each clip"
4. "Convert to vertical format"
5. "Generate GIFs for promotion"
1. "Extract transcript from YouTube video"
2. "Convert to blog post + Twitter thread"
3. "Translate subtitles to Spanish, Japanese"
4. "Create Instagram carousel version"
| Platform | Features |
|---|
| YouTube Long | Scripts, SEO, Thumbnails, Analytics, Chapters |
| YouTube Shorts | Hooks, Titles, Vertical conversion |
| TikTok | Hooks, Trending sounds, Captions |
| Instagram Reels | Direct publish, Visual optimization |
# Required for media skills
brew install yt-dlp ffmpeg
# Optional: Local transcription
pip install whisperkit
| Skill | Requirement |
|---|
serpapi | SERPAPI_KEY |
instagram | Instagram Graph API token |
pexels-media | PEXELS_API_KEY |
posthog-analytics | PostHog project key |
MIT ยฉ nicepkg