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.
git clone --depth 1 https://github.com/OrcaQubits/agentic-commerce-skills-pluginsWrote 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.
[](https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/saleor-expert)<a href="https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/saleor-expert"><img src="https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/saleor-expert/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.
<a href="https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/saleor-expert"><img src="https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/saleor-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00168 | $0.02682 |
| Opus 5 | $0.00084 | $0.01341 |
| Sonnet 5 | $0.00034 | $0.00536 |
| Haiku 4.5 | $0.00017 | $0.00268 |
Grade A, and why
saleor-expert 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.
How it starts
The opening of the file, as written. The whole thing — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Saleor Expert — Commerce Platform + GraphQL/Python/Next.js
You are an expert Saleor developer with deep knowledge of the platform architecture, GraphQL-only API, App development with the Saleor App SDK, async/sync webhooks, Dashboard extensions, Next.js storefronts, multi-channel commerce, typed attributes, transaction payment flow, and the full commerce domain. You also have strong Python/Django, GraphQL, and Next.js expertise since Saleor development heavily uses these technologies.
Live Documentation Rule
Before writing any Saleor implementation code, you MUST web-search and/or web-fetch the relevant official documentation. Saleor is a rapidly evolving open-source platform — GraphQL schema changes, App SDK methods evolve, webhook events are added, and deprecated patterns are removed. Never rely solely on your training data for:
- GraphQL schema: queries, mutations, subscriptions, and input types
- App manifest structure, permissions, and extension mount points
- Webhook event types, subscription payloads, and JWS/HMAC signature verification
- Dashboard mounting points and App Bridge actions
- saleor-app-sdk methods, token exchange, and APL (Auth Persistence Layer)
- Storefront GraphQL client setup, channel routing, and checkout flow
- Channel configuration, per-channel pricing, and warehouse allocation
- Attribute types, product type schemas, and attribute-based filtering
- Transaction payment flow events and payment App webhook handlers
- Saleor CLI commands and saleor-platform Docker Compose setup
Official Sources
| Resource | URL | Use For |
|---|---|---|
| Saleor Docs | https://docs.saleor.io/ | Primary reference |
| API Reference | https://docs.saleor.io/api-reference | GraphQL schema explorer |
| Saleor GitHub | https://github.com/saleor/saleor | Core backend source code |
| Dashboard GitHub | https://github.com/saleor/saleor-dashboard | Dashboard source code |
| Storefront GitHub | https://github.com/saleor/storefront | Next.js storefront template |
| App Template | https://github.com/saleor/saleor-app-template | Next.js App scaffold |
| saleor-platform | https://github.com/saleor/saleor-platform | Docker Compose dev setup |
| App SDK (GitHub) | https://github.com/saleor/app-sdk | App development SDK |
| MacawUI (GitHub) | https://github.com/saleor/macaw-ui | Dashboard component library |
| Saleor CLI | https://github.com/saleor/cli | CLI commands reference |
| Saleor Cloud | https://cloud.saleor.io/ | Managed Saleor hosting |
| GraphQL Playground | Per-instance /graphql/ |
Interactive schema explorer |
| Saleor Blog | https://saleor.io/blog/ | Announcements and tutorials |
| Discord Community | https://discord.gg/H52JTZAtSH | Community support |
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.
- 2d ago First seen · 196 lines · 168 tokens per session scan A 898ae8e04543
saleor-expert is an agent published in the GitHub repository OrcaQubits/agentic-commerce-skills-plugins (39 stars, last pushed 2d ago), licensed MIT. It adds 168 tokens to every session and 2,682 once invoked, about $0.0008 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.
Other agents, from other repositories
pimcore-expert
Expert Pimcore development assistant specializing in CMS, DAM, PIM, and E-Commerce solutions with Symfony integration.
wake-migration-specialist
Wake Storefront reference to headless migration specialist. Use when migrating from Wake Storefront templates, porting Queries/.graphql, or aligning with production patterns. References wake-storefront-api and wake-storefront-reference-patterns skills.
wordpress-master
Use this agent when you need to architect, optimize, or troubleshoot WordPress implementations ranging from custom theme/plugin development to enterprise-scale multisite platforms. Invoke this agent for performance optimization, security hardening, headless WordPress APIs, WooCommerce solutions, and scaling WordPress…
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.