ワンクリックで
image-blast-plate
Generate one clean plate image for a world by removing confirmed foreground objects or user-specified content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate one clean plate image for a world by removing confirmed foreground objects or user-specified content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate one atomic 3D object from an approved object.json or direct source image.
Create, inspect, and manage an image-blaster project envelope under worlds/<slug>. Use before other image-blast skills or whenever the user asks about project state.
Generate world ambience, object impact sounds, or custom sound effects through the FAL ElevenLabs SFX endpoint.
Analyze source images, write image.json, present object candidates, and create object.json files after user confirmation.
Discover and run arbitrary FAL operations that do not fit the narrower image-blast skills.
Generate or resume the static 3D environment for a world using World Labs Marble.
| name | image-blast-plate |
| description | Generate one clean plate image for a world by removing confirmed foreground objects or user-specified content. |
Use this skill after object confirmation when the world source should be cleaned before static environment generation.
Require a world slug.
Inspect worlds/<slug>/source/ and worlds/<slug>/output/ with ls -a.
Select the source image from the user request or the newest visible source
image in worlds/<slug>/source/.
Build one removal-only prompt from confirmed object names
(worlds/<slug>/output/<object>/object.json; use object.name, adding
short details from object.description when needed) plus any extra user
removal instructions.
Generate the plate in the source directory:
node .claude/scripts/image-edit/generate-edit.mjs \
--image "<selected source image path>" \
--prompt "remove the following from the image: <confirmed object names and user removals>" \
--output-dir "worlds/<slug>/source" \
--role plate \
--output-slug "<source-slug>-plate"
The output must use the next visible source index, such as
1-room-plate.png, not 0-room-plate.png.
Optional provider override: --provider nano-banana|gpt-image-2.
Repair missing local image files from request metadata when needed:
node .claude/scripts/project/ensure-local-assets.mjs --from "<request-json-path>"
Refresh project state:
node .claude/scripts/project/project-state.mjs --world "<slug>"
Report input image, output plate image, request metadata, and prompt used.