promo-video とは?
Playwright を使用して、Phaser ゲームの高 FPS 自律プロモーション ビデオを録画します。トリガー: プロモーションビデオ、ゲームプレイ録画、マーケティングビデオ、ゲームキャプチャ。 ソース: opusgamelabs/game-creator。
Playwright を使用して、Phaser ゲームの高 FPS 自律プロモーション ビデオを録画します。トリガー: プロモーションビデオ、ゲームプレイ録画、マーケティングビデオ、ゲームキャプチャ。
コマンドラインで promo-video AI スキルを開発環境にすばやくインストール
ソース: opusgamelabs/game-creator。
Record smooth, autonomous promo footage of a Phaser game for marketing / social media. The output is a 50 FPS MP4 in mobile portrait (9:16) — ready for TikTok, Reels, Moltbook, or X.
Playwright's recordVideo caps at 25 FPS with no config option. We work around it:
| SLOWMOFACTOR | 0.5 | Game runs at half speed → 50 FPS output | | WALLCLOCKDURATION | DESIREDGAMEDURATION / SLOWMOFACTOR | Record for 2× to get correct game-time | | VIEWPORT | { width: 1080, height: 1920 } | 9:16 mobile portrait (always default unless user specifies otherwise) | | DESIREDGAMEDURATION | 13000 (ms) | 13s of game-time → 6.5s promo clip |
Playwright を使用して、Phaser ゲームの高 FPS 自律プロモーション ビデオを録画します。トリガー: プロモーションビデオ、ゲームプレイ録画、マーケティングビデオ、ゲームキャプチャ。 ソース: opusgamelabs/game-creator。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/opusgamelabs/game-creator --skill promo-videoPlaywright を使用して、Phaser ゲームの高 FPS 自律プロモーション ビデオを録画します。トリガー: プロモーションビデオ、ゲームプレイ録画、マーケティングビデオ、ゲームキャプチャ。 ソース: opusgamelabs/game-creator。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/opusgamelabs/game-creator --skill promo-video インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/opusgamelabs/game-creator