product-data-modeling

product-data-modeling is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 27 tokens per session (3,020 once invoked), scanned A, original, MIT.

A method for organising a shop's product information into products, variants, custom fields, and relationships such as bundles or accessories.

In plain words
What is it for?
It helps model sizes and colours, add custom attributes for filtering, connect related products, and fit data from a PIM or ERP into Shopify, WooCommerce, or BigCommerce.
Why use it?
Correct structure prevents missing data, failed imports, and problems with filters, stock, prices, or product options.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit It helps model sizes and colours, add custom attributes for filtering, connect related products, and fit data from a PIM or ERP into Shopify, WooCommerce, or BigCommerce.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/product-data-modeling
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add finsilabs/awesome-ecommerce-skills --skill product-data-modeling
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for product-data-modeling

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/product-data-modeling/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/product-data-modeling)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/product-data-modeling"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/product-data-modeling/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for product-data-modeling

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/product-data-modeling"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/product-data-modeling.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,020 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.03020
Opus 5 $0.00014 $0.01510
Sonnet 5 $0.00005 $0.00604
Haiku 4.5 $0.00003 $0.00302

Measured 11d ago against content hash c88a6016e10b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

product-data-modeling scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/catalog-inventory/product-data-modeling/SKILL.md · 274 lines

How it starts

The opening of the file, as written. The whole thing — 274 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Product Data Modeling

Overview

Every platform has its own product data model — Shopify uses products with variants and metafields, WooCommerce uses products with attributes and custom fields, and BigCommerce uses products with options and custom fields. Understanding your platform's model and fitting your catalog into it correctly prevents data quality problems and import failures. Only build a custom data model if you're building a headless storefront from scratch.

When to Use This Skill

  • When designing a product catalog structure for a new store on an existing platform
  • When adding variant support (size, color, material) to existing products
  • When implementing custom attributes for faceted filtering
  • When modeling product relationships (bundles, cross-sells, accessories)
  • When importing products from a PIM or ERP into the platform's model

Core Instructions

Step 1: Understand your platform's core data model

Platform Product Variants Custom Attributes Relationships
Shopify Product + up to 3 Options, up to 100 Variants Per-variant: price, SKU, inventory, weight, image Metafields (standard or custom namespaces) Collections, cross-sell via apps
WooCommerce Product (Simple, Variable, Grouped, External) Per-variation: price, SKU, stock, attributes Custom product attributes + WooCommerce custom fields Upsells, cross-sells (built-in), grouped products
BigCommerce Product with Options and Option Sets Per-variant (modifier/option combination): price, SKU, stock Custom fields per product Related products, bundled products
Custom / Headless Design from scratch with PostgreSQL/MongoDB Full control over schema EAV or JSONB for flexible attributes Junction tables for relationships

Step 2: Platform-specific modeling


Shopify

Core structure:

  • Product: title, description, vendor, product_type, tags, images
  • Options: up to 3 (e.g., Size, Color, Material) — defines the axes of variation
  • Variants: one per combination of option values — each has its own price, SKU, inventory, weight
  • Metafields: custom data per product or variant (e.g., care instructions, sizing guide URL, technical specs)

Read the full file on GitHub · 274 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 274 lines · 27 tokens per session scan A c88a6016e10b

Subscribe to this mod's changes

product-data-modeling is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 27 tokens to every session and 3,020 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

apify-ecommerce

E-commerce Data Extraction workflow skill. Use this skill when the user needs Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool and the operator should preserve the upstream workflow, copied support files, and provenance before merging or…

diegosouzapw/awesome-omni-skills · 65 tokens

ean-search.org-mcp

Product Data MCP server by EAN-Search.org.

Friz-zy/ai-capability-registry · 17 tokens

app-store-pricing

App Store pricing strategy, global equalization, subscription management, and regional pricing decisions using Apple's official 900-price-point system. Use when user asks about pricing tiers, IAP pricing, subscription pricing, regional pricing, price changes, App Store proceeds, base storefront selection, introductory…

markdavidgan/apple-dev-skills · 66 tokens

ecommerce-image-agent

Create visual concepts, ready-to-generate prompts, and AI images for ecommerce and conversion-focused product visuals: hero images, lifestyle scenes, flat lays, listing galleries, product-detail pages, store visuals, and coherent image packs. Use when the image presents a product for listing, PDP, storefront, or brand…

DeepKolor/deepkolor-agent-skills · 172 tokens

retail-scrapers

Assess, reuse, build, repair, and validate public retail catalog and price channels in the Retail Scrapers Python toolkit. Use when a user provides a retailer name or URL, asks whether an existing adapter or market configuration can handle it, requests a new channel, or needs an existing channel fixed after site drift.

Mrjie7205/retail-scrapers · 68 tokens

ai-product-description-generator-free

Generate product descriptions using free AI backends: Ollama (local, offline) or HuggingFace Inference API (free online). Use when creating e-commerce copy without paid API keys, running product description generation offline, or testing AI copy tools for free.

bytesagain/ai-skills · 58 tokens