ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

flyer-design-generation

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/flyer-design-generation
Or

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://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "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",
    "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://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "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.",
    "mode": "max"
  }'

2. Business Promotional Flyer

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "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.",
    "mode": "max"
  }'

3. Real Estate Listing Flyer

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-flyer-design-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.