From shopify-skills
Generate an SEO blog post HTML for a Shopify store with optional automatic product links embedded in the body.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopify-skills:chompute-shopify-blog-writerThe 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✅ blog post readyFirst follow the shared Shopify local setup instructions in:
Collect missing inputs.
You need:
topic (required — what the post should be about)wordCount (default 800, range 200–2500)tonekeywords (array of strings or comma-separated string)productSearchQuery (Shopify product search query to scope
the context, e.g. "winter jackets")includeProductLinks (default true)Follow the shared local setup instructions.
Call the Chompute API once.
Payload shape:
{
"store_domain": "<string>",
"shopify_access_token": "<string>",
"topic": "5 gift ideas for new hikers",
"wordCount": 900,
"tone": "friendly and expert",
"keywords": ["beginner hiker", "gift guide"],
"productSearchQuery": "hiking"
}
POST https://chompute-services.dragonfruit.ai/openai/v1/responses
Content-Type: application/json
Authorization: Bearer <CHOMPUTE_API_KEY>
Canonical request:
{
"model": "shopify-blog-writer",
"input": [
{
"role": "user",
"content": [
{
"type": "input_text",
"text": "{\"store_domain\":\"example.myshopify.com\",\"shopify_access_token\":\"<SHOPIFY_ACCESS_TOKEN>\",\"topic\":\"5 gift ideas for new hikers\"}"
}
]
}
]
}
Chompute will:
productSearchQueryReport the result cleanly.
output_text, parse JSONavailable_blogs they can publish undernpx 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.