ecommerce
End-to-end e-commerce product catalog generation — turn a folder of raw product photos into clean packshots, product cutouts, Amazon-style dimensions images, lifestyle scenes, and marketplace-ready listing variants for Amazon, Shopify, and Etsy. Powered by Bria.ai's product pipel
Install
npx skills add https://github.com/Bria-AI/bria-skill/tree/main/skills/ecommerce
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install bria-ai-bria-skill@llmmart
git clone https://github.com/Bria-AI/bria-skill.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole bria-ai/bria-skill collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Bria E-commerce — Product Catalog Builder
The full e-commerce product-catalog pipeline now lives in the bria-ai skill, alongside all other Bria image capabilities (generation, editing, background removal, upscaling, and more). This keeps one place to authenticate and one set of helpers to maintain.
Use the bria-ai skill for all product-catalog work. It contains:
- Batch catalog pipeline —
build_catalog.py: a folder of raw product photos → per-product cutout, packshot, dimensions image, lifestyle scenes, and marketplace variants. - Marketplace variants —
export_variants.py+ Marketplace Presets: Amazon / Shopify / Etsy specs (background, aspect ratio, product fill, min resolution). - Product endpoints — cutout, packshot, shadow, lifestyle shot (by text or image), product integrate, and Amazon-style product dimensions images (with dual
cm / incallouts, weight, and capacity). - Listing copy scaffold — a
listing.jsonper product for SEO title, description, bullets, and tags.
See the bria-ai skill's "Product Catalog Pipeline (batch)" section and its API Endpoints Reference for full details.
Related Skills
- bria-ai — the main skill; contains the full product-catalog pipeline and all image capabilities
- image-utils — Pillow-based resize/crop/composite (used by the variant exporter)
Files (bria-skill)
-
LICENSE.txt 1.3 KB
MIT License Copyright (c) 2025 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- Note: This skill integrates with Bria.ai's API. Usage of the Bria.ai API is subject to Bria.ai's Terms of Service and API usage policies. The Bria.ai API and associated models are commercial products - please refer to https://bria.ai for licensing and pricing information. -
SKILL.md 1.9 KB
--- name: ecommerce description: End-to-end e-commerce product catalog generation — turn a folder of raw product photos into clean packshots, product cutouts, Amazon-style dimensions images, lifestyle scenes, and marketplace-ready listing variants for Amazon, Shopify, and Etsy. Powered by Bria.ai's product pipeline. Use when building a product catalog, batch-processing product photos, or creating packshots, cutouts, dimension images, lifestyle shots, or marketplace-compliant listing images at scale. license: MIT metadata: author: Bria AI version: "1.3.7" --- # Bria E-commerce — Product Catalog Builder The full e-commerce product-catalog pipeline now lives in the **bria-ai** skill, alongside all other Bria image capabilities (generation, editing, background removal, upscaling, and more). This keeps one place to authenticate and one set of helpers to maintain. **Use the `bria-ai` skill for all product-catalog work.** It contains: - **Batch catalog pipeline** — `build_catalog.py`: a folder of raw product photos → per-product cutout, packshot, dimensions image, lifestyle scenes, and marketplace variants. - **Marketplace variants** — `export_variants.py` + Marketplace Presets: Amazon / Shopify / Etsy specs (background, aspect ratio, product fill, min resolution). - **Product endpoints** — cutout, packshot, shadow, lifestyle shot (by text or image), product integrate, and Amazon-style product dimensions images (with dual `cm / in` callouts, weight, and capacity). - **Listing copy scaffold** — a `listing.json` per product for SEO title, description, bullets, and tags. See the **bria-ai** skill's "Product Catalog Pipeline (batch)" section and its [API Endpoints Reference](../bria-ai/references/api-endpoints.md) for full details. ## Related Skills - **bria-ai** — the main skill; contains the full product-catalog pipeline and all image capabilities - **image-utils** — Pillow-based resize/crop/composite (used by the variant exporter)
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.