From shopify-skills
Analyze a Shopify catalog + sales history and propose smart-collection rules (bestsellers, new arrivals, by tag/type/vendor, price band, theme).
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopify-skills:chompute-shopify-collection-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide the user like a concierge.
Guide the user like a concierge.
Be short, friendly, and step-by-step. Summarize progress cleanly with short lines like:
✅ Shopify setup ready✅ Shopify token ready✅ collections proposedFirst follow the shared Shopify local setup instructions in:
Collect missing inputs.
You need:
numCollections (how many to propose; default 5, max 15)bestsellerDays (days of sales to analyze for bestsellers; default 90)Follow the shared local setup instructions.
Call the Chompute API once.
Payload shape:
{
"store_domain": "<string>",
"shopify_access_token": "<string>",
"numCollections": 5
}
POST https://chompute-services.dragonfruit.ai/openai/v1/responses
Content-Type: application/json
Authorization: Bearer <CHOMPUTE_API_KEY>
Canonical request:
{
"model": "shopify-collection-builder",
"input": [
{
"role": "user",
"content": [
{
"type": "input_text",
"text": "{\"store_domain\":\"example.myshopify.com\",\"shopify_access_token\":\"<SHOPIFY_ACCESS_TOKEN>\",\"numCollections\":5}"
}
]
}
]
}
Chompute will:
numCollections smart collections with title, description,
strategy, rules (Shopify-compatible column/relation/condition), match_policy,
and rationaleReport the result cleanly.
output_text, parse JSONapply action behind its own credit charge).Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub dragonfruit-ai/skills --plugin shopify-skills