mit einem Klick
image-blast-plate
// Generate one clean plate/source cleanup image for an IMAGE-BLASTER world. Use after confirmed objects exist, when removing foreground objects or other specified content from a source image.
// Generate one clean plate/source cleanup image for an IMAGE-BLASTER world. Use after confirmed objects exist, when removing foreground objects or other specified content from a source image.
| name | image-blast-plate |
| description | Generate one clean plate/source cleanup image for an IMAGE-BLASTER world. Use after confirmed objects exist, when removing foreground objects or other specified content from a source image. |
Create one clean plate for project $0.
$0 is missing, ask for the world slug.ls -a before reading generated state.$ARGUMENTS when provided; otherwise use the newest visible source image in worlds/$0/source/.worlds/$0/output/<object>/object.json files; use object.name, adding short details from object.description when needed.image-blast-image-edit by calling the generic edit script with --role plate and --output-slug "<source-slug>-plate".worlds/$0/source/, not the source image's index. For example, if the selected source image is 0-room.png, the first plate must be named like 1-room-plate.png with matching .1-room-plate-request.json, never 0-room-plate.png.node .claude/scripts/project/project-state.mjs --world "$0"
Run:
node .claude/scripts/image-edit/generate-edit.mjs \
--image "<selected source image path>" \
--prompt "remove the following from the image: <confirmed object names and any extra removals the user requests>" \
--output-dir "worlds/$0/source" \
--role plate \
--output-slug "<source-slug>-plate"
Optional provider override: --provider nano-banana|gpt-image-2.
If request metadata records provider URLs but local plate files are missing, fill them from the matching hidden request JSON:
node .claude/scripts/project/ensure-local-assets.mjs --from "<request-json-path>"
node .claude/scripts/project/project-state.mjs --world "$0"
Final response: report input image, output plate image, request metadata, and prompt used.
Create, inspect, and manage an IMAGE-BLAST project envelope under worlds/<slug>. Use before other image-blast skills (image-blast-uncover, image-blast-world, image-blast-3d, etc.) or whenever the user asks about active project state.
Main image analysis skill, object generation, plate decisionmaking, and initial scene description. Use this skill when user wants to create objects and necessary for main image analysis.
Generate the 3D static environment of a world from a source or plate image.
Generate one specified atomic 3D object. Use when the user names exactly one object instance to make, or provides one image plus the object name/description.
Generate one image edit from explicit input images and a prompt. Use for source cleanup, clean plates, object removal, or other FAL-backed image edits.
Generate and post-process a clean sound effect, object impact, or ambient loop.