From eachlabs-skills
Generates print-ready sticker artwork using each::sense AI: die-cut, vinyl, kawaii, logo, emoji, holographic, and sticker sheets. Invoke via /sticker-design-generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/eachlabs-skills:sticker-design-generationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate professional sticker designs using each::sense. This skill creates print-ready sticker artwork for various applications including die-cut stickers, vinyl decals, merchandise, branding, and digital sticker packs.
Generate professional sticker designs using each::sense. This skill creates print-ready sticker artwork for various applications including die-cut stickers, vinyl decals, merchandise, branding, and digital sticker packs.
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 die-cut sticker design of a cute cat astronaut floating in space with stars around it, white background for easy cutting"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
| Sticker Type | Typical Size | Background | Use Case |
|---|---|---|---|
| Die-Cut | 2-4 inches | White/Transparent | Water bottles, laptops, notebooks |
| Vinyl | 3-5 inches | Solid colors | Outdoor, vehicles, windows |
| Kawaii | 1-3 inches | White/Pastel | Planners, journals, gifts |
| Logo | 2-4 inches | Brand colors | Marketing, merchandise |
| Emoji Pack | 1-2 inches | Transparent | Digital, messaging apps |
| Laptop | 3-6 inches | Various | Device customization |
| Bumper | 3x10 inches | Solid | Vehicles, outdoor |
| Planner | 0.5-2 inches | White/Clear | Bullet journals, calendars |
| Holographic | 2-4 inches | Iridescent effect | Premium merchandise |
| Sticker Sheet | 4x6 or 8.5x11 | White | Retail, bundles |
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 die-cut sticker design of a retro cassette tape with vibrant 80s colors (pink, cyan, purple). The design should have clean edges suitable for die-cutting, white background, vintage aesthetic with slight wear texture."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
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 weatherproof vinyl sticker for outdoor use. Mountain landscape with a sunset, bold colors that stand out, simple shapes that read well from a distance. Include a small border for durability. Style: flat illustration, vector-like clean lines."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
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 kawaii sticker design of a blushing strawberry with cute anime-style eyes, tiny hands, and sparkles around it. Pastel pink colors, white background, Japanese cute aesthetic. Add small hearts and stars as decorative elements."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
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 professional brand logo sticker for a coffee shop called 'Brew & Bean'. Circular badge design with a coffee cup icon, modern minimalist style, black and gold colors on white background. Include the brand name in a clean sans-serif font. Print-ready with bleed area."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
# First emoji in the pack
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 the first sticker in an emoji-style pack featuring a round yellow character. This one shows a happy laughing expression with closed eyes and open mouth. Bold black outlines, flat colors, transparent background. Style similar to popular messaging app stickers."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "emoji-pack-001"
}'
# Second emoji (same session for consistency)
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 the second sticker in the pack with the same character, but showing a surprised/shocked expression with wide eyes and small O-shaped mouth. Maintain the same style and colors as the first one."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "emoji-pack-001"
}'
# Third emoji
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 the third sticker showing the character with heart eyes and a loving expression. Keep consistent with the previous designs."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "emoji-pack-001"
}'
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 tech-themed laptop sticker featuring a cyberpunk-style geometric fox head with neon accents (electric blue and hot pink). Modern, edgy aesthetic suitable for developers and gamers. Clean die-cut shape, approximately 3 inches. Black background with glowing effects."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
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 bumper sticker design, rectangular format (approximately 3x10 inch ratio). Bold text saying 'ADVENTURE AWAITS' with a mountain and sun icon. High contrast colors (navy blue background, white and yellow graphics) for visibility. Simple, readable from a distance, weather-resistant design considerations."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
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 set of planner stickers for productivity and journaling. Include: a 'To Do' header banner, small checkmark icons, coffee cup doodle, stack of books, tiny plant illustration, and motivational quote bubble saying 'You got this!'. Cohesive pastel color palette (mint, peach, lavender), hand-drawn illustration style, white background."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
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 holographic-style sticker design of a crystal cluster. Iridescent rainbow effect with prismatic light reflections, shifting colors from pink to blue to green. Add sparkle elements and light flares. The design should simulate the look of a holographic/foil sticker material. White background for die-cutting."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
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 complete sticker sheet (4x6 inch format) with a cohesive 'Ocean Life' theme. Include: 2 large stickers (jellyfish and sea turtle), 4 medium stickers (seashells, starfish, coral, seahorse), and 6 small decorative elements (bubbles, waves, anchors). Watercolor illustration style, soft blue and coral color palette. Arrange neatly on white background with proper spacing for cutting."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'
When creating sticker designs, include these details in your prompt:
"Create a [sticker type] sticker design of [subject].
Style: [artistic style].
Colors: [color palette].
Size: [dimensions/format].
Background: [background type].
Additional details: [special effects, text, decorative elements]."
Ask your users before generating:
"Do you want fast & cheap, or high quality?"
| Mode | Best For | Speed | Quality |
|---|---|---|---|
max | Final print-ready designs, client deliverables | Slower | Highest |
eco | Quick concepts, draft iterations, bulk exploration | Faster | Good |
Use session_id to iterate on sticker designs:
# Initial design concept
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 die-cut sticker of a happy cactus in a pot, kawaii style"}],
"model": "eachsense/beta",
"stream": true,
"session_id": "cactus-sticker-project"
}'
# Refine based on feedback
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": "Make the cactus blush more, add small flower on top, and include tiny sparkles around it"}],
"model": "eachsense/beta",
"stream": true,
"session_id": "cactus-sticker-project"
}'
# Create variations
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 3 more variations with different expressions: sleepy, excited, and winking"}],
"model": "eachsense/beta",
"stream": true,
"session_id": "cactus-sticker-project"
}'
Generate multiple themed stickers efficiently:
# Sticker 1 - Main character
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 cute raccoon character sticker, sitting pose, holding a cookie, kawaii style with pastel colors"}],
"model": "eachsense/beta",
"stream": true,
"mode": "eco",
"session_id": "raccoon-pack"
}'
# Sticker 2 - Different pose
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": "Same raccoon character but sleeping curled up, with a tiny snot bubble"}],
"model": "eachsense/beta",
"stream": true,
"mode": "eco",
"session_id": "raccoon-pack"
}'
# Sticker 3 - Action pose
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": "Same raccoon character waving hello with sparkles, cheerful expression"}],
"model": "eachsense/beta",
"stream": true,
"mode": "eco",
"session_id": "raccoon-pack"
}'
| Error | Cause | Solution |
|---|---|---|
Failed to create prediction: HTTP 422 | Insufficient balance | Top up at eachlabs.ai |
| Content policy violation | Prohibited content | Adjust prompt to comply with content policies |
| Timeout | Complex generation | Set client timeout to minimum 10 minutes |
each-sense - Core API documentationproduct-photo-generation - Product photography for merchandisebrand-logo-generation - Logo design for sticker brandingcharacter-design - Character creation for sticker packsnpx claudepluginhub eachlabs/skillsOrchestrates AI-generated sticker grid creation and packages them for WeChat using the wechat-sticker-maker tool. Activates on requests for complete custom sticker packs.
Creates professional product packaging designs across food, cosmetic, beverage, supplement, coffee, candle, gift box, shopping bag, and label categories, powered by each::sense AI.
Generates Mondo-style poster, book cover, and album designs with AI prompt optimization and image generation. Supports multiple aspect ratios and 33+ designer styles.