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

brochure-design-generation宣传册设计生成

Agent Skill

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

总安装

4,593

周安装

184

GitHub Stars

12

下载量

1,487
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

生成专业级宣传册布局,支持三折、双折、企业、旅游等多种类型。

  • 根据行业与用途智能匹配视觉风格与图文比例。
  • 输出可直接用于印刷或数字展示的 HTML/CSS 结构。
  • 建议结合品牌手册调整色彩与字体以确保合规性。
  • brochure-design-generation 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Brochure Design Generation

Generate professional brochure designs using each::sense. This skill creates visually appealing brochure layouts for various industries and purposes, from corporate communications to travel marketing.

Features

  • Tri-Fold Brochures: Classic three-panel designs for marketing materials
  • Bi-Fold Brochures: Simple two-panel layouts for concise messaging
  • Corporate Brochures: Professional designs for business communications
  • Travel/Tourism Brochures: Inspiring visuals for destinations and tours
  • Product Catalogs: Multi-page layouts showcasing product lines
  • Real Estate Brochures: Property listings and development showcases
  • Healthcare Brochures: Medical services and patient information
  • Educational Brochures: School, course, and program materials
  • Event Programs: Conference, wedding, and event schedules
  • Service Menus: Restaurant, spa, and service pricing layouts

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 tri-fold brochure design for a digital marketing agency. Modern, clean aesthetic with blue and white color scheme. Include sections for services, case studies, and contact information."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Brochure Formats & Sizes

TypeDimensions (Flat)PanelsUse Case
Tri-Fold11" x 8.5"3 panelsMarketing, services overview
Bi-Fold11" x 8.5"2 panelsSimple messaging, menus
Z-Fold11" x 8.5"3 panelsSequential information
Gate Fold17" x 11"4 panelsPremium presentations
AccordionVariable4+ panelsDetailed catalogs
A4 Single8.27" x 11.69"1 panelFlyers, single-page info

Use Case Examples

1. Tri-Fold Brochure (Marketing Agency)

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 tri-fold brochure design for a digital marketing agency called Vertex Digital. Modern minimalist design with navy blue and electric orange accents. Front panel: bold logo and tagline. Inside panels: services (SEO, PPC, Social Media), client testimonials, and case study highlights. Back panel: contact info and QR code placeholder. Professional photography style with geometric design elements."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Bi-Fold Brochure (Restaurant Menu)

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 bi-fold brochure design for an Italian restaurant called Bella Notte. Elegant design with warm burgundy and cream colors. Front: restaurant name with appetizing pasta dish image. Inside spread: menu sections for antipasti, primi, secondi, and dolci with food photography. Back: location map placeholder, hours, and reservation info. Rustic Italian aesthetic with subtle texture."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Corporate Brochure (Company Profile)

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 corporate brochure design for a technology consulting firm called Nexus Solutions. Premium, sophisticated design with charcoal gray and gold accents. Include sections for: company overview, leadership team, service offerings, global presence, and client logos placeholder. Clean typography, professional business photography, and modern data visualization elements. Print-ready A4 format."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Travel/Tourism Brochure

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 brochure for exploring Santorini, Greece. Stunning visuals with white-washed buildings and blue domes. Tri-fold layout with: cover showing iconic sunset view, inside panels featuring top attractions (Oia, Fira, beaches), tour packages with pricing placeholders, and local dining recommendations. Vibrant Mediterranean color palette. Back panel with travel tips and booking information."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Product Catalog Brochure

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 product catalog brochure for a premium watch brand called Chronos. Luxury aesthetic with black background and silver accents. Showcase 6 different watch models with detailed product photography. Include: model names, key features, price placeholders, and specifications. Elegant typography with ample white space. Gate-fold format for premium presentation."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Real Estate Brochure

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 brochure for a luxury condominium development called The Residences at Harbor View. Sophisticated design with deep teal and champagne gold colors. Include: hero image of building exterior, floor plan layouts, amenities section (pool, gym, concierge), neighborhood highlights, and pricing table placeholder. Premium photography showing interiors and waterfront views. Bi-fold format."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Healthcare/Medical Brochure

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 healthcare brochure for a family medical clinic called Wellness First Medical Center. Calming design with soft blue and green colors. Tri-fold format with: services offered (primary care, pediatrics, lab services), doctor profiles section, patient resources, insurance information, and location with hours. Friendly, approachable imagery of diverse patients and healthcare providers. Clean, easy-to-read layout."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Educational Brochure (University)

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 brochure for a university business school MBA program. Professional yet inspiring design with maroon and white school colors. Include: program overview, curriculum highlights, faculty showcase, career outcomes statistics, campus life images, and application deadlines. Feature diverse students in academic and professional settings. Tri-fold format with clear call-to-action for applications."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Event Program Brochure

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 event program brochure for a tech conference called Innovation Summit 2024. Dynamic design with gradient purple to blue colors and tech-inspired geometric patterns. Include: event schedule over 2 days, keynote speaker profiles, workshop sessions, sponsor logos placeholder, venue map, and networking event details. Modern, energetic aesthetic. Bi-fold format for easy reference."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Service Menu Brochure (Spa)

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 service menu brochure for a luxury spa called Serenity Wellness Spa. Zen-inspired design with soft sage green, cream, and natural wood tones. Tri-fold format with: massage services and pricing, facial treatments, body treatments, packages and specials, and booking information. Peaceful imagery with natural elements like stones, bamboo, and orchids. Elegant serif typography with generous spacing."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Multi-Turn Creative Iteration

Use session_id to iterate on brochure 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 tri-fold brochure for an eco-friendly cleaning company. Green and natural aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "eco-brochure-001"
  }'

# Iterate 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 design more modern with less leaf imagery. Add icons for each service type and include a pricing table."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "eco-brochure-001"
  }'

# Request additional panels
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": "Now create the back panel design with contact information, social media icons, and an eco-certification badge."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "eco-brochure-001"
  }'

Brochure Series Generation

Generate multiple related brochures for a brand:

# Main services brochure
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 tri-fold brochure for a law firm called Sterling & Associates. Navy and gold color scheme, professional photography, services overview."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "law-firm-brochures"
  }'

# Practice area specific brochure
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 matching brochure specifically for the Corporate Law practice area. Maintain the same brand identity and color scheme."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "law-firm-brochures"
  }'

# Client testimonial brochure
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 client success stories brochure in the same style. Feature 3-4 case study placeholders with outcome statistics."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "law-firm-brochures"
  }'

Best Practices

Layout & Design

  • Visual Hierarchy: Guide the reader's eye with clear heading structure
  • White Space: Avoid overcrowding - let content breathe
  • Fold Awareness: Place key content considering how the brochure unfolds
  • Bleed Areas: Include 3mm bleed for professional printing
  • Safe Zones: Keep important text 5mm from fold lines

Typography

  • Font Pairing: Use maximum 2-3 font families
  • Readability: Body text should be 9-12pt minimum
  • Headlines: Make them bold and scannable
  • Contrast: Ensure text is readable against backgrounds

Imagery

  • High Resolution: Use 300 DPI for print-ready output
  • Consistent Style: Maintain visual cohesion across panels
  • Brand Colors: Apply consistent color palette
  • Photo Quality: Use professional or high-quality stock imagery

Content Structure

  • Cover Appeal: Front panel should create immediate interest
  • Logical Flow: Information should progress naturally
  • Call-to-Action: Include clear next steps
  • Contact Info: Always include ways to reach you

Prompt Tips for Brochure Design

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

  1. Format: Specify brochure type (tri-fold, bi-fold, etc.)
  2. Industry/Purpose: What is the brochure for?
  3. Brand Identity: Colors, style, company name
  4. Content Sections: What information to include
  5. Imagery Style: Photography style, illustrations, icons
  6. Target Audience: Who will read this brochure?
  7. Print Specifications: Size, orientation if specific

Example Prompt Structure

"Create a [brochure type] brochure for [company/purpose].
[Brand colors and style preferences].
Include sections for: [content areas].
Target audience: [demographic].
[Additional requirements like imagery style, special elements, etc.]"

Mode Selection

Ask your users before generating:

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

ModeBest ForSpeedQuality
maxFinal print-ready designs, client presentationsSlowerHighest
ecoQuick drafts, concept exploration, layout testingFasterGood

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
  • meta-ad-creative-generation - Social media ad creatives
  • product-photo-generation - E-commerce product shots
  • presentation-design-generation - Slide deck designs

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.28%
按下载量换算480

Claude

31.89%
按下载量换算474

Cursor

18.4%
按下载量换算274

Gemini CLI

9%
按下载量换算134

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills