Help us improve
Share bugs, ideas, or general feedback.
From claude-three-o
Validates product feeds for Google Merchant Center and Naver Shopping EP. Checks data quality, completeness, freshness, and consistency with website product pages. Use when user says "product feed", "상품 피드", "merchant feed", "쇼핑 EP", "feed validation", "피드 검증".
npx claudepluginhub jaehyunground/claude-three-o --plugin claude-three-oHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-three-o:aao-feed <feed-url or site-url> [--platform <google|naver|both>]<feed-url or site-url> [--platform <google|naver|both>]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Invocation:** `/three-o aao feed <feed-url or site-url> [--platform <google|naver|both>]`
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
Share bugs, ideas, or general feedback.
Invocation: /three-o aao feed <feed-url or site-url> [--platform <google|naver|both>]
Product feeds are how AI agents access structured product catalogs. Invalid or incomplete feeds mean products won't appear in AI-driven shopping recommendations. This skill validates feed quality for both Google Merchant Center and Naver Shopping EP.
If site URL provided (not feed URL):
/feed.xml, /products.xml, /merchant-feed.xml<link rel="alternate" type="application/rss+xml">| Check | Description |
|---|---|
| Required fields | All mandatory fields populated |
| Data types | Correct formats (price, URL, enum values) |
| Character limits | Within platform max lengths |
| Encoding | UTF-8, special characters handled |
| No HTML in text | Plain text in title/description |
| Check | Description |
|---|---|
| Product coverage | % of site products in feed |
| Image availability | All products have valid images |
| Category mapping | Correct taxonomy applied |
| Variant handling | Color/size variants properly grouped |
| Optional fields | Recommended fields populated |
| Check | Description |
|---|---|
| Last modified | Feed updated within 24 hours |
| Price accuracy | Feed prices match website |
| Stock accuracy | Availability status current |
| New products | Recently added products included |
| Removed products | Discontinued items removed |
| Check | Description |
|---|---|
| Google requirements | Meets Merchant Center specs |
| Naver EP format | Matches Naver EP specification |
| Error-free parsing | No XML/TSV parse errors |
| Schema validation | Passes platform validator |
For a sample of products (10-20), verify:
Product Feed Validation: [url]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Feed Score: XX/100
Platform: [Google/Naver/Both]
Feed Statistics:
Total products: XX
Valid: XX (XX%)
Errors: XX
Warnings: XX
Dimension Scores:
Data Quality: XX/100
Completeness: XX/100
Freshness: XX/100
Platform Compliance: XX/100
Critical Errors:
[product_id] — [error description]
...
Website Consistency:
Checked: XX products
Matches: XX (XX%)
Mismatches: XX
Recommendations:
1. [priority fix]
...
Load on-demand:
references/google-merchant-spec.md — Google feed field requirementsreferences/naver-ep-spec.md — Naver EP feed format details