Claude
Skills
Sign in
Back

flyer-design-generation

Included with Lifetime
$97 forever

Generate professional flyers and leaflets using each::sense AI. Create event flyers, promotional materials, real estate listings, restaurant menus, and more with eye-catching designs optimized for print and digital distribution.

Design

What this skill does


# 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

```bash
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

| Format | Dimensions | Use Case |
|--------|------------|----------|
| Letter | 8.5x11 in (2550x3300 px) | Standard US flyer, handouts |
| A4 | 210x297 mm (2480x3508 px) | Standard international flyer |
| A5 | 148x210 mm (1748x2480 px) | Half-page flyer, inserts |
| Square | 1080x1080 px | Social media, digital ads |
| 4x6 | 4x6 in (1200x1800 px) | Postcards, small handouts |
| 11x17 | 11x17 in (3300x5100 px) | Posters, large format |

## Use Case Examples

### 1. Event Flyer (Party/Concert)

```bash
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

```bash
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

```bash
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

```bash
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

```bash
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

```bash
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

```bash
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

```bash
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

```bash
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
Files: 2
Size: 24.5 KB
Complexity: 43/100
Category: Design

Related in Design