원클릭으로
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.