Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

conversion-rate-optimization转化率优化

Agent Skill

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

总安装

569

周安装

23

GitHub Stars

19

下载量

178
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

conversion-rate-optimization 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于电商转化率优化相关的资料搜索与内容筛选,可结合来源仓库和原始 README 进一步核验具体用法。
  • 通过 npx skills add 命令从 GitHub 仓库安装,支持主流 AI 宿主环境集成调用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Conversion Rate Optimization

Overview

Conversion rate optimization (CRO) is the systematic process of increasing the percentage of visitors who complete a purchase. Before spending on tools or tests, run a structured audit using free platform analytics and a heatmap tool to identify where users actually drop off. Most stores have 3–5 high-impact fixes that require no A/B testing — just implementation.

When to Use This Skill

  • When overall store conversion rate is below 2% and you need a structured diagnostic approach
  • When preparing an A/B test backlog based on data rather than guesses
  • When optimizing a newly launched checkout flow before scaling ad spend
  • When post-redesign metrics show a conversion regression and root cause analysis is needed
  • When stakeholders need a prioritized roadmap of CRO experiments

Core Instructions

Step 1: Install analytics and heatmap tools

ToolCostWhat It Shows
Google Analytics 4FreeFunnel drop-off by step, conversion rate by source
Microsoft ClarityFreeSession recordings, heatmaps, rage-click detection
HotjarFree tier availableHeatmaps, session recordings, on-site surveys
Lucky Orange$18/moHeatmaps + funnel analytics, good Shopify integration

Install at least GA4 (required) and one heatmap tool before doing any CRO work. Data collection takes 2–4 weeks before you have enough to act on.


Shopify

  1. Go to Shopify Admin → Online Store → Preferences
  2. Under Google Analytics, enter your GA4 Measurement ID (starts with G-)
  3. For Microsoft Clarity: install the Microsoft Clarity app from the Shopify App Store — it auto-injects the tracking code on all pages including checkout
  4. For Hotjar: add the Hotjar tracking code to your theme under Online Store → Themes → Edit Code → theme.liquid

WooCommerce

  1. Install the MonsterInsights plugin (free tier) — it connects WordPress to GA4 with ecommerce tracking built in
  2. For heatmaps: install the Microsoft Clarity WordPress plugin (free, official) or Hotjar plugin
  3. For funnel tracking: MonsterInsights shows checkout funnel steps in WordPress admin under Insights → Reports → eCommerce

BigCommerce

  1. Go to BigCommerce Admin → Advanced Settings → Analytics
  2. Add your GA4 Measurement ID under "Google Analytics"
  3. For heatmaps: go to Apps → Marketplace and install Microsoft Clarity or Hotjar

Step 2: Run a CRO audit — check these high-impact items first

Review your store against this checklist before running any A/B tests. These are the highest-ROI fixes:

Checkout friction (fix these first):

  • Guest checkout available without forced account creation — forcing registration is the #1 abandonment cause (35% of users leave)
  • Email field is the first field on the checkout form — captures abandoners for email recovery even if they don't complete
  • Express payment methods (Shop Pay, Apple Pay, Google Pay) appear above the fold on mobile
  • Shipping cost is shown before the customer reaches the payment step — surprise shipping costs cause 25% of abandonment
  • Return policy is visible on the checkout page or product page

Product page friction:

  • Primary "Add to Cart" button is visible without scrolling on mobile
  • Product images include multiple angles, lifestyle shots, and zoom capability
  • Reviews/ratings are displayed on the product page
  • Low stock / urgency messaging is shown when inventory < 10 units

Trust signals:

  • SSL padlock visible in browser
  • Payment method icons (Visa, PayPal, etc.) visible near checkout button
  • Money-back guarantee or return policy linked from product pages

Step 3: Identify your highest drop-off step using platform analytics


Shopify

  1. Go to Shopify Admin → Analytics → Reports → Checkout funnel
  2. This shows conversion rate at each checkout step: Information → Shipping → Payment → Order confirmation
  3. The step with the highest drop-off is your primary target

Also check:

  • Analytics → Reports → Sessions by landing page — find which pages drive traffic but have low conversion
  • Analytics → Live View — watch real-time sessions to understand user behavior

WooCommerce with MonsterInsights

  1. Go to WordPress Admin → Insights → Reports → eCommerce
  2. Review the checkout funnel: Product page → Cart → Checkout → Order Complete
  3. High drop-off at "Cart → Checkout" suggests cart page issues; high drop-off at "Checkout → Order Complete" suggests checkout friction

GA4 (all platforms)

  1. Go to GA4 → Reports → Monetization → Checkout journey
  2. This shows the standard Google ecommerce funnel: View Item → Add to Cart → Begin Checkout → Purchase
  3. Click on any step to see the session recordings in Clarity/Hotjar that match users who dropped off there

Step 4: Review heatmaps and session recordings

After 2 weeks of data collection:

  1. Open Microsoft Clarity or Hotjar
  2. Heatmaps: look for rage clicks (red areas users click repeatedly) on product pages and checkout — these indicate user frustration
  3. Session recordings: watch 10–20 sessions of users who reached checkout but did not purchase — identify specific friction points
  4. Click maps on product pages: are users clicking on non-clickable product images? Are they missing the "Add to Cart" button?

Step 5: Prioritize experiments using ICE scoring

Before building an A/B test backlog, score each hypothesis:

HypothesisImpact (1–5)Confidence (1–5)Ease (1–5)ICE Score
Enable guest checkout55375
Add Apple/Google Pay above fold on mobile44464
Show shipping cost on product page44348
Add "Only X left" urgency copy33545

Run experiments in ICE score order. Never run more than 3 A/B tests simultaneously.

A/B testing tools by platform:

  • Shopify: Shopify Experiments (built-in, Shopify Plus only) or Intelligems app for all plans
  • WooCommerce: Nelio A/B Testing plugin or Google Optimize (discontinued — use VWO or Intelligems)
  • All platforms: VWO ($200/mo) or Convert ($199/mo) for serious testing programs

Step 6: Implement the highest-impact fixes

For Shopify stores, many of these are theme settings, not code changes:

  • Enable guest checkout: Shopify Admin → Settings → Checkout → check "Allow customers to check out as guests"
  • Enable Shop Pay: Shopify Admin → Settings → Payments → Enable Shop Pay
  • Add urgency copy: use a free app like Urgency Bear or Sales Countdown Timer from the Shopify App Store
  • Add trust badges: most themes have a "trust badges" section — add it to product pages and the cart page

Best Practices

  • Fix drop-off at the worst-performing step first — optimize the highest-volume drop-off before moving to smaller steps
  • Enable guest checkout before any other test — it is consistently the #1 highest-impact change
  • Surface trust signals near the payment form — SSL badge, return policy, and accepted card logos at the point of highest anxiety
  • Add express payment methods above the fold on mobile — Shop Pay, Apple Pay, and Google Pay reduce checkout time from 2 minutes to 15 seconds on mobile
  • Set a minimum detectable effect before running a test — run tests without a pre-calculated sample size leads to false positives
  • Use revenue per visitor, not just conversion rate — sometimes a change increases CVR but reduces AOV

Common Pitfalls

ProblemSolution
A/B test shows conflicting results week over weekUse a fixed experiment duration based on statistical power calculation, not "when it looks significant"
High cart-to-checkout rate but low checkout completionThe drop-off is inside checkout — review Shopify's Checkout Funnel report to pinpoint the specific step
CRO changes improve CVR but reduce AOVTrack revenue per visitor, not just CVR
Heatmaps show rage clicks on non-clickable elementsMake these elements interactive (link product images to the product page) or remove the visual affordance
Funnel metrics inconsistent between GA4 and Shopify AnalyticsUse Shopify's order count as ground truth; GA4 can miss orders due to ad blockers

Related Skills

  • @cart-abandonment-recovery
  • @exit-intent-popups
  • @cross-sell-upsell-engine
  • @social-proof-widgets
  • @marketing-attribution-dashboard

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.05%
按下载量换算61

Claude

32.58%
按下载量换算58

Cursor

17.47%
按下载量换算31

Gemini CLI

9.96%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills