livestream-poster

Generates livestream promotional posters by fusing person photos with ImageGen and composing layouts on an Ardot canvas.

68|25|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/rojim666/SztuCode --skill livestream-poster-rojim666
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: livestream-poster
Source: https://github.com/rojim666/SztuCode/tree/main/py-runtime/src/sztu_code/core/prompts/workbuddy/skills/livestream-poster
Command: npx skills add https://github.com/rojim666/SztuCode --skill livestream-poster-rojim666

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Creating a polished livestream promotional poster normally requires a designer to blend speaker photos, brand logos, background art, and text layout. This Skill automates that pipeline: it collects the required assets, generates a fused background image with ImageGen, and composes the final poster on an Ardot design canvas. ## Core Features & Use Cases - Dual Workflows: Choose between a style-reference-image workflow (extract background style from an uploaded design image) or a style-selection workflow (use a style file or pick a visual category like tech, cartoon IP, or Bauhaus). - Person Photo Fusion: Fuse up to three speaker photos into the generated base image via ImageGen image1/image2/image3 parameters with high input fidelity, preserving person consistency instead of pasting photos as separate layers. - Canvas Composition: Lay out titles, time cards, speaker cards, CTAs, logos, and SVG icons on the Ardot canvas with aspect-ratio-aware typography rules (16:9, 4:3, 9:16, 3:4, 1:1). - Use Case: A user says "make a 9:16 vertical poster for Friday's AI lecture livestream" and uploads a speaker photo; the Skill asks for missing assets, generates the base image, and delivers a verified poster. ## Quick Start Ask the agent to create a livestream poster for your event, providing the title, time, speaker photo, logo, and preferred aspect ratio.

Frequently Asked Questions about livestream-poster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a livestream poster with a speaker photo?▼

Upload the speaker photo and provide the poster title, time, and aspect ratio. The Skill fuses the photo into the AI-generated background using ImageGen's image1/image2/image3 parameters with high input fidelity, then composes text and logo layers on the Ardot canvas.

What poster aspect ratios and sizes are supported?▼

Five ratios are supported: landscape 16:9 (1920x1080) and 4:3 (1440x1080), portrait 9:16 (1080x1920) and 3:4 (1080x1440), and square 1:1 (1080x1080). Custom dimensions map to the closest supported ImageGen size.

Can I use my own design image as a style reference?▼

Yes. Upload a design image and explicitly state it is a style reference. The Skill extracts the background colors, materials, and decorative elements into an ImageGen prompt while keeping the person rendered in clean photorealistic style.

Why is my uploaded photo not appearing in the generated poster?▼

Person photos must be passed to ImageGen as consecutive image1, image2, image3 string fields, not as an array or wrapped object. If generation fails with person references, the Skill will not silently drop them and will notify you instead.

Why does the uploaded image not render on the Ardot canvas?▼

Image upload requires three steps: register_assets for an upload URL, a curl PUT with the @ prefix on the file path, and upload_images bound to the returned downloadUrl. Passing a local file path directly to upload_images silently fails.

How many times can the poster image be regenerated?▼

ImageGen is called once by default, with at most one regeneration allowed for severe composition problems such as the person overlapping the text area. Minor imperfections are accepted to avoid degrading results.