Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

sticker-design-generation贴纸设计生成

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

2,130

周安装

87

GitHub Stars

12

下载量

689
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sticker-design-generation(贴纸设计生成)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/sticker-design-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill sticker-design-generation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill sticker-design-generation

简介

sticker-design-generation 用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化,适合生成 UI 方案或改进组件层级。

  • 适用于前端设计相关的贴纸设计和界面优化任务。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 使用时需要结合现有品牌和用户任务,不应只堆装饰元素。
  • 可结合原始 README 继续核验具体用法和功能细节。

SKILL.md

Sticker Design Generation

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.

Features

  • Die-Cut Stickers: Custom shapes with clean edges for cutting
  • Vinyl Stickers: Weather-resistant designs for outdoor use
  • Kawaii/Cute Stickers: Japanese-inspired adorable characters and designs
  • Brand Logo Stickers: Professional logo stickers for merchandise and marketing
  • Emoji-Style Packs: Expressive character sets for messaging apps
  • Laptop Stickers: Tech-aesthetic designs for device customization
  • Bumper Stickers: Bold, readable designs for vehicles
  • Planner/Journal Stickers: Decorative elements for planning and scrapbooking
  • Holographic Effects: Iridescent and prismatic visual styles
  • Sticker Sheets: Organized layouts with multiple designs

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 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 Types & Specifications

Sticker TypeTypical SizeBackgroundUse Case
Die-Cut2-4 inchesWhite/TransparentWater bottles, laptops, notebooks
Vinyl3-5 inchesSolid colorsOutdoor, vehicles, windows
Kawaii1-3 inchesWhite/PastelPlanners, journals, gifts
Logo2-4 inchesBrand colorsMarketing, merchandise
Emoji Pack1-2 inchesTransparentDigital, messaging apps
Laptop3-6 inchesVariousDevice customization
Bumper3x10 inchesSolidVehicles, outdoor
Planner0.5-2 inchesWhite/ClearBullet journals, calendars
Holographic2-4 inchesIridescent effectPremium merchandise
Sticker Sheet4x6 or 8.5x11WhiteRetail, bundles

Use Case Examples

1. Die-Cut Sticker 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 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"
  }'

2. Vinyl Sticker 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": "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"
  }'

3. Kawaii/Cute Sticker

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"
  }'

4. Brand Logo Sticker

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"
  }'

5. Emoji-Style Sticker Pack

# 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"
  }'

6. Laptop Sticker 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": "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"
  }'

7. Bumper Sticker 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 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"
  }'

8. Planner/Journal Stickers

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"
  }'

9. Holographic Effect Sticker

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"
  }'

10. Sticker Sheet Layout

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"
  }'

Best Practices

Design Guidelines

  • Clean Edges: Ensure designs have clear boundaries for die-cutting
  • White/Transparent Background: Makes production easier and cleaner
  • Bold Colors: Use vibrant, saturated colors that print well
  • Simple Shapes: Complex details may be lost at small sizes
  • Bleed Area: Include extra margin for cutting tolerance

Print Considerations

  • Resolution: Request high-resolution output for print quality
  • Color Mode: Consider CMYK-friendly colors for printing
  • Size Specification: Mention target size in your prompt
  • Material Type: Specify if designing for matte, glossy, or holographic materials

Style Tips

  • Consistency: Use session_id when creating sticker packs for visual consistency
  • Contrast: Ensure good contrast for readability
  • Scalability: Designs should look good at various sizes
  • Theme Cohesion: Maintain consistent style across related stickers

Prompt Tips for Sticker Designs

When creating sticker designs, include these details in your prompt:

  1. Sticker Type: Die-cut, vinyl, holographic, etc.
  2. Subject/Theme: What the sticker depicts
  3. Style: Kawaii, minimalist, retro, hand-drawn, vector, etc.
  4. Colors: Specific palette or color scheme
  5. Size/Format: Target dimensions or aspect ratio
  6. Background: White, transparent, colored, or gradient
  7. Special Effects: Holographic, metallic, glow, etc.
  8. Use Case: Where the sticker will be applied

Example Prompt Structure

"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]."

Mode Selection

Ask your users before generating:

"Do you want fast & cheap, or high quality?"

ModeBest ForSpeedQuality
maxFinal print-ready designs, client deliverablesSlowerHighest
ecoQuick concepts, draft iterations, bulk explorationFasterGood

Multi-Turn Creative Iteration

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"
  }'

Batch Generation for Sticker Packs

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 Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with content policies
TimeoutComplex generationSet client timeout to minimum 10 minutes

Related Skills

  • each-sense - Core API documentation
  • product-photo-generation - Product photography for merchandise
  • brand-logo-generation - Logo design for sticker branding
  • character-design - Character creation for sticker packs

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.4%
按下载量换算251

Claude

26.81%
按下载量换算185

Cursor

17.68%
按下载量换算122

Gemini CLI

9.54%
按下载量换算66

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills