YouTube Thumbnail Optimizer
Generate 3 Rocket League themed YouTube thumbnails using WaveSpeed AI.
Overview
The YT Thumbnail Optimizer generates three visual variants for any video title using Google's Nano Banana Pro model via WaveSpeed AI. Designed for GrandgoldRL Rocket League content.
Thumbnail Styles
- Epic Action, Rocket-powered car with boost trails, dynamic arena background, explosive particles
- Minimal Clean, Clean gradient, centered Octane, sleek typography, professional esports look
- Intense Close-up, Car at moment of impact, sparks flying, dramatic dark lighting
Prerequisites
Set your WaveSpeed API key:
export WAVESPEED_API_KEY="your-key-here"
Or save to: ~/clawd/skills/wavespeed-nano-banana-pro/.env
Quick Start
bash ~/clawd/skills/yt-thumbnail-optimizer/scripts/generate.sh "INSANE Rocket League Saves"
Output
Saved to ~/clawd/tmp/thumbnails/:
thumbnail_1_epic.pngthumbnail_2_minimal.pngthumbnail_3_intense.png
Image Specs
| Property | Value |
|---|---|
| Aspect Ratio | 16:9 (YouTube standard) |
| Resolution | 2k |
| Format | PNG |
| Model | google/nano-banana-pro/text-to-image |
| API | WaveSpeed AI |
Usage Examples
# Single video
bash generate.sh "My Crazy Aerial Goal"
# Championship game
bash generate.sh "Grand Champion Ranked Gameplay"
# Tutorial content
bash generate.sh "How to Wall Dash in Rocket League"
Tips for Better Thumbnails
- Include the game mode (Ranked, Casual, 1v1) in the title for more accurate style
- Action words like "INSANE", "IMPOSSIBLE", "CRAZY" help generate dramatic prompts
- Review all 3 variants, minimal style often works best for tutorial content
- Epic style performs best for highlight reels
Cost
Each run generates 3 images at WaveSpeed pricing:
- 2k resolution: ~$0.14/image = ~$0.42 per run
Files
skills/yt-thumbnail-optimizer/
├── SKILL.md
└── scripts/
└── generate.sh