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.
npx skills add jtrackingai/analytics-tracking-automation --skill tracking-shopifygit clone --depth 1 https://github.com/jtrackingai/analytics-tracking-automationWrote 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/skills/jtrackingai/analytics-tracking-automation/tracking-shopify)<a href="https://agentmods.dev/skills/jtrackingai/analytics-tracking-automation/tracking-shopify"><img src="https://agentmods.dev/badge/skills/jtrackingai/analytics-tracking-automation/tracking-shopify.svg" alt="Measured on agentmods" 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.00027 | $0.00490 |
| Opus 5 | $0.00014 | $0.00245 |
| Sonnet 5 | $0.00005 | $0.00098 |
| Haiku 4.5 | $0.00003 | $0.00049 |
Grade A, and why
tracking-shopify 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 7d 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tracking Shopify
Use this skill as the Shopify-specific branch contract after platform detection.
When To Use
Use this skill when:
site-analysis.jsonreportsplatform.type: "shopify"- the user says the target is a Shopify storefront
- sync or verification must produce Shopify custom pixel artifacts
- the shared discovery / grouping flow has already established that the run is on the Shopify branch
Shared Early Stages
Shopify still uses the same early workflow as generic sites:
- analysis
- page grouping
- page-group approval
Use tracking-discover and tracking-group for those phases.
Shopify-Specific Rules
Schema phase:
- run
prepare-schema - read
shopify-schema-template.json - read
shopify-bootstrap-review.md - keep ecommerce funnel events primarily as
triggerType: "custom" - validate selector-based CTA events, but do not expect selector checking to validate Shopify ecommerce custom events
Sync phase:
syncalso generatesshopify-custom-pixel.jssyncalso generatesshopify-install.md
Verification phase:
- do not expect standard automated GTM preview to be the source of truth
- install the Shopify custom pixel first
- validate with GA4 Realtime and Shopify pixel debugging tools
Required Output
Expect some or all of:
<artifact-dir>/shopify-schema-template.json<artifact-dir>/shopify-bootstrap-review.md<artifact-dir>/shopify-custom-pixel.js<artifact-dir>/shopify-install.md- updated
<artifact-dir>/workflow-state.json
Closeout Style
- default to a short Shopify-specific summary before listing files
- explain whether the current output is schema guidance, install guidance, or manual verification guidance
- keep artifact references after the summary, not before it
Stop Boundary
Stop after the Shopify-specific artifact or manual verification plan the user asked for.
Do not force the generic preview path on a Shopify run.
References
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 77 lines · 27 tokens per session scan A f009e4cf39e1
tracking-shopify is a skill published in the GitHub repository jtrackingai/analytics-tracking-automation (136 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 27 tokens to every session and 490 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.
Other skills, from other repositories
ecom-details-image
A planning tool for e-commerce product visuals, including main-image concepts, scene ideas, detail-page directions, and prompts for image-generation systems.
ecommerce-analysis
Revenue, conversion rate, AOV, and funnel drop-off using GA4 ecommerce events.
skill-campaign-planner
A marketing campaign planning tool for events such as holiday promotions, major online sales, product launches, and anniversaries. It organizes goals, timing, content, activities, resources, risks, and results to track.
analytics
Use when instrumenting product or web analytics — GA4/PostHog SDK wiring, event taxonomy, funnels, double-counted events, consent gating, PII scrubbing. NOT charting that data (that is dashboard), NOT choosing which metrics matter (that is kpi-framework), NOT experiment math (that is ab-testing), NOT cookie-policy…
ecommerce-funnel-optimizer
This skill should be used when the user asks to "build an e-commerce ad funnel", "optimize retargeting windows", "set ROAS targets by funnel stage", "recover abandoned carts with ads", or mentions "dynamic product ads", "Advantage+ Catalog Ads", or "seasonal ad strategy". Do NOT use for: single-platform campaign…
sapcc-skill
SAP Commerce Cloud skill for querying, administrating and operating a SAP CC (Hybris / CCv2) instance, including Cloud Portal DevOps operations. Use this skill when the user asks to query, inspect, modify or administrate SAP Commerce Cloud data (products, orders, customers, cronjobs, business logic) via HAC, or to…