poster-design-generation▌
eachlabs/skills · updated Apr 30, 2026
Generate stunning, professional poster designs using each::sense. This skill creates high-quality poster artwork for movies, events, products, travel, sports, social causes, and various creative applications.
Poster Design Generation
Generate stunning, professional poster designs using each::sense. This skill creates high-quality poster artwork for movies, events, products, travel, sports, social causes, and various creative applications.
Features
- Movie Posters: Cinematic key art with dramatic compositions and typography space
- Event/Concert Posters: Eye-catching promotional materials for live events
- Motivational Posters: Inspirational designs with impactful imagery
- Product Launch Posters: Commercial visuals for product announcements
- Minimalist Art Posters: Clean, modern aesthetic designs
- Vintage/Retro Posters: Classic styles from various eras
- Travel Destination Posters: Tourism and wanderlust-inspiring visuals
- Sports Event Posters: Dynamic athletic promotional materials
- Educational/Infographic Posters: Information-rich visual designs
- Social Cause Posters: Awareness and advocacy campaign visuals
Quick Start
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a dramatic movie poster for a sci-fi thriller, dark atmosphere with neon accents, leave space at top for title"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Common Poster Sizes & Formats
| Type | Aspect Ratio | Recommended Size | Use Case |
|---|---|---|---|
| Movie Poster | 2:3 | 1080x1620 | Theater posters, key art |
| Event Poster | 11:17 | 1100x1700 | Concert flyers, event promos |
| Square Poster | 1:1 | 1080x1080 | Social media, album art |
| Horizontal | 16:9 | 1920x1080 | Digital displays, banners |
| Vertical | 9:16 | 1080x1920 | Mobile, digital signage |
| A-Series | ~1:1.414 | 2480x3508 (A4) | Print posters |
Use Case Examples
1. Movie Poster Design
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a 2:3 movie poster for a psychological thriller. A silhouette of a man standing at the edge of a foggy cliff, moody blue and grey tones, cinematic lighting with dramatic shadows. Leave space at the top third for the movie title and bottom for credits. Hollywood blockbuster quality."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
2. Event/Concert Poster
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Design an 11:17 concert poster for an electronic music festival. Vibrant neon colors, abstract geometric shapes, laser beams and light effects, futuristic cyberpunk aesthetic. Include visual space for artist names at the top and event details at the bottom. High energy, rave culture vibes."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
3. Motivational Poster
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create an inspirational motivational poster. A lone climber reaching the summit of a mountain at sunrise, golden light breaking through clouds, epic landscape vista. Vertical 2:3 format with space at the bottom for an inspirational quote. Awe-inspiring, triumphant mood."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
4. Product Launch Poster
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Design a sleek product launch poster for a new smartphone. The phone floating in center with dynamic light trails and particle effects around it, dark premium background with subtle gradient. Modern tech aesthetic, Apple-style minimalism. 2:3 vertical format with space for product name and tagline."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
5. Minimalist Art Poster
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a minimalist art poster in the style of Scandinavian design. Simple geometric shapes, limited color palette of terracotta, sage green, and cream. Abstract composition suggesting a landscape. Clean lines, modern aesthetic suitable for home decor. 3:4 vertical format."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
6. Vintage/Retro Poster
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Design a vintage 1950s travel poster style artwork. Classic American diner scene with neon signs, chrome details, and a classic car. Retro color palette with faded pastels, mid-century illustration style with visible brush strokes. Include decorative border typical of the era. 2:3 format."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
7. Travel Destination Poster
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a travel poster for Tokyo, Japan. Cherry blossoms in the foreground, Mount Fuji in the distance, traditional temples mixed with modern skyscrapers. Warm sunset colors, dreamy wanderlust aesthetic. Art deco travel poster style with bold shapes. 2:3 vertical with space for destination name at bottom."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
8. Sports Event Poster
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Design a dynamic basketball championship poster. Action shot of a player mid-dunk, explosive energy with motion blur and particle effects, dramatic stadium lighting. Bold colors - deep blue and orange. High contrast, intense competitive spirit. 11:17 format with space for event title and date."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
9. Educational/Infographic Poster
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create an educational poster about the solar system. Visually stunning representation of planets in orbit around the sun, accurate relative sizes and colors, space background with stars and nebulae. Scientific but visually appealing, suitable for a classroom or museum. 16:9 horizontal format with areas for planet labels."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
10. Social Cause/Awareness Poster
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Design a powerful environmental awareness poster about ocean conservation. A beautiful sea turtle swimming through crystal clear water, but with subtle hints of pollution in the background. Emotional, thought-provoking imagery that inspires action. Blue and green tones. 2:3 vertical format with space for campaign message."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
Best Practices
Composition & Layout
- Typography Space: Always request space for titles, headlines, and text overlays
- Safe Zones: Leave margins for print bleeding and important content
- Focal Point: Define a clear visual hierarchy and center of attention
- Balance: Specify if you want symmetrical or asymmetrical composition
Visual Style
- Color Palette: Mention specific colors or mood-based palettes (warm, cool, vibrant, muted)
- Lighting: Describe lighting direction, quality, and atmosphere
- Style Reference: Reference art movements, eras, or specific design styles
- Texture: Request specific textures (grain, noise, paper, digital clean)
Format Guidelines
- Aspect Ratio: Always specify the desired ratio for your use case
- Resolution: Higher resolution for print, standard for digital
- Orientation: Vertical (portrait) is standard for most posters
Prompt Tips for Poster Design
When creating poster designs, include these details in your prompt:
- Purpose: What is the poster for? (movie, event, product, etc.)
- Format: Specify aspect ratio (2:3, 11:17, 1:1, etc.)
- Style: Art style or era (minimalist, vintage, modern, etc.)
- Subject: Main visual elements and composition
- Color Palette: Specific colors or mood-based palette
- Typography Space: Where text will be placed
- Mood/Atmosphere: Emotional tone of the design
Example Prompt Structure
"Create a [format/ratio] [type] poster for [purpose].
[Visual description of main subject and composition].
[Style and aesthetic references].
[Color palette and lighDiscussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★26 reviews- ★★★★★Shikha Mishra· Dec 12, 2024
Solid pick for teams standardizing on skills: poster-design-generation is focused, and the summary matches what you get after install.
- ★★★★★Zara Tandon· Dec 12, 2024
Solid pick for teams standardizing on skills: poster-design-generation is focused, and the summary matches what you get after install.
- ★★★★★Camila Haddad· Dec 4, 2024
Registry listing for poster-design-generation matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Luis White· Nov 23, 2024
Useful defaults in poster-design-generation — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Yash Thakker· Nov 3, 2024
We added poster-design-generation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Dhruvi Jain· Oct 22, 2024
poster-design-generation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Luis Mensah· Oct 14, 2024
I recommend poster-design-generation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Oshnikdeep· Sep 13, 2024
poster-design-generation is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Min Gill· Sep 5, 2024
Solid pick for teams standardizing on skills: poster-design-generation is focused, and the summary matches what you get after install.
- ★★★★★Emma Martinez· Aug 24, 2024
poster-design-generation has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 26