codia-product-assets
Create a coherent product or ecommerce asset set by orchestrating Codia image analysis, cleanup, background replacement, variation, reframing, upscaling, and optional editable design extraction.
When To Use
Use this skill for:
- Product launch image sets
- Ecommerce listing images
- Store banners and catalog tiles
- Product scene variations from one source product photo
- Marketplace-ready product assets across several ratios
For a single background removal, use codia-remove-bg. For a single generated image with no product source, use codia-image-generate.
Inputs To Collect
- Source product image path or URL
- Target channels or ratios, such as square tile, 4:5 card, 9:16 story, 16:9 banner, or marketplace-specific size
- Desired background directions, such as white studio, lifestyle scene, seasonal campaign, or transparent
- Output directory
- Any product details that must stay unchanged
Workflow
- Use
codia-design setup/auth guidance if the CLI is missing or not authenticated.
- Run
codia-image-describe on the source product image to capture product identity, materials, colors, visible text, and constraints to preserve.
- Use
codia-remove-bg for transparent or isolated product assets.
- Use
codia-image-object-erase only for user-owned or authorized cleanup, such as removing dust, props, clutter, or defects.
- Use
codia-image-replace-bg for white studio, lifestyle, seasonal, and campaign backgrounds.
- Use
codia-image-remix when the user wants several campaign directions while preserving the product.
- Use
codia-image-reframe for each target channel or aspect ratio.
- Use
codia-image-upscale on final selected assets.
- Use
codia-image-to-design or codia-image-layering if the user needs editable downstream design data.
Output
Return a compact manifest with:
- Asset name
- Intended use
- Aspect ratio or size
- Local file path
- Remote URL when available
- Model or important parameter choices
Also report any skipped asset, failed task, or user decision that still needs confirmation.
1---2name: codia-product-assets3description: Use when the user asks for ecommerce or product launch asset packs, product listing images, store banners, catalog tiles, marketplace visuals, or multiple product marketing images from product photos.4---56# codia-product-assets78Create a coherent product or ecommerce asset set by orchestrating Codia image analysis, cleanup, background replacement, variation, reframing, upscaling, and optional editable design extraction.910## When To Use1112Use this skill for:1314- Product launch image sets15- Ecommerce listing images16- Store banners and catalog tiles17- Product scene variations from one source product photo18- Marketplace-ready product assets across several ratios1920For a single background removal, use `codia-remove-bg`. For a single generated image with no product source, use `codia-image-generate`.2122## Inputs To Collect2324- Source product image path or URL25- Target channels or ratios, such as square tile, 4:5 card, 9:16 story, 16:9 banner, or marketplace-specific size26- Desired background directions, such as white studio, lifestyle scene, seasonal campaign, or transparent27- Output directory28- Any product details that must stay unchanged2930## Workflow31321. Use `codia-design` setup/auth guidance if the CLI is missing or not authenticated.332. Run `codia-image-describe` on the source product image to capture product identity, materials, colors, visible text, and constraints to preserve.343. Use `codia-remove-bg` for transparent or isolated product assets.354. Use `codia-image-object-erase` only for user-owned or authorized cleanup, such as removing dust, props, clutter, or defects.365. Use `codia-image-replace-bg` for white studio, lifestyle, seasonal, and campaign backgrounds.376. Use `codia-image-remix` when the user wants several campaign directions while preserving the product.387. Use `codia-image-reframe` for each target channel or aspect ratio.398. Use `codia-image-upscale` on final selected assets.409. Use `codia-image-to-design` or `codia-image-layering` if the user needs editable downstream design data.4142## Output4344Return a compact manifest with:4546- Asset name47- Intended use48- Aspect ratio or size49- Local file path50- Remote URL when available51- Model or important parameter choices5253Also report any skipped asset, failed task, or user decision that still needs confirmation.