ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

menu-design-generation

Generate professional restaurant, cafe, and bar menu designs using each::sense AI. Create print-ready menus, digital displays, QR code menus, and seasonal specials with stunning food photography and elegant typography layouts.

skill-install — Terminal

Install via CLI (Recommended)

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

Menu Design Generation

Generate professional menu designs for restaurants, cafes, bars, and food service businesses using each::sense. This skill creates visually appealing menu layouts with food imagery, typography, and design elements optimized for various formats and dining experiences.

Features

  • Full Page Menus: Complete restaurant menus with sections and pricing
  • Digital Display Boards: High-contrast menus for screens and digital signage
  • Cafe & Coffee Menus: Cozy, artisanal designs for coffee shops
  • Bar & Cocktail Menus: Sophisticated drink menus with elegant styling
  • Fast Food Boards: Bold, eye-catching menu boards for quick service
  • Fine Dining Menus: Luxurious, minimalist designs for upscale restaurants
  • Seasonal Specials: Limited-time menu designs with festive themes
  • QR Code Menus: Mobile-optimized designs for contactless ordering

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 modern restaurant menu design for an Italian trattoria with appetizers, pasta, mains, and desserts sections. Warm rustic aesthetic with elegant typography.",
    "mode": "max"
  }'

Menu Formats & Sizes

Menu TypeAspect RatioRecommended SizeUse Case
Print Menu (Letter)8.5:112550x3300 pxTraditional print menus
Print Menu (A4)1:1.4142480x3508 pxInternational print format
Digital Display16:91920x1080 pxTV screens, monitors
Digital Display (Vertical)9:161080x1920 pxVertical digital signage
Table Tent4:61200x1800 pxTable-top displays
QR Menu (Mobile)9:161080x1920 pxMobile-optimized menus
Menu Board3:21800x1200 pxWall-mounted boards

Use Case Examples

1. Restaurant Menu (Full Page)

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 full-page restaurant menu design for a Mediterranean bistro. Include sections for Starters (hummus, falafel, calamari), Mains (grilled lamb, seafood platter, moussaka), and Desserts (baklava, tiramisu). Use warm earth tones, elegant serif typography, and include subtle olive branch decorative elements. Portrait orientation for print.",
    "mode": "max"
  }'

2. Cafe/Coffee Shop Menu

Metadata

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