google-merchant-feed
Installation
SKILL.md
Overview
This skill guides the creation of a valid Google Merchant Center product feed (XML/RSS 2.0) from any backend stack. It encodes lessons learned from production implementations and Google's official specification.
Supported backends:
- Django / Python (ElementTree or lxml)
- Node.js / Express (xmlbuilder2)
- Next.js API Routes (App Router or Pages Router)
When to Use
- User wants to create a Google Merchant / Google Shopping product feed
- User has a feed that Google Merchant Center rejects with validation errors
- User asks about
g:availability,g:price,g:gtin,g:google_product_category - User needs to expose products to Google Shopping ads
- User asks "how do I send products to Google?"