brochure-design-generation
Generate professional brochure designs using each::sense AI. Create tri-fold, bi-fold, corporate, travel, product, real estate, healthcare, educational, event, and service brochures with print-ready layouts.
DeepseekModel
Curated skill
Quality Good · 64
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=eachlabs-skills-skills-brochure-design-generation-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name brochure-design-generation description Generate professional brochure designs using each::sense AI. Create tri-fold, bi-fold, corporate, travel, product, real estate, healthcare, educational, event, and service brochures with print-ready layouts. metadata {"author":"eachlabs","version":"2.0"} 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 Type Dimensions (Flat) Panels Use Case Tri-Fold 11" x 8.5" 3 panels Marketing, services overview Bi-Fold 11" x 8.5" 2 panels Simple messaging, menus Z-Fold 11" x 8.5" 3 panels Sequential information Gate Fold 17" x 11" 4 panels Premium presentations Accordion Variable 4+ panels Detailed catalogs A4 Single 8.27" x 11.69" 1 panel Flyers, 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,
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.