From shopify-skills
Generate on-brand announcement-bar copy variants for a Shopify store with a preview HTML snippet styled to the store's brand colors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopify-skills:chompute-shopify-announcement-barThe 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✅ announcement readyFirst follow the shared Shopify local setup instructions in:
Collect missing inputs.
You need:
occasion (required — e.g. "Black Friday 30% off", "Free shipping over $75")tone (default "punchy and urgent")linkUrl (where clicking the bar should lead)variantCount (default 5, max 10)startsAt / endsAt (ISO timestamps for campaign window)Follow the shared local setup instructions.
Call the Chompute API once.
Payload shape:
{
"store_domain": "<string>",
"shopify_access_token": "<string>",
"occasion": "Black Friday 30% off",
"tone": "urgent but warm",
"linkUrl": "https://example.com/sale",
"variantCount": 5
}
POST https://chompute-services.dragonfruit.ai/openai/v1/responses
Content-Type: application/json
Authorization: Bearer <CHOMPUTE_API_KEY>
Canonical request:
{
"model": "shopify-announcement-bar",
"input": [
{
"role": "user",
"content": [
{
"type": "input_text",
"text": "{\"store_domain\":\"example.myshopify.com\",\"shopify_access_token\":\"<SHOPIFY_ACCESS_TOKEN>\",\"occasion\":\"Black Friday 30% off\"}"
}
]
}
]
}
Chompute will:
preview_html_example styled to the store's primary brand colorsReport the result cleanly.
output_text, parse JSONapply_instructionsnpx claudepluginhub dragonfruit-ai/skills --plugin shopify-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.