Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

checkout-flow-optimization结账流程优化

Agent Skill

checkout-flow-optimization 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

698

周安装

30

GitHub Stars

19

下载量

245
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:checkout-flow-optimization(结账流程优化)
来源仓库:https://github.com/finsilabs/awesome-ecommerce-skills
仓库路径:skills/checkout-flow-optimization
安装命令:
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill checkout-flow-optimization
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill checkout-flow-optimization

简介

checkout-flow-optimization 用于诊断高弃单率根源并提出优化方案,聚焦减少表单字段、启用 guest checkout 与隐藏费用透明化,适合在 Codex、Claude、Cursor、Gemini CLI 中提升电商转化率时使用。

  • 适用于弃单率超 70% 的店铺诊断与全站结账重构场景。
  • 核心能力是识别五大摩擦点并通过平台设置或轻量 app 修复。
  • 安装命令为 npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill checkout-flow-optimization。
  • 使用前应收集当前弃单率数据与现有结账流程截图以辅助分析。

SKILL.md

Checkout Flow Optimization

Overview

Checkout abandonment averages 70% across ecommerce. The biggest friction points — too many form fields, no guest checkout, hidden fees revealed late, and no express payment options — are all fixable through platform settings and apps without custom code. Best-in-class stores achieve 50–60% checkout completion by applying a handful of high-impact changes.

When to Use This Skill

  • When checkout abandonment rate exceeds 70% and you need to diagnose the cause
  • When redesigning checkout as part of a storefront rebuild
  • When integrating express checkout (Apple Pay, Google Pay, PayPal Express) into an existing flow
  • When A/B testing checkout layout changes

Core Instructions

Step 1: Determine your platform and the available optimization levers

PlatformCheckout Control LevelBest Optimization Approach
ShopifyLimited (Shopify controls the core flow)Use Checkout Extensibility apps + Settings to configure; no custom HTML/CSS without Plus
Shopify PlusFull control via Checkout ExtensibilityUse checkout.liquid customizations + Shopify Functions + checkout extension apps
WooCommerceFull controlConfigure settings + use checkout optimization plugins
BigCommerceModerate control via Stencil themeTheme customization + One Page Checkout configuration
Custom / HeadlessFull controlBuild optimized flow using Stripe Elements or platform Storefront API

Step 2: Apply the highest-impact checkout optimizations


Shopify

Enable one-page checkout (Shopify's default as of 2023):

  1. Go to Settings → Checkout
  2. Under Checkout layout, select One-page checkout — this combines contact, shipping, and payment on a single page instead of 3 steps
  3. If you are on an older theme, update to Dawn or another OS 2.0 theme that supports one-page checkout natively

Enable express checkout buttons:

  1. Go to Settings → Payments
  2. Under Wallets, enable Shop Pay, Apple Pay, Google Pay, and Meta Pay
  3. Shop Pay has the highest conversion rate of any express payment method on Shopify — enable it first
  4. Go to Online Store → Themes → Customize and add express checkout buttons to your cart page and product pages

Enable address autocomplete: Shopify uses Google Maps address autocomplete by default in checkout. Ensure it is not disabled. Go to Settings → Checkout → Customer contact and verify address autocomplete is enabled.

Remove friction from checkout fields:

  1. Go to Settings → Checkout → Customer information
  2. Set Full name to single-field (first + last in one field) rather than two separate fields
  3. Set Company name to hidden (unless you primarily serve B2B)
  4. Set Address line 2 to optional or hidden to reduce visual clutter

Enable order notes only if you need them: Go to Settings → Checkout and disable Order notes unless your store actively uses custom order instructions — unnecessary fields increase cognitive load.

Install a checkout optimization app (Shopify Plus or Standard):

  • Rebuy Smart Cart: adds upsells, free shipping progress, and cart recommendations
  • Checkout X: adds upsells and trust badges within the checkout flow (Plus required for checkout page customization)
  • ReConvert: post-purchase optimization

WooCommerce

Enable one-page checkout:

  1. Install the WooCommerce One Page Checkout plugin from WooCommerce.com
  2. Configure the checkout layout to show product selection, order details, and payment on a single page
  3. Alternatively, configure your WooCommerce theme (Storefront, Flatsome, Astra) to use their built-in one-page or optimized checkout template

Enable address autocomplete:

  1. Install WooCommerce Address Autocomplete by DHL or use Google Places Autocomplete for WooCommerce from the WordPress plugin repository
  2. Enter your Google Places API key in the plugin settings — this reduces address form completion time by ~40%

Remove unnecessary checkout fields:

  1. Go to WooCommerce → Settings → Advanced → Checkout or use a field editor plugin
  2. Install Checkout Field Editor for WooCommerce (ThemeHigh) to hide or reorder fields without code
  3. Hide the company field, address line 2, and phone number if not required

Enable express checkout buttons:

  1. Install WooCommerce Stripe plugin and enable Payment Request Buttons in its settings — this adds Apple Pay and Google Pay to the cart and checkout pages
  2. Install the WooCommerce PayPal Payments plugin and enable PayPal Smart Payment Buttons — adds PayPal Express, Venmo, and Pay Later
  3. Configure button placement in the plugin settings to appear above the standard checkout form

Enable cart page optimization:

  1. Install WooCommerce Cart Abandonment Recovery or CartFlows to add urgency elements, save-for-later, and cross-sells to the cart page
  2. Configure a free shipping threshold bar: go to WooCommerce → Settings → Shipping and set a free shipping threshold, then add a progress message to your cart template

BigCommerce

Enable Optimized One-Page Checkout:

  1. Go to Settings → Checkout
  2. Enable Optimized One-Page Checkout — this is BigCommerce's recommended checkout experience that consolidates all steps
  3. Configure the checkout fields to show only what is necessary

Enable express checkout:

  1. Go to Settings → Payment Methods → Digital Wallets
  2. Enable Stripe Link, Apple Pay, Google Pay, and PayPal Express — configure each with your account credentials
  3. Digital wallet buttons appear automatically at the top of the checkout flow for eligible customers

Address autocomplete: BigCommerce's optimized checkout includes Google address autocomplete by default. Verify it is enabled in Settings → Checkout → Google address autocomplete.

Install checkout enhancement apps: Go to the BigCommerce App Marketplace and search for checkout optimization. Popular options: Justuno (offers and social proof), PureClarity (personalization), and Shogun (custom page building including cart pages).


Custom / Headless

For headless storefronts, build the checkout with these high-impact patterns:

Express checkout buttons (highest priority): Place express checkout buttons at the top of the checkout page — above the form — so Apple Pay and Google Pay users can complete in two taps. Use Stripe's PaymentRequestButton element:

import { PaymentRequestButtonElement, useStripe } from '@stripe/react-stripe-js';
import { useState, useEffect } from 'react';

function ExpressCheckout({ cart }) {
  const stripe = useStripe();
  const [paymentRequest, setPaymentRequest] = useState(null);

  useEffect(() => {
    if (!stripe) return;
    const pr = stripe.paymentRequest({
      country: 'US',
      currency: 'usd',
      total: { label: 'Total', amount: Math.round(cart.total * 100) },
      requestPayerName: true,
      requestPayerEmail: true,
      requestShipping: true,
    });
    pr.canMakePayment().then(result => {
      if (result) setPaymentRequest(pr);
    });
  }, [stripe, cart.total]);

  return paymentRequest
    ? <PaymentRequestButtonElement options={{ paymentRequest }} />
    : null;
}

Collapsible checkout sections (contact → shipping → payment): Show sections sequentially — reveal shipping after contact is complete, payment after shipping is complete. This reduces overwhelm on mobile while keeping all data visible on desktop.

Address autocomplete: Use Google Places Autocomplete to reduce address form completion time and address entry errors. Set componentRestrictions to the countries your store ships to.

Validate on blur, not on submit: Show field errors when the user moves away from a field, not only when they click submit. This lets users fix errors progressively rather than being confronted with a list of errors at the end.

Step 3: Measure the impact

After making changes, monitor these metrics in Google Analytics 4 (configure a checkout funnel under Reports → Funnel exploration):

MetricTargetSource
Checkout initiation rate> 30% of cart sessionsCart to checkout step 1
Checkout completion rate> 50% of initiated checkoutsCheckout to order confirmed
Express checkout usage> 20% of completionsFilter by payment method
Mobile checkout completion> 45%Segment by device

Best Practices

  • Show order summary at all times — never hide the cart contents during checkout; shoppers need reassurance about what they are buying
  • Put express checkout buttons above the form — Apple Pay and Google Pay users can complete purchase in two taps; do not bury them below a long form
  • Show shipping costs early — revealing shipping cost at the last checkout step is the top reason for abandonment; show an estimate in the cart or at the first checkout step
  • Use a single email field at the top — capturing email first enables abandonment recovery even if the customer does not complete checkout
  • Trust signals near payment — SSL badge, accepted card logos, and a short return policy link near the payment fields reduce anxiety at the highest-risk step

Common Pitfalls

ProblemSolution
Apple Pay not showing on iOSApple Pay requires HTTPS, a verified domain, and a registered merchant ID with Apple; on Shopify this is handled automatically when you enable it in Payment settings
Express checkout buttons appearing but not workingEach button requires testing in the live environment with a real device; test Apple Pay on an iOS device with a saved card, not in a browser emulator
Address autocomplete selecting wrong countryRestrict autocomplete to the countries your store ships to; WooCommerce plugins and Shopify both allow country restriction
Checkout abandonment increasing after redesignRun an A/B test before fully committing; use Google Optimize or VWO to test the old vs. new checkout and compare completion rates
Mobile checkout form too longOn mobile, consolidate fields and use platform-native address autocomplete to minimize typing; consider a single-column layout

Related Skills

  • @stripe-integration
  • @paypal-integration
  • @guest-checkout
  • @cart-logic
  • @accessibility-commerce

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.94%
按下载量换算88

Claude

30.91%
按下载量换算76

Cursor

18.81%
按下载量换算46

Gemini CLI

8.74%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills