Image Blast Image Edit

Create one edited image.

neilsonnn 2266f82 1.0 KB Updated

File contents

Create one edited image.

Instructions

  • Require at least one input image and one edit prompt.
  • Use ls -a before reading generated state.
  • Use the output directory, role, and output slug provided by the caller.
  • Use --role for semantics such as plate, object-mask, or image-edit.
  • Use --output-slug for the visible indexed artifact name, such as <source-slug>-plate.

Run:

node .claude/scripts/image-edit/generate-edit.mjs \
  --image "<input image path>" \
  --prompt "<edit prompt>" \
  --output-dir "<output directory>" \
  --role "<role>" \
  --output-slug "<output slug>"

Optional provider override: --provider nano-banana|gpt-image-2.

If request metadata records provider URLs but local image files are missing, fill them from the matching hidden request JSON:

node .claude/scripts/project/ensure-local-assets.mjs --from "<request-json-path>"

Final response: report input images, output image, request metadata, role, and prompt used.

neilsonnn/image-blaster/tree/main/.claude/skills/image-blast-image-edit commit 2266f82efd

Frequently asked questions

npx skillmds@latest add neilsonnn/image-blast-image-edit