saleor-catalog

saleor-catalog is a skill for Claude Code from OrcaQubits/agentic-commerce-skills-plugins. It costs 37 tokens per session (1,735 once invoked), scanned A, original, MIT.

A coding guide for managing Saleor product data, including products, variants, product types, categories, collections, images, and warehouse stock. A variant is a purchasable version of a product, such as a shirt in a particular size.

In plain words
What is it for?
Use it to create and update products, organize categories and collections, attach media, set prices, and manage stock by warehouse.
Why use it?
It brings the related catalog and inventory tasks into one place instead of requiring separate research for each kind of product data.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the saleor-commerce plugin — 21 skills, 1 agent shipped together

Good fit Use it to create and update products, organize categories and collections, attach media, set prices, and manage stock by warehouse.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orcaqubits/agentic-commerce-skills-plugins/saleor-catalog
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 OrcaQubits/agentic-commerce-skills-plugins --skill saleor-catalog
Clone the repo
git clone --depth 1 https://github.com/OrcaQubits/agentic-commerce-skills-plugins

Made for: Claude Code.

Or install saleor-commerce, the plugin that ships this one along with the rest of its 21 skills, 1 agent.

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 saleor-catalog

README.md
[![agentmods](https://agentmods.dev/badge/skills/orcaqubits/agentic-commerce-skills-plugins/saleor-catalog/github.svg)](https://agentmods.dev/skills/orcaqubits/agentic-commerce-skills-plugins/saleor-catalog)
Your own site
<a href="https://agentmods.dev/skills/orcaqubits/agentic-commerce-skills-plugins/saleor-catalog"><img src="https://agentmods.dev/badge/skills/orcaqubits/agentic-commerce-skills-plugins/saleor-catalog/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 saleor-catalog

Your own site · 80×15
<a href="https://agentmods.dev/skills/orcaqubits/agentic-commerce-skills-plugins/saleor-catalog"><img src="https://agentmods.dev/badge/skills/orcaqubits/agentic-commerce-skills-plugins/saleor-catalog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,735 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.00037 $0.01735
Opus 5 $0.00018 $0.00868
Sonnet 5 $0.00007 $0.00347
Haiku 4.5 $0.00004 $0.00173

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

Security

Grade A, and why

saleor-catalog 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 2d 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.

saleor-commerce/skills/saleor-catalog/SKILL.md · 193 lines

How it starts

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

Saleor Catalog Management

Before writing code

Fetch live docs:

  1. Web-search site:docs.saleor.io products variants product types for product model and GraphQL operations
  2. Web-search site:docs.saleor.io categories collections for category tree and collection management
  3. Web-search site:docs.saleor.io warehouse stock allocation for inventory and warehouse operations
  4. Fetch https://docs.saleor.io/developer/products/overview and review Product, ProductType, and ProductVariant schemas
  5. Web-search site:docs.saleor.io product media images for media upload and assignment patterns
  6. Fetch https://docs.saleor.io/developer/channels/overview and review channel-aware product visibility

Product Hierarchy

Level Contains
ProductType Template: defines product and variant attributes, shipping/digital flags
Product Name, description, slug, category, collections, media
ProductVariant SKU, name, channel listings (price), stock (per warehouse), variant attributes

Product Status

Status Description
DRAFT Product is not visible to customers; work in progress
ACTIVE Product is published and available for purchase (per channel listing)

Products require a channel listing to be visible in a given channel. Status alone does not control storefront visibility.

Product Types

A ProductType serves as a template that defines the structure for a group of products:

Concept Purpose
Product attributes Shared attributes across all products of this type (e.g., Brand, Material)
Variant attributes Attributes that differ per variant (e.g., Size, Color)
isShippingRequired Whether products of this type need physical shipping
isDigital Whether this type represents digital goods
hasVariants Whether products support multiple variants
Weight Default weight for products of this type

Key Product Type Mutations

Read the full file on GitHub · 193 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. 2d ago First seen · 193 lines · 37 tokens per session scan A 35f9a3ceb79c

Subscribe to this mod's changes

saleor-catalog is a skill published in the GitHub repository OrcaQubits/agentic-commerce-skills-plugins (39 stars, last pushed 2d ago), licensed MIT. It adds 37 tokens to every session and 1,735 once invoked, about $0.0002 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-09-15.