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 agentmods add skills/wake-engineering/ai-plugin/wake-templatenpx skills add wake-engineering/ai-plugin --skill wake-templategit clone --depth 1 https://github.com/wake-engineering/ai-pluginWhat 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 | $0.00362 | $0.02386 |
| Opus 5 | $0.00181 | $0.01193 |
| Sonnet 5 | $0.00072 | $0.00477 |
| Haiku 4.5 | $0.00036 | $0.00239 |
Grade A, and why
wake-template 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 — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wake Template
Anatomy of a Wake Commerce storefront template. Use this skill whenever a prompt is about how a Wake template is shaped — its folders, its config files, how Pages find Queries, how Snippets are paired with SnippetQueries, how Components are registered, how Emails are wired to event types, and how Assets are referenced.
When to use this Skill
- Scaffolding a new Wake template project (minimum viable folder tree).
- Registering a Component in
Configs/components.jsonand understanding its entry shape. - Adding a Page and wiring it to a Query via
Configs/pages.json. - Pairing a Snippet in
Snippets/with a SnippetQuery inQueries/SnippetQueries/for dynamic rendering via the Storefront SDK. - Reading or editing
Configs/settings.jsonand knowing which keys Wake expects (access_token) vs arbitrary developer keys surfaced via{{ settings.key }}. - Adding a transactional email under
Emails/and mapping it to a Wake event inConfigs/emails.json. - Exposing a new CSS / JS / image asset under
Assets/and invoking it with theassethelper. - Adding a hotsite variant via
pages.json.customs[]+content_for_page. - Authoring a Design Studio CMS Block — paired
Blocks/<type>.html+Blocks/<type>.schema.json, authorized throughpages.jsoncontent_for_page[], rendered bywake_content_for_page. - Deciding whether new content should be a Block (merchant-editable through the CMS) or a Component (developer-only).
- Explaining the data flow: Queries → Pages (or Snippets) → injected
data.*→ Components → Blocks (block_data.*).
Do not use this skill for Scriban syntax inside .html files (use wake-scriban). For GraphQL query shape, schema discovery, or headless consumers of the Storefront API, refer to the Wake docs portal — that surface is outside this skill's scope.
Instructions
1. Root folders — one purpose each
A Wake template is a flat tree of nine top-level folders plus the four JSON files in Configs/. Keep the purpose of each folder in mind before deciding where a new file belongs.
What ships with it
11 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.
- references/assets.md 2.2 KB
- references/blocks.md 6.0 KB
- references/components.md 3.2 KB
- references/configs.md 2.3 KB
- references/design-studio.md 5.3 KB
- references/emails.md 2.3 KB
- references/folder-structure.md 3.0 KB
- references/pages.md 5.8 KB
- references/queries.md 2.6 KB
- references/settings.md 2.0 KB
- references/snippets.md 2.5 KB
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 · 108 lines · 362 tokens per session scan A ae7c719d1121
wake-template is a skill published in the GitHub repository wake-engineering/ai-plugin (2 stars, last pushed 3mo ago), licensed MIT. It adds 362 tokens to every session and 2,386 once invoked, about $0.0018 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-31.
Other skills, from other repositories
cloudflare-registrar
Cloudflare Registrar: domain availability, prices, registration via mcporter.
etsy-category-listing
Etsy category page scraper: given an Etsy category URL (e.g. https://www.etsy.com/c/jewelry) and optional page number, returns paginated product listings with listingId, shopId, title, url, image, salePrice, originalPrice, currency, rating, reviewCount, shopName, isAd, freeShipping, badge from category and subcategory…
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
shopify-functions
Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location…
shopify-customer
The Customer Account API allows customers to access their own data including orders, payment methods, and addresses.