Loading...
Loading...
Record an autonomous 50 FPS promo video of your game for social media. Use when the user says "record a video", "make a promo", "capture gameplay", "record gameplay footage", or "make a trailer for my game". Do NOT use for gameplay testing (use qa-game).
npx skill4agent add opusgamelabs/game-creator record-promo$ARGUMENTScurl -s http://localhost:3000/npm run devnpx playwright --versionnpm install -D @playwright/test && npx playwright install chromiumffmpeg -version | head -1brew install ffmpegpromo-videosrc/scenes/GameScene.jssrc/core/EventBus.jssrc/core/Constants.jssrc/main.js__GAME____GAME_STATE__scripts/capture-promo.mjs1080 × 1920cp <plugin-root>/skills/promo-video/scripts/convert-highfps.sh <project-dir>/scripts/
chmod +x <project-dir>/scripts/convert-highfps.shmkdir -p output
node scripts/capture-promo.mjs --port <port>
bash scripts/convert-highfps.sh output/promo-raw.webm output/promo.mp4 0.5ffmpeg -y -ss 5 -i output/promo.mp4 -frames:v 1 -update 1 output/promo-thumbnail.jpg/record-promo examples/flappy-birdoutput/promo.mp4Promo video recorded! 50 FPS, mobile portrait (1080×1920).File:output/promo.mp4Post it to TikTok, Reels, or X to drive traffic to your game.