shopify-content

Create and update Shopify pages, blogs, menus, redirects, and SEO metadata.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/redbananastudios/ai-library --skill shopify-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-content
Source: https://github.com/redbananastudios/ai-library/tree/main/generated/claude/skills/shopify-content
Command: npx skills add https://github.com/redbananastudios/ai-library --skill shopify-content

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Shopify teams lose time creating and updating store content, SEO metadata, redirects, and navigation while juggling GraphQL/REST API details and browser-only workflows.

Core Features & Use Cases

  • Page & Blog Management: Create and publish Shopify pages and blog articles (including HTML body, handles, tags, and publish scheduling).
  • Navigation & Redirect Updates: Maintain navigation menus via browser automation when API support is limited, and add redirects using the REST Admin API.
  • SEO Metadata Updates: Update SEO titles and descriptions on Shopify resources and verify changes by querying the store.

Quick Start

Use the shopify-content skill to create an “About Us” page with updated SEO metadata and then verify the live result in your store.

Frequently Asked Questions about shopify-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating and publishing Shopify pages?

You can automate Shopify page creation and publishing by using GraphQL Admin API calls to generate pages, set HTML body content, assign tags, and schedule publish dates directly without manual dashboard editing.

How do I update SEO metadata for Shopify pages and blog articles?

Update Shopify SEO metadata by modifying per-resource meta titles and descriptions via GraphQL Admin API queries, then verify the applied SEO changes by querying the store to confirm the live results.

Can I manage Shopify navigation menus and URL redirects automatically?

Yes, you can maintain navigation menus through browser automation when API support is limited, and add URL redirects using the REST Admin API to route old addresses correctly.

What Shopify Admin API authentication scopes do I need for content management?

Shopify content management requires Admin API authentication scopes specifically granting access to content and navigation resources, enabling GraphQL for pages and blogs alongside REST for redirects.

Why use browser automation for Shopify navigation menus instead of the API?

Browser automation is used for Shopify navigation menus when API support is limited, allowing you to maintain menu structure by interacting with the admin interface before verifying changes with follow-up queries.

Does this approach work for updating existing blog post content and tags?

Yes, updating existing Shopify blog post content and tags is fully supported through GraphQL Admin API operations, allowing you to modify article bodies and metadata efficiently.