weaverse-hydrogen

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

A guide to building Shopify Hydrogen storefronts with Weaverse, a visual content system for managing store pages. It covers components, page data, themes, React Router v7, and deployment.

In plain words
What is it for?
Use it when creating Weaverse sections, configuring themes and routes, loading store data, or deploying a Weaverse-based storefront.
Why use it?
It helps connect Weaverse page editing with the code and data-loading patterns used by Hydrogen.

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 creating Weaverse sections, configuring themes and routes, loading store data, or deploying a Weaverse-based storefront.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/weaverse/shopify-hydrogen-skills/weaverse-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 weaverse-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 weaverse-hydrogen

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/weaverse/shopify-hydrogen-skills/weaverse-hydrogen"><img src="https://agentmods.dev/badge/skills/weaverse/shopify-hydrogen-skills/weaverse-hydrogen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,595 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.00038 $0.03595
Opus 5 $0.00019 $0.01798
Sonnet 5 $0.00008 $0.00719
Haiku 4.5 $0.00004 $0.00360

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

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 1 executable file (examples/components-registry.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/weaverse-hydrogen/SKILL.md · 416 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

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 · 416 lines · 38 tokens per session scan A af458ae5c364

Subscribe to this mod's changes

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