ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Food Photography Generation

Generate professional food photography using each::sense API for restaurant menus, food delivery apps, recipe blogs, and social media content

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/food-photography-generation
Or

Food Photography Generation

Generate stunning, appetizing food photography using the each::sense API. Create professional-quality images for restaurant menus, food delivery platforms, recipe blogs, and social media food content.

Overview

The each::sense API enables AI-powered food photography generation with:

  • Restaurant Menus: High-quality dish presentations for print and digital menus
  • Food Delivery Apps: Appetizing thumbnails that drive orders
  • Recipe Blogs: Hero images and step-by-step visuals
  • Social Media Content: Instagram-worthy food shots that engage audiences

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": "Generate a professional food photo of a gourmet burger with melted cheese, fresh lettuce, and crispy bacon on a rustic wooden board, warm lighting, shallow depth of field",
    "mode": "max"
  }'

Food Photography Styles

StyleDescriptionBest For
Overhead Flat LayTop-down 90-degree anglePizza, salads, spreads, ingredient layouts
45-Degree AngleClassic three-quarter viewPlated dishes, bowls, layered foods
Hero ShotEye-level dramatic presentationSignature dishes, menu covers
Action ShotCapturing movement (pouring, cutting, steam)Dynamic social media content
Ingredient SpreadRaw ingredients artfully arrangedRecipe blogs, cooking tutorials

Use Case Examples

Restaurant Menu Item

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": "Professional restaurant menu photo of grilled salmon fillet with lemon butter sauce, asparagus, and roasted potatoes on a white ceramic plate, elegant fine dining presentation, soft natural lighting, clean background",
    "mode": "max"
  }'

Food Delivery App Listing

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": "Appetizing food delivery app photo of a loaded pepperoni pizza with stretchy melted mozzarella cheese, fresh basil leaves, in a pizza box, overhead angle, bright even lighting, looks delicious and ready to order",
    "mode": "max"
  }'

Recipe Blog Hero Image

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