sirv-ecommerce
Installation
SKILL.md
Sirv E-commerce Workflows
Product imagery operations from processing to publishing: AI Studio processes images, Sirv stores and delivers them, and the MCP tools below push results into Shopify, run saved pipelines, and enforce marketplace/supplier standards.
Prerequisite: the sirv-ai MCP server (setup in ../sirv-ai-studio/SKILL.md). Processing tools themselves (remove background, upscale, lifestyle, alt text) are documented there; this skill covers the store-facing layer.
Default Workflow
- Check the connection state before promising anything:
sirv_shopify_statusreturnsconnected,valid, andneedsReconnect- if not connected/valid, stop and have the user connect the store in Sirv AI Studio. - Get products into the PIM when working catalog-wide:
sirv_sync_shopify_productsimports products and images from Shopify into Sirv AI Studio (inbound only; max 500 per call, default 100). - Process images per
../sirv-ai-studio/SKILL.md(single tools) or run a saved pipeline withsirv_execute_workflowfor repeatable multi-step jobs. - Validate against marketplace rules before publishing: image review presets (Amazon, eBay, Shopify, Walmart) and
sirv_run_supplier_autofixfor automated correction. - Push results to the store with
sirv_push_image_to_shopify- choose theupload_strategydeliberately (see below). - Verify in the store: image visible on the product, correct position/featured state, alt text present.
Shopify Tools
All accept optional orgId (UUID) - omitted means the default organization.