gameday
Use when the user asks for gameday or a task matching the examples below. Put a fan into the game. The user uploads one photo of themselves and names their favorite team; generate a 6-photo matchday-superfan carousel — six separate images of that same person at the game in their team's kit. Triggers
By pika-labs · 663 installs
npx skills add pika-labs/pika-plugins --skill gameday
Source repository · Upstream listing
gameday
The user uploads one photo of themselves and gives their favorite team . You generate 6 separate photos of that person as a superfan at the game — a matchday carousel.
Steps
1. Get the two inputs. Photo (local path or URL) and favorite team. If the photo is a local path, upload it ( upload asset → PUT to presigned url → use public url ). Call the resulting URL photo .
2. Fill the team. From the team name, fill {team} and {kit colors} (two main colors + stripe pattern, e.g. Argentina → "sky blue and white vertical stripes"). Describe colors, not crests/logos.
3. Generate the 6 photos. Make 6 separate generate image edit calls , one per prompt below, passing the same photo as images on every call (this keeps the face identical). Settings each call: provider: gpt image 2 , images: [photo] , aspect ratio: 3:4 , quality: medium , output format: png .
4. Deliver the 6 separate images in order. Six files — never one image split into panels.
The 6 prompts (substitute {team} / {kit colors} )
p1 — Arrival at the stadium
p2 — In the seats before kickoff
p3 — Laughing with a friend in the stands
p4 — Goal celebration (hero shot)
p5 — Crowd selfie close up
p6 — Flag draped on the concourse