guest-checkout

guest-checkout is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 30 tokens per session (2,004 once invoked), scanned A, original, MIT.

A guest-checkout option lets shoppers buy without creating an account, then offers account creation after the purchase.

In plain words
What is it for?
It is for configuring stores so customers can check out as guests and optionally save their details afterward.
Why use it?
It removes an account-registration step that can cause shoppers to abandon their carts, especially on a first purchase.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit It is for configuring stores so customers can check out as guests and optionally save their details afterward.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/guest-checkout
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 finsilabs/awesome-ecommerce-skills --skill guest-checkout
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-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 guest-checkout

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/guest-checkout"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/guest-checkout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,004 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 original 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.00030 $0.02004
Opus 5 $0.00015 $0.01002
Sonnet 5 $0.00006 $0.00401
Haiku 4.5 $0.00003 $0.00200

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

Security

Grade A, and why

guest-checkout 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 9d 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/payments-checkout/guest-checkout/SKILL.md · 194 lines

How it starts

The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Guest Checkout

Overview

Requiring account creation before purchase is one of the top causes of checkout abandonment — it adds friction for first-time buyers who do not yet trust your store enough to commit to a relationship. Enabling guest checkout and deferring account creation to after the purchase typically increases checkout completion by 20–35%. All major platforms support this with a single settings change.

When to Use This Skill

  • When checkout funnel analysis shows a significant drop-off at the account creation or login step
  • When setting up a new store and deciding on account requirements
  • When adding a "Buy as Guest" option to an existing checkout that currently requires login
  • When optimizing first-time buyer conversion rates

Core Instructions

Step 1: Enable guest checkout on your platform


Shopify

Guest checkout is enabled by default on Shopify. To verify or configure it:

  1. Go to Settings → Checkout → Customer accounts
  2. Choose one of:
    • Accounts are optional (recommended): customers can check out as a guest or log in; Shopify shows a "Continue as guest" option
    • Accounts are disabled: checkout requires no account at all
    • Accounts are required: blocks guest checkout — avoid this unless you specifically need a members-only store
  3. Click Save

For the post-purchase account creation prompt (so guests can save their details after buying):

  1. Under Settings → Checkout → Customer accounts, enable Self-serve returns and Order status page — this lets guests view their order status without an account
  2. Shopify automatically sends a "Create an account" link in the order confirmation email when accounts are optional
WooCommerce
  1. Go to WooCommerce → Settings → Accounts & Privacy
  2. Under Guest checkout:
    • Check Allow customers to place orders without an account (enables guest checkout)
    • Uncheck Allow customers to log into an existing account during checkout if you want to simplify the checkout form (or leave checked to offer both)
  3. Under Account creation:
    • Check Allow customers to create an account during checkout — this shows an optional "Create an account" checkbox on the checkout page
    • Check Allow customers to create an account on the "My account" page — this lets guests create an account after ordering via the confirmation email link
  4. Click Save changes

Read the full file on GitHub · 194 lines

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. 9d ago First seen · 194 lines · 30 tokens per session scan A 33c01d0bd650

Subscribe to this mod's changes

guest-checkout is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 30 tokens to every session and 2,004 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-09-03.

Related

Other skills, from other repositories

convert-checkout-page

Author checkout-page micro-copy + trust signals: order summary, form-field copy, bump slot, button label, guarantee restatement, and friction-reduction patterns. Emits brief + paste-ready HTML/CSS scaffold (payment-processor-agnostic). Use when the user needs a conversion-optimized checkout page where every word and…

FerroxLabs/wayland · 101 tokens

convert-cross-sell-page

Author post-purchase cross-sell pages: lateral product offer to existing customer, with relevance framing and tight Method-applied copy. Emits brief + paste-ready HTML/CSS. Use when the user has a customer who completed a flagship purchase (and any OTO sequence) and a related product the customer would benefit from.…

FerroxLabs/wayland · 107 tokens

convert-oto-page

Author One-Time Offer pages: post-purchase upgrade with single accept/decline decision, urgency framing, and tight Method-applied copy. Emits brief + paste-ready HTML/CSS with one-click yes/no markup. Use when the user has a flagship product purchased and needs an immediate post-checkout upgrade page. Not for…

FerroxLabs/wayland · 101 tokens

convert-bump

Author order-form bump offers: 30-80 word checkbox micro-copy that lifts AOV without breaking checkout flow. Emits brief + paste-ready HTML/CSS for the bump checkbox component. Use when the user has a checkout page and wants to add a single relevant low-friction bump above the buy button. Not for full upsell pages…

FerroxLabs/wayland · 93 tokens

commerce-checkout-configuration

Use this skill when configuring Salesforce B2B or D2C Commerce checkout: payment methods, shipping/tax integration, guest checkout, order summary setup, and CartCheckoutSession state orchestration. Trigger keywords: checkout flow, payment adapter, shipping tax integration, guest checkout, order summary…

PranavNagrecha/AwesomeSalesforceSkills · 116 tokens

commerce-checkout-flow-design

Use this skill when designing the checkout experience for a Salesforce B2B or D2C Commerce storefront — covering runtime model selection (LWR Managed Checkout vs Aura Flow Builder), cart and line-item requirements, payment option scoping, shipping rule definition, and guest vs. registered buyer experience design.…

PranavNagrecha/AwesomeSalesforceSkills · 142 tokens