shop

shop is a command for Claude Code from Ertinox7711/SGRR-AGI-V2. It costs 34 tokens per session (475 once invoked), scanned A, original, MIT.

A read-only Shopify store identification check that maps a project folder to the correct store using a local registry. Shopify is an e-commerce platform, and each store may have its own credentials and files.

In plain words
What is it for?
Use it before Shopify work to report the store name, folder, and handle, and to verify the token when a later API action is planned. An API is a programmatic way for software to communicate with a service.
Why use it?
It prevents work intended for one store from being applied to another. It also makes the store identity come from the folder and registry instead of from memory, and does not change store data.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it before Shopify work to report the store name, folder, and handle, and to verify the token when a later API action is planned. An API is a programmatic way for software to communicate with a service.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ertinox7711/sgrr-agi-v2/shop
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.

Clone the repo
git clone --depth 1 https://github.com/Ertinox7711/SGRR-AGI-V2

Made for: Claude Code.

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 shop

README.md
[![agentmods](https://agentmods.dev/badge/commands/ertinox7711/sgrr-agi-v2/shop/github.svg)](https://agentmods.dev/commands/ertinox7711/sgrr-agi-v2/shop)
Your own site
<a href="https://agentmods.dev/commands/ertinox7711/sgrr-agi-v2/shop"><img src="https://agentmods.dev/badge/commands/ertinox7711/sgrr-agi-v2/shop/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 shop

Your own site · 80×15
<a href="https://agentmods.dev/commands/ertinox7711/sgrr-agi-v2/shop"><img src="https://agentmods.dev/badge/commands/ertinox7711/sgrr-agi-v2/shop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 475 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.00034 $0.00475
Opus 5 $0.00017 $0.00237
Sonnet 5 $0.00007 $0.00095
Haiku 4.5 $0.00003 $0.00047

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

Security

Grade A, and why

shop 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.

commands/shop.md · 36 lines

What it actually says

the operator a plusieurs boutiques Shopify, une boutique = un dossier. La seule source de verite est C:\Users\YOU\.claude\shops-registry.md (miroir .json lu par les hooks). Confondre deux boutiques est la faute la plus couteuse ici.

Dossier a identifier : $ARGUMENTS (vide = dossier courant)

Marche a suivre

  1. Lis C:\Users\YOU\.claude\shops-registry.md.
  2. Prends le chemin cible, mappe-le sur la registry par prefixe le plus long. L'identite se derive du DOSSIER, jamais de ce dont tu te souviens.
  3. Annonce en une ligne, avant toute autre chose : Boutique = <NOM> (<niche>), dossier <root>, handle <handle> Tous ces champs sont copies de la registry, jamais tapes de memoire.
  4. Verifie l'etat du jeton si une action API est prevue : un jeton shpat_/session vaut pour un seul store, jamais partage.

Ce que cette commande ne fait pas

  • Elle n'ecrit rien. Aucun Edit, Write, productUpdate, themePublish, themeFilesUpsert, metafieldsSet, get-token.
  • Toute mutation demande ensuite une double confirmation explicite : « t'es sur que c'est ? » + l'effet exact re-cite + un GO de the operator. Pas de GO = pas de mutation.
  • SHOP-A (Documents\BUSINESS\shopify) est en LECTURE SEULE, point. OFM HUB et OFM HUB V2 sont des zones protegees au meme titre.

Si le dossier cible n'est dans aucune ligne de la registry : dis-le et arrete-toi. Ne devine pas la boutique.

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 · 36 lines · 34 tokens per session scan A 91ee717a05e6

Subscribe to this mod's changes

shop is a command published in the GitHub repository Ertinox7711/SGRR-AGI-V2 (1 stars, last pushed 3d ago), licensed MIT. It adds 34 tokens to every session and 475 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-09.