shopify-hydrogen

shopify-hydrogen is a skill for Claude Code, Codex from Weaverse/shopify-hydrogen-skills. It costs 37 tokens per session (987 once invoked), scanned A, original, no licence file.

A reference for Shopify Hydrogen, Shopify’s React framework for building custom online stores. It covers APIs for carts, caching, product variants, page metadata, analytics, and security policies.

In plain words
What is it for?
Use it when building or reviewing carts, product listings, pagination, SEO, analytics, caching, or security settings in a Hydrogen store.
Why use it?
It helps an agent choose the right Hydrogen patterns instead of guessing how Shopify storefront code works.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when building or reviewing carts, product listings, pagination, SEO, analytics, caching, or security settings in a Hydrogen store.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/weaverse/shopify-hydrogen-skills/shopify-hydrogen
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 Weaverse/shopify-hydrogen-skills --skill shopify-hydrogen
Clone the repo
git clone --depth 1 https://github.com/Weaverse/shopify-hydrogen-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 shopify-hydrogen

README.md
[![agentmods](https://agentmods.dev/badge/skills/weaverse/shopify-hydrogen-skills/shopify-hydrogen/github.svg)](https://agentmods.dev/skills/weaverse/shopify-hydrogen-skills/shopify-hydrogen)
Your own site
<a href="https://agentmods.dev/skills/weaverse/shopify-hydrogen-skills/shopify-hydrogen"><img src="https://agentmods.dev/badge/skills/weaverse/shopify-hydrogen-skills/shopify-hydrogen/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 shopify-hydrogen

Your own site · 80×15
<a href="https://agentmods.dev/skills/weaverse/shopify-hydrogen-skills/shopify-hydrogen"><img src="https://agentmods.dev/badge/skills/weaverse/shopify-hydrogen-skills/shopify-hydrogen.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 987 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 unknown 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.00987
Opus 5 $0.00018 $0.00494
Sonnet 5 $0.00007 $0.00197
Haiku 4.5 $0.00004 $0.00099

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

Security

Grade A, and why

shopify-hydrogen 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/shopify-hydrogen/SKILL.md · 95 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

4 files 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.

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 · 95 lines · 37 tokens per session scan A 030a4fa1a2a1

Subscribe to this mod's changes

shopify-hydrogen is a skill published in the GitHub repository Weaverse/shopify-hydrogen-skills (87 stars, last pushed yesterday), with no licence file. It adds 37 tokens to every session and 987 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-08-30.

Related

Other skills, from other repositories

sfnext-extensions

Build extensions for Storefront Next using target-config.json, target points, extension routes, and translation namespaces. Use when creating modular features, inserting components into UI targets, adding extension routes, adding a section to an existing page, or using SFDCEXT integration markers. Covers the…

SalesforceCommerceCloud/b2c-developer-tooling · 96 tokens

sfnext-page-designer

Integrate Page Designer with Storefront Next using React decorators, component registry, and Region rendering. Use when creating merchant-editable pages, adding Page Designer components with @Component/@AttributeDefinition decorators, using fetchPageFromLoader, or rendering Regions. This is for the React/Storefront…

SalesforceCommerceCloud/b2c-developer-tooling · 84 tokens

sfnext-project-setup

Create and configure Storefront Next projects. Use when creating a new storefront, understanding project structure, setting up environment variables, or running the sfnext CLI for the first time. Covers project creation, directory layout, .env configuration, and sfnext CLI basics.

SalesforceCommerceCloud/b2c-developer-tooling · 58 tokens

sfnext-routing

Implement file-based routing in Storefront Next with React Router 7. Use when adding new pages, creating layout routes, defining route parameters, or understanding route module exports (loader, action, component, meta). Covers flat-routes conventions, nested layouts, and the app prefix.

SalesforceCommerceCloud/b2c-developer-tooling · 61 tokens

sfnext-state-management

Manage client-side state in Storefront Next using React context providers and feature-level Zustand stores. Use when handling basket/auth UI state, creating extension stores (for example store locator), or syncing client-visible state after server mutations. NOT for server-side data loading — see sfnext-data-fetching…

SalesforceCommerceCloud/b2c-developer-tooling · 66 tokens

vendure-dashboard-migration

Migrates Vendure Admin UI extensions (legacy Angular-based) to the new React Dashboard.

vendurehq/vendure · 24 tokens