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

flyer-design-generation传单设计一代

Agent Skill

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

总安装

4,343

周安装

174

GitHub Stars

12

下载量

1,406
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

用于辅助传单设计与视觉排版优化。

  • 适合生成 UI 方案、调整布局和检查视觉一致性。
  • 需结合品牌规范与用户任务设计,避免堆砌装饰元素。
  • 安装命令:npx skills add https://github.com/eachlabs/skills --skill flyer-design-generation。
  • 涉及真实页面时应通过截图预览文本溢出与响应式表现。

SKILL.md

Flyer Design Generation

Generate professional flyers and leaflets using each::sense. This skill creates visually compelling designs for events, promotions, real estate, food service, fitness, and more - optimized for both print and digital distribution.

Features

  • Event Flyers: Party invitations, concert announcements, festival promotions
  • Business Promotional: Company services, product launches, brand awareness
  • Real Estate Listings: Property showcases, open house announcements
  • Restaurant & Food: Menu highlights, special offers, grand opening
  • Fitness & Gym: Membership drives, class schedules, transformation challenges
  • Sale & Discount: Seasonal sales, clearance events, limited-time offers
  • Recruitment: Job fairs, hiring events, career opportunities
  • Community Events: Fundraisers, local gatherings, charity events

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 flyer for a summer music festival featuring EDM and house music, vibrant neon colors, date August 15-17, include space for artist lineup"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Common Flyer Sizes

FormatDimensionsUse Case
Letter8.5x11 in (2550x3300 px)Standard US flyer, handouts
A4210x297 mm (2480x3508 px)Standard international flyer
A5148x210 mm (1748x2480 px)Half-page flyer, inserts
Square1080x1080 pxSocial media, digital ads
4x64x6 in (1200x1800 px)Postcards, small handouts
11x1711x17 in (3300x5100 px)Posters, large format

Use Case Examples

1. Event Flyer (Party/Concert)

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 nightclub party flyer for a New Years Eve celebration. Dark background with gold and silver confetti, champagne glasses, disco ball. Bold typography space for event name at top, date December 31st, include areas for DJ names and venue details at bottom. Luxurious and exciting vibe."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Business Promotional Flyer

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 professional business flyer for a digital marketing agency. Clean modern design with blue and white color scheme. Include sections for services offered (SEO, Social Media, PPC), company logo placeholder at top, contact information area at bottom. Corporate but approachable style."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Real Estate Listing Flyer

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 real estate listing flyer for a luxury home. Feature a beautiful modern house exterior with manicured lawn. Include prominent OPEN HOUSE banner, space for price, 4 bed 3 bath icons, square footage area, agent photo placeholder and contact details. Elegant and trustworthy design with navy and gold accents."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Restaurant/Food Flyer

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 restaurant flyer for an Italian pizzeria. Show a delicious wood-fired pizza with melted cheese and fresh basil. Warm rustic background with Italian flag colors subtly incorporated. Space for restaurant name, special offer (Buy 1 Get 1 Free), menu highlights, and location/phone number. Appetizing and authentic feel."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Fitness/Gym Flyer

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 gym membership flyer with high energy design. Show athletic person working out with weights, dynamic pose. Bold red and black color scheme. Large JOIN NOW text, space for membership pricing tiers, list of amenities (24/7 access, personal training, group classes), QR code placeholder for sign-up. Motivational and powerful aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Sale/Discount Flyer

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 retail sale flyer for a Black Friday event. Dramatic black background with explosive gold and red accents. Giant UP TO 70% OFF text, countdown urgency elements, shopping bags and gift boxes imagery. Space for store name, sale dates November 24-27, and store hours. Eye-catching and urgent design that demands attention."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Job Fair/Recruitment Flyer

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 job fair flyer for a tech industry hiring event. Modern professional design with diverse group of business people silhouettes. Tech-inspired background with circuit patterns. WE ARE HIRING headline, list space for participating companies, event date and venue, registration QR code area. Professional blue and green gradient color scheme."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Community Event Flyer

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 community charity fundraiser flyer for a local food bank. Warm and welcoming design with volunteers helping distribute food. Soft orange and green earth tones. HELP US FEED FAMILIES headline, donation goal thermometer graphic, event details section, sponsor logo placeholders at bottom. Compassionate and community-focused design."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Grand Opening Flyer

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 grand opening flyer for a new coffee shop. Celebratory design with ribbon cutting imagery, coffee beans and steam. GRAND OPENING with date prominently displayed. Include first 100 customers get free coffee offer, store address, opening hours, and social media handles area. Warm brown and cream color palette with pops of festive gold."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Holiday/Seasonal Flyer

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 Christmas holiday sale flyer for a retail store. Festive winter wonderland design with snowflakes, Christmas trees, and wrapped presents. Red and green traditional colors with elegant gold accents. HOLIDAY SALE UP TO 50% OFF headline, space for featured products, store location and extended holiday hours. Magical and joyful atmosphere."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

Visual Hierarchy

  • Headline: Make it large, bold, and immediately readable
  • Key Information: Date, time, location should be easy to find
  • Call to Action: Clear next step (Call Now, Visit Us, Register)
  • Contact Details: Phone, website, address, social media

Design Principles

  • Contrast: Ensure text is readable against backgrounds
  • White Space: Do not overcrowd - let the design breathe
  • Brand Consistency: Use consistent colors and fonts
  • Image Quality: Request high-resolution outputs for print

Print vs Digital

  • Print: Request higher resolution (300 DPI equivalent), include bleed areas
  • Digital: Optimize for screen viewing, consider file size
  • Both: Design with versatility in mind

Prompt Tips for Flyer Design

When creating flyers, include these details in your prompt:

  1. Purpose: What is the flyer promoting?
  2. Audience: Who will see this flyer?
  3. Key Message: What is the main headline or offer?
  4. Visual Elements: Imagery, icons, or graphics needed
  5. Color Scheme: Brand colors or mood-based palette
  6. Text Areas: Space for specific text content
  7. Format: Print size or digital dimensions
  8. Style: Professional, fun, elegant, urgent, etc.

Example Prompt Structure

"Create a [purpose] flyer for [business/event].
[Visual description] with [color scheme].
Include [headline text], space for [content areas].
Target audience: [demographic].
Style: [mood/aesthetic]."

Mode Selection

Ask your users before generating:

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

ModeBest ForSpeedQuality
maxFinal print-ready flyers, client deliverablesSlowerHighest
ecoQuick drafts, concept exploration, variationsFasterGood

Multi-Turn Creative Iteration

Use session_id to iterate on flyer designs:

# Initial 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 summer beach party flyer with tropical vibes"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "beach-party-flyer-001"
  }'

# Request modifications
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 colors more vibrant and add palm tree silhouettes on the sides"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "beach-party-flyer-001"
  }'

# Generate 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 2 more variations - one with sunset colors and one with neon night theme"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "beach-party-flyer-001"
  }'

Batch Generation for A/B Testing

Generate multiple design variations:

# Version A - Bold and colorful
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 yoga studio flyer - bold colorful design with energetic sunrise theme"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

# Version B - Minimalist and calm
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 yoga studio flyer - minimalist zen design with soft neutral colors"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

# Version C - Nature focused
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 yoga studio flyer - outdoor nature theme with forest and mountains"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to remove restricted elements
TimeoutComplex generationSet client timeout to minimum 10 minutes

Related Skills

  • each-sense - Core API documentation
  • meta-ad-creative-generation - Social media ad creatives
  • product-photo-generation - E-commerce product shots
  • poster-design-generation - Large format poster designs

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.04%
按下载量换算507

Claude

31.11%
按下载量换算437

Cursor

21.01%
按下载量换算295

Gemini CLI

9.28%
按下载量换算130

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills