{
  "schemaVersion": "1.0",
  "item": {
    "slug": "email-banner-generation",
    "name": "Email Banner Generation",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/eftalyurtseven/email-banner-generation",
    "canonicalUrl": "https://clawhub.ai/eftalyurtseven/email-banner-generation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/email-banner-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=email-banner-generation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/SSE-EVENTS.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/email-banner-generation"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/email-banner-generation",
    "agentPageUrl": "https://openagent3.xyz/skills/email-banner-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/email-banner-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/email-banner-generation/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Email Banner Generation",
        "body": "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."
      },
      {
        "title": "Features",
        "body": "Newsletter Headers: Professional headers for recurring newsletters\nPromotional Banners: Sale announcements and discount campaigns\nProduct Announcements: New product and feature launch visuals\nWelcome Emails: First impression headers for new subscribers\nSeasonal Campaigns: Holiday and seasonal themed banners\nEvent Invitations: Webinar, conference, and event headers\nFlash Sale Banners: Urgency-driven countdown style graphics\nTestimonial Banners: Customer review and social proof visuals\nEmail Signatures: Professional branded signature banners"
      },
      {
        "title": "Quick Start",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create an email newsletter header, 600px wide, for a tech company weekly digest. Modern, clean design with blue gradient background.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "Email Banner Sizes & Best Practices",
        "body": "Banner TypeDimensionsUse CaseStandard Header600x200Newsletter headers, general announcementsHero Banner600x300Promotional campaigns, product launchesCompact Header600x150Minimalist headers, signature bannersFull Feature600x400Product showcases, event invitationsSignature Banner600x100Email signature graphics\n\nNote: 600px width is the email-safe standard that renders correctly across all major email clients (Gmail, Outlook, Apple Mail, etc.)."
      },
      {
        "title": "1. Newsletter Header",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "2. Promotional Sale Banner",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "3. Product Announcement Banner",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner announcing a new smartphone launch. Premium tech aesthetic with dark background, subtle light rays, and space for product image placement. Apple-style minimalism with focus on elegance.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "4. Welcome Email Header",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x250px welcome email header for a fitness app. Warm, inviting design with energetic person silhouette, sunrise gradient (orange to yellow), motivational atmosphere. Space for Welcome message and brand logo.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "5. Holiday/Seasonal Banner",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px holiday email banner for Christmas sale campaign. Festive design with snow, pine trees silhouettes, red and gold color scheme. Elegant with subtle sparkles, space for holiday greeting text and discount badge.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "6. Event Invitation Header",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x350px email header for a virtual conference invitation. Professional corporate design with abstract network visualization, deep blue and teal colors. Include visual areas for event name, date, and register button. Tech conference aesthetic.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "7. New Collection Announcement",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner for a fashion brand new spring collection launch. Elegant, high-fashion aesthetic with soft pastel colors (blush pink, sage green). Minimalist with space for NEW COLLECTION text overlay. Luxury brand feel.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "8. Flash Sale Countdown Banner",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x250px flash sale email banner with urgency. Bold design with red and black colors, dynamic diagonal stripes or lightning bolt elements. Include visual space for countdown timer display boxes (hours:minutes:seconds). High energy, act now feeling.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "9. Testimonial/Review Banner",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x280px email banner for customer testimonials section. Clean design with soft gradient background (light gray to white), space for circular customer photo placeholder, quote marks design element, 5-star rating visual. Trust-building, professional layout.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "10. Email Signature Banner",
        "body": "curl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x100px email signature banner for a marketing agency. Sleek horizontal design with subtle gradient, space for company logo on left, social media icon placeholders on right. Professional, minimal, brand-forward design.\",\n    \"mode\": \"max\"\n  }'"
      },
      {
        "title": "Email-Safe Design",
        "body": "Width: Always use 600px width for maximum email client compatibility\nFile Size: Keep images under 1MB for fast loading\nFormat: PNG for graphics with transparency, JPG for photos\nAlt Text: Always include descriptive alt text for accessibility\nRetina Support: Consider 1200px width scaled to 600px for retina displays"
      },
      {
        "title": "Visual Guidelines",
        "body": "Text Space: Leave clear areas for text overlays\nContrast: Ensure text areas have sufficient contrast\nBrand Consistency: Maintain consistent colors and style across campaigns\nMobile: Design with mobile email clients in mind (single column)\nSafe Zones: Keep critical elements away from edges"
      },
      {
        "title": "Content Tips",
        "body": "Clear Hierarchy: Most important information should be immediately visible\nSingle Focus: One main message per banner\nCTA Visibility: Ensure call-to-action areas stand out\nMinimal Text: Use supporting HTML text instead of image text when possible"
      },
      {
        "title": "Prompt Tips for Email Banners",
        "body": "When creating email banners, include these details in your prompt:\n\nDimensions: Specify exact size (e.g., 600x300px)\nBanner Type: Header, promotional, announcement, etc.\nColor Scheme: Brand colors or desired palette\nText Space: Where headlines/CTAs will be placed\nStyle: Minimalist, bold, elegant, playful, etc.\nIndustry: E-commerce, SaaS, fitness, fashion, etc."
      },
      {
        "title": "Example Prompt Structure",
        "body": "\"Create a [width]x[height]px email [banner type] for [industry/brand].\n[Style description] with [color scheme].\nInclude space for [text elements like headline, CTA, logo].\n[Mood/feeling] aesthetic.\""
      },
      {
        "title": "Mode Selection",
        "body": "Ask your users before generating:\n\n\"Do you want fast & cheap, or high quality?\"\n\nModeBest ForSpeedQualitymaxFinal campaign banners, A/B testing winnersSlowerHighestecoQuick drafts, concept exploration, bulk variationsFasterGood"
      },
      {
        "title": "Multi-Turn Creative Iteration",
        "body": "Use session_id to iterate on email banners:\n\n# Initial banner\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px promotional email banner for Black Friday sale. Bold design with dark background.\",\n    \"session_id\": \"email-campaign-bf2024\"\n  }'\n\n# Iterate based on feedback\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Add more gold accents and make the design more premium looking. Include space for 70% OFF text.\",\n    \"session_id\": \"email-campaign-bf2024\"\n  }'\n\n# Request size variation\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a compact 600x150px version of this banner for email signature use.\",\n    \"session_id\": \"email-campaign-bf2024\"\n  }'"
      },
      {
        "title": "Campaign Batch Generation",
        "body": "Generate multiple variations for A/B testing:\n\n# Variation A - Bold colors\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner for spring sale - bold vibrant colors, energetic design\",\n    \"mode\": \"eco\"\n  }'\n\n# Variation B - Minimal design\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner for spring sale - minimal clean design, soft pastels\",\n    \"mode\": \"eco\"\n  }'\n\n# Variation C - Photo-centric\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner for spring sale - lifestyle photography style, person in spring setting\",\n    \"mode\": \"eco\"\n  }'"
      },
      {
        "title": "Error Handling",
        "body": "ErrorCauseSolutionFailed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.aiContent policy violationProhibited contentAdjust prompt to comply with content policiesTimeoutComplex generationSet client timeout to minimum 10 minutes"
      },
      {
        "title": "Related Skills",
        "body": "each-sense - Core API documentation\nmeta-ad-creative-generation - Meta/Facebook ad creatives\nproduct-photo-generation - E-commerce product shots"
      }
    ],
    "body": "Email Banner Generation\n\nGenerate 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.\n\nFeatures\nNewsletter Headers: Professional headers for recurring newsletters\nPromotional Banners: Sale announcements and discount campaigns\nProduct Announcements: New product and feature launch visuals\nWelcome Emails: First impression headers for new subscribers\nSeasonal Campaigns: Holiday and seasonal themed banners\nEvent Invitations: Webinar, conference, and event headers\nFlash Sale Banners: Urgency-driven countdown style graphics\nTestimonial Banners: Customer review and social proof visuals\nEmail Signatures: Professional branded signature banners\nQuick Start\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create an email newsletter header, 600px wide, for a tech company weekly digest. Modern, clean design with blue gradient background.\",\n    \"mode\": \"max\"\n  }'\n\nEmail Banner Sizes & Best Practices\nBanner Type\tDimensions\tUse Case\nStandard Header\t600x200\tNewsletter headers, general announcements\nHero Banner\t600x300\tPromotional campaigns, product launches\nCompact Header\t600x150\tMinimalist headers, signature banners\nFull Feature\t600x400\tProduct showcases, event invitations\nSignature Banner\t600x100\tEmail signature graphics\n\nNote: 600px width is the email-safe standard that renders correctly across all major email clients (Gmail, Outlook, Apple Mail, etc.).\n\nUse Case Examples\n1. Newsletter Header\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\"\n  }'\n\n2. Promotional Sale Banner\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"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.\",\n    \"mode\": \"max\"\n  }'\n\n3. Product Announcement Banner\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner announcing a new smartphone launch. Premium tech aesthetic with dark background, subtle light rays, and space for product image placement. Apple-style minimalism with focus on elegance.\",\n    \"mode\": \"max\"\n  }'\n\n4. Welcome Email Header\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x250px welcome email header for a fitness app. Warm, inviting design with energetic person silhouette, sunrise gradient (orange to yellow), motivational atmosphere. Space for Welcome message and brand logo.\",\n    \"mode\": \"max\"\n  }'\n\n5. Holiday/Seasonal Banner\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px holiday email banner for Christmas sale campaign. Festive design with snow, pine trees silhouettes, red and gold color scheme. Elegant with subtle sparkles, space for holiday greeting text and discount badge.\",\n    \"mode\": \"max\"\n  }'\n\n6. Event Invitation Header\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x350px email header for a virtual conference invitation. Professional corporate design with abstract network visualization, deep blue and teal colors. Include visual areas for event name, date, and register button. Tech conference aesthetic.\",\n    \"mode\": \"max\"\n  }'\n\n7. New Collection Announcement\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner for a fashion brand new spring collection launch. Elegant, high-fashion aesthetic with soft pastel colors (blush pink, sage green). Minimalist with space for NEW COLLECTION text overlay. Luxury brand feel.\",\n    \"mode\": \"max\"\n  }'\n\n8. Flash Sale Countdown Banner\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x250px flash sale email banner with urgency. Bold design with red and black colors, dynamic diagonal stripes or lightning bolt elements. Include visual space for countdown timer display boxes (hours:minutes:seconds). High energy, act now feeling.\",\n    \"mode\": \"max\"\n  }'\n\n9. Testimonial/Review Banner\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x280px email banner for customer testimonials section. Clean design with soft gradient background (light gray to white), space for circular customer photo placeholder, quote marks design element, 5-star rating visual. Trust-building, professional layout.\",\n    \"mode\": \"max\"\n  }'\n\n10. Email Signature Banner\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x100px email signature banner for a marketing agency. Sleek horizontal design with subtle gradient, space for company logo on left, social media icon placeholders on right. Professional, minimal, brand-forward design.\",\n    \"mode\": \"max\"\n  }'\n\nBest Practices\nEmail-Safe Design\nWidth: Always use 600px width for maximum email client compatibility\nFile Size: Keep images under 1MB for fast loading\nFormat: PNG for graphics with transparency, JPG for photos\nAlt Text: Always include descriptive alt text for accessibility\nRetina Support: Consider 1200px width scaled to 600px for retina displays\nVisual Guidelines\nText Space: Leave clear areas for text overlays\nContrast: Ensure text areas have sufficient contrast\nBrand Consistency: Maintain consistent colors and style across campaigns\nMobile: Design with mobile email clients in mind (single column)\nSafe Zones: Keep critical elements away from edges\nContent Tips\nClear Hierarchy: Most important information should be immediately visible\nSingle Focus: One main message per banner\nCTA Visibility: Ensure call-to-action areas stand out\nMinimal Text: Use supporting HTML text instead of image text when possible\nPrompt Tips for Email Banners\n\nWhen creating email banners, include these details in your prompt:\n\nDimensions: Specify exact size (e.g., 600x300px)\nBanner Type: Header, promotional, announcement, etc.\nColor Scheme: Brand colors or desired palette\nText Space: Where headlines/CTAs will be placed\nStyle: Minimalist, bold, elegant, playful, etc.\nIndustry: E-commerce, SaaS, fitness, fashion, etc.\nExample Prompt Structure\n\"Create a [width]x[height]px email [banner type] for [industry/brand].\n[Style description] with [color scheme].\nInclude space for [text elements like headline, CTA, logo].\n[Mood/feeling] aesthetic.\"\n\nMode Selection\n\nAsk your users before generating:\n\n\"Do you want fast & cheap, or high quality?\"\n\nMode\tBest For\tSpeed\tQuality\nmax\tFinal campaign banners, A/B testing winners\tSlower\tHighest\neco\tQuick drafts, concept exploration, bulk variations\tFaster\tGood\nMulti-Turn Creative Iteration\n\nUse session_id to iterate on email banners:\n\n# Initial banner\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px promotional email banner for Black Friday sale. Bold design with dark background.\",\n    \"session_id\": \"email-campaign-bf2024\"\n  }'\n\n# Iterate based on feedback\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Add more gold accents and make the design more premium looking. Include space for 70% OFF text.\",\n    \"session_id\": \"email-campaign-bf2024\"\n  }'\n\n# Request size variation\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a compact 600x150px version of this banner for email signature use.\",\n    \"session_id\": \"email-campaign-bf2024\"\n  }'\n\nCampaign Batch Generation\n\nGenerate multiple variations for A/B testing:\n\n# Variation A - Bold colors\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner for spring sale - bold vibrant colors, energetic design\",\n    \"mode\": \"eco\"\n  }'\n\n# Variation B - Minimal design\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner for spring sale - minimal clean design, soft pastels\",\n    \"mode\": \"eco\"\n  }'\n\n# Variation C - Photo-centric\ncurl -X POST https://sense.eachlabs.run/chat \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-API-Key: $EACHLABS_API_KEY\" \\\n  -H \"Accept: text/event-stream\" \\\n  -d '{\n    \"message\": \"Create a 600x300px email banner for spring sale - lifestyle photography style, person in spring setting\",\n    \"mode\": \"eco\"\n  }'\n\nError Handling\nError\tCause\tSolution\nFailed to create prediction: HTTP 422\tInsufficient balance\tTop up at eachlabs.ai\nContent policy violation\tProhibited content\tAdjust prompt to comply with content policies\nTimeout\tComplex generation\tSet client timeout to minimum 10 minutes\nRelated Skills\neach-sense - Core API documentation\nmeta-ad-creative-generation - Meta/Facebook ad creatives\nproduct-photo-generation - E-commerce product shots"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/eftalyurtseven/email-banner-generation",
    "publisherUrl": "https://clawhub.ai/eftalyurtseven/email-banner-generation",
    "owner": "eftalyurtseven",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/email-banner-generation",
    "downloadUrl": "https://openagent3.xyz/downloads/email-banner-generation",
    "agentUrl": "https://openagent3.xyz/skills/email-banner-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/email-banner-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/email-banner-generation/agent.md"
  }
}