ecommerce-funnel

ecommerce-funnel is a skill for Claude Code from ominou5/funnel-architect-plugin. It costs 47 tokens per session (773 once invoked), scanned A, original, MIT.

A plan for an online shop funnel covering product pages, carts, checkout, add-on offers, upsells, and order confirmation. It applies to physical and digital products, including direct-to-customer stores.

In plain words
What is it for?
Use it to structure product pages, shopping carts, checkout screens, order bumps, one-click post-purchase offers, thank-you pages, reviews, FAQs, and related-product suggestions.
Why use it?
It maps the buying journey so important product information, payment steps, extra offers, and post-purchase details are not overlooked.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the funnel-architect-plugin plugin — 29 skills, 5 agents, 2 hooks shipped together

Good fit Use it to structure product pages, shopping carts, checkout screens, order bumps, one-click post-purchase offers, thank-you pages, reviews, FAQs, and related-product suggestions.

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

Made for: Claude Code.

Or install funnel-architect-plugin, the plugin that ships this one along with the rest of its 29 skills, 5 agents, 2 hooks.

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 ecommerce-funnel

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ominou5/funnel-architect-plugin/ecommerce-funnel"><img src="https://agentmods.dev/badge/skills/ominou5/funnel-architect-plugin/ecommerce-funnel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 773 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.00047 $0.00773
Opus 5 $0.00023 $0.00387
Sonnet 5 $0.00009 $0.00155
Haiku 4.5 $0.00005 $0.00077

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

Security

Grade A, and why

ecommerce-funnel 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 13d 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/ecommerce-funnel/SKILL.md · 88 lines

How it starts

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

E-Commerce Funnel

Sell products online with optimized product pages, cart flows, and post-purchase retention.

Flow

Ad / Organic → Product Page → Add to Cart → Checkout → Order Bump → Upsell → Thank You
Page Purpose
Product Page Hero imagery, benefits, social proof, ATC
Cart / Side Drawer Review items, cross-sells
Checkout Streamlined payment capture
Order Bump Add-on at checkout (+$X)
Post-Purchase Upsell One-click additional offer
Thank You + Tracking Confirm order, set expectations

Product Page Anatomy

Above the Fold

  • Product images (3–5, lifestyle + close-up, video if possible)
  • Product title (clear + keyword-rich)
  • Price (original crossed out if on sale)
  • Star rating + review count
  • Key benefit bullets (3–5)
  • Add to Cart button (high contrast, full-width on mobile)
  • Trust badges (shipping, guarantee, secure checkout)

Below the Fold

  • Detailed description (benefits, not just specs)
  • Size guide / usage instructions
  • Customer reviews with photos
  • Comparison table (vs. competitors or alternatives)
  • FAQ
  • Related products / "Customers also bought"

Cart Optimization

  • Side-drawer cart (don't redirect to cart page)
  • Free shipping threshold — "Add $12 more for free shipping"
  • Cross-sell widget — "Complete the look" / "Frequently bought together"
  • Urgency — "In your cart for 15 minutes" or low stock alerts
  • Express checkout — Apple Pay, Google Pay, Shop Pay

Post-Purchase Upsell

"Wait — add {{UPSELL_PRODUCT}} for just ${{PRICE}}?"
[Yes, Add to My Order]  ←  One-click (no re-entering payment)
[No thanks, just my order]

Conversion Benchmarks

Metric Target
Product page → ATC > 8%
ATC → checkout > 50%
Checkout → purchase > 65%
Cart abandonment recovery > 10%
Order bump take rate > 20%
Post-purchase upsell > 12%
Avg order value lift (with bumps) > 25%

Read the full file on GitHub · 88 lines

Files

What ships with it

1 file 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. 13d ago First seen · 88 lines · 47 tokens per session scan A 69ef7bdd6075

Subscribe to this mod's changes

ecommerce-funnel is a skill published in the GitHub repository ominou5/funnel-architect-plugin (81 stars, last pushed 6mo ago), licensed MIT. It adds 47 tokens to every session and 773 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

ecommerce-seo

E-commerce SEO audit for online stores (WooCommerce, Shopify, Magento, custom). Covers the structural problems unique to commerce sites: category / product listing pages (PLP), product detail pages (PDP), faceted navigation and the crawl-budget / duplicate-content traps it creates, pagination, canonical handling for…

nowork-studio/notfair-plugin · 235 tokens

paid-ads-amazon

Plan and review Amazon Ads with margin-aware ACoS, product, and search-term guardrails. Use for Amazon advertising, Sponsored Products, Sponsored Brands, Sponsored Display, ASIN targeting, Amazon ACoS, or Amazon Ads performance exports.

nowork-studio/notfair-plugin · 55 tokens

pricing-and-packaging

Sets price, structures packages and tiers, and designs the monetization surfaces that carry them — upgrade paths, paywalls, and offer construction. Use this to set or change pricing, design or restructure tiers, choose a pricing metric, build an offer, design upgrade prompts and paywalls, or evaluate whether a pricing…

cbrock84/headcount · 73 tokens

laravel-billing

Use when implementing subscriptions, invoices, payment methods, webhooks, or billing portals with Laravel Cashier (Stripe or Paddle).

fusengine/agents · 30 tokens

laravel-stripe-connect

Use when implementing multi-vendor marketplace payments, seller onboarding, commissions, payouts, or split payments with Stripe Connect.

fusengine/agents · 29 tokens

paypal-routing

PayPal payments, subscriptions, checkout, invoices, disputes, webhooks, BNPL, Venmo, SDK, v5, v6, Fastlane, Braintree Fastlane, braintree-web, accelerated guest checkout. Routes PayPal developer questions to the right command or reference file.

paypal/AI-Toolkit · 61 tokens