ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

email-banner-generation

Generate email marketing banners and headers using each::sense AI. Create newsletter headers, promotional banners, welcome emails, and seasonal campaigns optimized for email-safe dimensions and best practices.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/email-banner-generation
Or

Email Banner Generation

Generate high-converting email marketing banners and headers using each::sense. This skill creates images optimized for email clients with standard 600px width for maximum compatibility.

Features

  • Newsletter Headers: Professional headers for recurring newsletters
  • Promotional Banners: Sale announcements and discount campaigns
  • Product Announcements: New product and feature launch visuals
  • Welcome Emails: First impression headers for new subscribers
  • Seasonal Campaigns: Holiday and seasonal themed banners
  • Event Invitations: Webinar, conference, and event headers
  • Flash Sale Banners: Urgency-driven countdown style graphics
  • Testimonial Banners: Customer review and social proof visuals
  • Email Signatures: Professional branded signature banners

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 an email newsletter header, 600px wide, for a tech company weekly digest. Modern, clean design with blue gradient background.",
    "mode": "max"
  }'

Email Banner Sizes & Best Practices

Banner TypeDimensionsUse Case
Standard Header600x200Newsletter headers, general announcements
Hero Banner600x300Promotional campaigns, product launches
Compact Header600x150Minimalist headers, signature banners
Full Feature600x400Product showcases, event invitations
Signature Banner600x100Email signature graphics

Note: 600px width is the email-safe standard that renders correctly across all major email clients (Gmail, Outlook, Apple Mail, etc.).

Use Case Examples

1. Newsletter Header

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 600x200px email newsletter header for a tech startup weekly digest. Clean modern design with subtle geometric patterns, dark blue to purple gradient background. Include space for logo on the left side. Professional and contemporary feel.",
    "mode": "max"
  }'

2. Promotional Sale Banner

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 600x300px promotional email banner for a 50% off summer sale. Bright, energetic design with coral and yellow colors. Include visual space for SALE headline text and shop now button. E-commerce fashion brand style.",
    "mode": "max"
  }'

3. Product Announcement Banner

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-email-banner-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.