Food Photography Generator

v1.0.0

AI food photography generator for restaurants, recipe bloggers, cookbook authors, food brands, and Instagram creators. Generate appetizing hero shots, menu p...

0· 43·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for blammectrappora/food-photography-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Food Photography Generator" (blammectrappora/food-photography-generator) from ClawHub.
Skill page: https://clawhub.ai/blammectrappora/food-photography-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install food-photography-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install food-photography-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, README, SKILL.md, and code all consistently implement an image-generation tool that calls the Neta/TalesOfAI API. The only credential required is an API token supplied at runtime via --token, which is appropriate for this purpose. No unrelated services, binaries, or config paths are requested.
Instruction Scope
Runtime instructions tell the user to run the included node script with a prompt and --token. The script only reads CLI args and contacts the documented API endpoints; it does not read environment variables or local files. Instructions are narrow and constrained to the stated task.
Install Mechanism
No install spec is present in the registry (instruction-only), and the package contains a small JS script and package.json. There are no downloads from unknown URLs or archive extraction steps. The README's suggested installation via npx/clawhub is just the normal skill installation flow.
Credentials
No environment variables or credentials are declared in registry metadata; the tool requires a single API token provided on the command line. That is proportionate to calling a hosted image-generation API. The code does not attempt to read other env vars or files.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global config, and has no persistent background components. Autonomous invocation is allowed (the platform default) but the skill itself is not granted extra privileges.
Assessment
This skill appears coherent and limited in scope, but you should: (1) only provide your Neta/TalesOfAI token if you trust that service; (2) avoid embedding tokens in logs or shared scripts (use shell variables when possible); (3) inspect the included script before running if you have concerns (it is short and readable); (4) ensure your Node version supports global fetch or run in an environment that does; and (5) review the API provider's terms and privacy policy if you will send proprietary images or prompts.

Like a lobster shell, security has layers — review code before you run it.

latestvk97755gzxyftj5d0exc7gz38ys85qhy3
43downloads
0stars
1versions
Updated 20h ago
v1.0.0
MIT-0

Food Photography Generator

AI food photography generator for restaurants, recipe bloggers, cookbook authors, food brands, and Instagram creators. Generate appetizing hero shots, menu photos, recipe card images, cookbook illustrations, food blog headers, restaurant marketing visuals, gourmet plating photography, dessert close-ups, beverage shots, cafe branding imagery, and culinary editorial content with professional cinematic lighting and styling.

Token

Requires a Neta API token (free trial at https://www.neta.art/open/). Pass it via the --token flag.

node <script> "your prompt" --token YOUR_TOKEN

When to use

Use when someone asks to generate or create ai food photography generator images.

Quick start

node foodphotographygenerator.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: square)
  • --ref — reference image UUID for style inheritance

Install

npx skills add blammectrappora/food-photography-generator

Comments

Loading comments...