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 finsilabs/awesome-ecommerce-skills --skill customer-accountsgit clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skillsWrote 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/finsilabs/awesome-ecommerce-skills/customer-accounts)<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/customer-accounts"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/customer-accounts/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.
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/customer-accounts"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/customer-accounts.svg" alt="Reviewed on agentmods" width="80" 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.00031 | $0.02641 |
| Opus 5 | $0.00015 | $0.01321 |
| Sonnet 5 | $0.00006 | $0.00528 |
| Haiku 4.5 | $0.00003 | $0.00264 |
Grade A, and why
customer-accounts 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 12d 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 — 254 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Customer Accounts
Overview
Customer accounts let shoppers save addresses for faster checkout, view order history, track shipments, and manage their profile. Every major e-commerce platform has this built in — Shopify, WooCommerce, and BigCommerce all provide account registration, login, address books, and order history without any custom development. The main decisions are: whether to make accounts optional or required, and whether to extend the platform's default account pages with additional functionality.
When to Use This Skill
- When enabling customer registration and login on a new storefront
- When customizing the account dashboard with order history and tracking
- When adding an address book to speed up returning customer checkout
- When converting guest checkout users into registered customers
- When adding wishlist or saved-for-later functionality
Core Instructions
Step 1: Determine platform and enable customer accounts
| Platform | Account System | Recommended Extension |
|---|---|---|
| Shopify | Native customer accounts (classic or new) | Customer Accounts Concierge or Flits for enhanced account pages |
| WooCommerce | My Account page (built-in, customizable) | YITH WooCommerce Wishlist; WooCommerce Memberships for gated content |
| BigCommerce | Customer account portal (built-in) | Customer Groups for tiered access; LoyaltyLion for loyalty integration |
| Custom / Headless | Build with JWT sessions and bcrypt password hashing | Required for complete control over authentication and account UX |
Step 2: Platform-specific setup
Shopify
Shopify offers two account experiences: Classic accounts and the newer New customer accounts (available on all plans).
Enable accounts and choose the experience:
- Go to Settings → Customer accounts
- Choose between:
- Classic accounts: traditional email + password login with customizable account pages via Liquid theme
- New customer accounts: passwordless login via email link; Shopify-hosted pages that Shopify controls (faster to set up, less customizable)
- Set accounts as Optional (recommended) or Required
What ships with it
7 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.
- evals/address-book-crud-and-schema/criteria.json 2.9 KB
- evals/address-book-crud-and-schema/task.md 1.7 KB
- evals/password-reset-and-session-security/criteria.json 2.5 KB
- evals/password-reset-and-session-security/task.md 1.5 KB
- evals/registration-and-login-security/criteria.json 2.8 KB
- evals/registration-and-login-security/task.md 1.4 KB
- tile.json 221 B
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.
- 12d ago First seen · 254 lines · 31 tokens per session scan A 79d1e29de537
customer-accounts is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 31 tokens to every session and 2,641 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.
Other skills, from other repositories
marketplace-purchase-vetting
Use this when the user asks whether a local listing is a scam, "too good to be true," worth looking at, or a good deal. Also use this when he asks you to find options — search/discover candidates, then vet the best ones. The goal is not a generic buying guide; it is a practical risk read with clear next steps.
outward-claim-storefront-check
Check outward claims against the storefront.
stripe-integration
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.
kinde-billing
Kinde Billing: models organization or user plan groups, features, and prices; connects test Stripe and publishes pricing; integrates plan selection, portal, and entitlements; records metered usage or handles billing webhooks and workflows; and troubleshoots subscriptions, trials, or tax. Use for Kinde billing work or…
authos-service-management
Manage AuthOS tenant services, OAuth client credentials, redirect URIs, device activation URIs, plans, API keys, SAML settings, and checkout. Use when creating or configuring applications inside an AuthOS organization.
ai-akari-purchase
A purchase flow for showing the paid AI Akari Decision Pack PDF and its checkout entry after the user explicitly asks to buy it.