Shopify Content
This skill generates engaging Shopify product descriptions & blog posts to boost your store's SEO and sales effortlessly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add shopify-content npx -- -y @trustedskills/shopify-content
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"shopify-content": {
"command": "npx",
"args": [
"-y",
"@trustedskills/shopify-content"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to create and manage content within a Shopify store, including pages, blog posts, navigation menus, redirects, SEO metadata, and metaobjects. It leverages both the Shopify Admin API (GraphQL and REST) and browser automation to produce live content directly within your store, helping you boost SEO and sales. The skill allows for programmatic creation of content rather than manual editing in the Shopify admin panel.
When to use it
- Automated Content Creation: Generate new product descriptions or blog posts on a schedule.
- SEO Optimization: Automatically update page titles and meta descriptions to improve search engine rankings.
- Navigation Management: Programmatically adjust your store's navigation menus, especially when complex changes are needed.
- Redirect Updates: Easily create and manage URL redirects within your Shopify store.
- Content Bulk Editing: Update multiple pages or blog posts simultaneously with consistent information.
Key capabilities
- Page Creation: Create new pages with HTML content via the GraphQL Admin API.
- Blog Post Creation: Generate blog posts, including specifying a blog, title, handle, content (HTML), author, tags, publish date, SEO metadata, and image.
- Navigation Menu Updates: Modify navigation menus through browser automation or potentially GraphQL mutations (depending on API version).
- Redirect Management: Create redirects using the REST Admin API.
- SEO Metadata Generation: Set page titles and descriptions for improved search engine optimization.
Example prompts
- "Create a new Shopify page titled 'Shipping Information' with HTML content explaining our shipping policies."
- "Generate a blog post about 'Summer Fashion Trends' including an image and tags 'fashion', 'summer'."
- “Add a link to the ‘Contact Us’ page in the main navigation menu.”
Tips & gotchas
- API Access Required: You will need a Shopify Admin API access token with appropriate scopes (read_content, write_content, read_online_store_navigation, write_online_store_navigation) – use the
shopify-setupskill to obtain this. - Navigation Limitations: Updating navigation menus primarily relies on browser automation due to limited API support.
- HTML Formatting: When creating pages, ensure HTML content is semantic and avoids inline styles for proper theme integration.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.