Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

cart-recovery-sms购物车恢复短信

Agent Skill

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

总安装

445

周安装

18

GitHub Stars

19

下载量

140
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill cart-recovery-sms

简介

cart-recovery-sms 专注短信渠道的弃单挽回,利用高打开率特性实现高效转化。

  • 适用于急需快速触达用户的电商场景,配置个性化内容与合规发送节奏。
  • 强调深度个性化与时机把控,通常在第 1–4 小时内发送首条提醒消息。
  • 使用前必须完成 SMS 服务商对接与用户同意(opt-in)验证,规避法律风险。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Cart Recovery SMS

Overview

SMS cart abandonment recovery consistently achieves 20–35% recovery rates — typically 3–5× higher than email — because text messages are read within 3 minutes of delivery for 90% of recipients. The key is a properly timed sequence (not spam), deep personalization using cart contents, and bulletproof TCPA/GDPR compliance. Most merchants should use a dedicated SMS app rather than building custom infrastructure.

Note: For multi-channel cart recovery (email + SMS + push), see @cart-abandonment-recovery. This skill focuses on SMS-only recovery.

When to Use This Skill

  • When email-only cart recovery sequences plateau below a 10% recovery rate
  • When launching SMS as a new marketing channel and cart recovery is the highest-ROI starting point
  • When re-platforming to a new SMS provider and need to rebuild flows
  • When A/B testing recovery channels to find the optimal message mix

Core Instructions

Step 1: Choose the right SMS platform

PlatformRecommended ToolWhy
ShopifyPostscript or AttentiveDeep Shopify integration, automatic cart event capture, built-in TCPA compliance, Shopify checkout opt-in widget
WooCommerceSMSBump (by Yotpo) or Klaviyo SMSWooCommerce plugin available, hooks into WooCommerce cart events automatically
BigCommerceAttentive or Klaviyo SMSNative BigCommerce integrations, automatic event tracking
Custom / HeadlessKlaviyo SMS (via API) or Twilio + custom logicKlaviyo handles compliance and sequencing via API; Twilio for full custom control

Step 2: Set up SMS opt-in (compliance first)

TCPA (US) requires express written consent before sending marketing SMS. Build this before any send logic.


Shopify

Using Postscript:

  1. Install Postscript from the Shopify App Store
  2. Go to Postscript → Opt-in Tools → Checkout Opt-in
  3. Postscript automatically adds a compliant SMS opt-in checkbox to your Shopify checkout with the required TCPA disclosure text
  4. Enable Keyword Opt-in under Opt-in Tools → Keywords — customers can text your keyword to subscribe
  5. Postscript handles STOP/HELP responses, quiet hours, and consent storage automatically

Using Attentive:

  1. Install Attentive from the Shopify App Store
  2. Attentive's two-tap mobile opt-in (sign-up units) achieves higher opt-in rates than checkbox-only
  3. Go to Attentive → Subscribers → Sign-up Units to configure placement and offer
  4. Checkout integration is automatic after app install

WooCommerce

Using SMSBump:

  1. Install SMSBump plugin from WordPress plugin directory
  2. Go to SMSBump → Opt-in → Checkout Opt-in and enable the checkout checkbox with TCPA language
  3. Configure quiet hours under SMSBump → Settings → Compliance — enforce 8am–9pm in recipient timezone
  4. Go to SMSBump → Automations → Cart Abandonment and enable the abandonment flow

BigCommerce

  1. Install Attentive from the BigCommerce App Marketplace
  2. Configure the two-tap opt-in unit and checkout SMS opt-in through the Attentive dashboard
  3. BigCommerce cart events sync automatically after installation

Step 3: Build the cart recovery sequence

Use your SMS platform's automation builder. The optimal 3-message sequence:

Message 1 — Reminder (20–30 minutes after abandonment)

  • No discount — most recoveries happen here without one
  • Include the product name and a direct checkout link
  • Example: "Hi [First Name], you left [Product Name] in your cart. Complete your order: [link] Reply STOP to opt out."

Message 2 — Social proof or urgency (60 minutes)

  • Reference low stock or popularity
  • Example: "[Product Name] is almost gone — only 3 left. Your cart is saved: [link] Reply STOP to opt out."

Message 3 — Discount (24 hours)

  • Only for carts above your minimum threshold (recommend $50+)
  • Use a unique single-use code
  • Example: "Last chance, [First Name]! Use [CODE] for 10% off before your cart expires. Checkout: [link] Reply STOP to opt out."

Configuration in Postscript:

  1. Go to Postscript → Automations → New Automation → Checkout Abandoned
  2. Add three messages with the timing above
  3. Add a filter on each step: "Has NOT placed an order since starting" — this auto-cancels on conversion
  4. For the discount message: use Postscript's built-in unique coupon generation (connects to Shopify's discount system)
  5. Set a cart value filter: only send the discount step for carts over $50

Configuration in SMSBump (WooCommerce):

  1. Go to SMSBump → Automations → Cart Abandonment
  2. Enable the three-step sequence with the same timing
  3. Add "Order Not Placed" condition to each step
  4. Connect WooCommerce coupon generation for the discount step

Step 4: Configure cart value thresholds and discount strategy

  1. Set a minimum cart value ($30–$50) for SMS recovery — low-value carts have negative ROI after SMS cost
  2. Reserve discounts for the last message only — offering discounts too early trains customers to abandon on purpose
  3. Use single-use codes — prevents sharing and controls attribution
  4. Segment by customer value: new customers get 10% off; repeat customers get free shipping only; VIP customers (5+ orders) get no discount

Step 5: Measure performance

MetricTargetHow to Find
Recovery rate15–25% of abandoned cartsSMS app → Automation analytics
Click-through rate25–40% of delivered messagesSMS app → Message analytics
Opt-out rate per step< 3%SMS app → Subscriber analytics
Deliverability rate> 95%SMS app → Deliverability report

Best Practices

  • Capture phone number before payment — on Shopify, Postscript captures the phone number at checkout step 1 so you can recover even if the customer never completes payment
  • Enforce quiet hours — Postscript, Attentive, and SMSBump all enforce this automatically; verify it is enabled in settings (8am–9pm recipient local time)
  • Keep messages under 160 characters — longer messages split into multiple SMS and increase cost
  • Always include STOP opt-out — required by TCPA; all major SMS apps include this automatically
  • Set a 7-day suppression after a completed sequence — if a customer abandons again right after a recovery sequence, give them space

Common Pitfalls

ProblemSolution
SMS sent after order placedEnsure each message step has "Order Not Placed" condition enabled in your automation
Anonymous cart abandonment not capturedPostscript and Attentive capture phone at checkout step 1; enable this in your checkout settings
Customers learn to abandon for discountsNever discount on messages 1 or 2; skip discounts for repeat customers
Carrier filtering (messages not delivered)Avoid all-caps, free link shorteners, and excessive punctuation; use your platform's verified sending number
High opt-out rate after first messageMessage is too aggressive or cart value threshold is too low; raise the threshold and soften copy
TCPA lawsuit exposureUse your SMS platform's built-in compliance tools; never import phone numbers without proof of explicit consent

Related Skills

  • @cart-abandonment-recovery
  • @sms-marketing
  • @email-marketing-automation
  • @lifecycle-marketing-automation
  • @win-back-reactivation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.02%
按下载量换算49

Claude

31.47%
按下载量换算44

Cursor

19.14%
按下载量换算27

Gemini CLI

9.33%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills