cart-abandonment-recovery

cart-abandonment-recovery is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 34 tokens per session (3,279 once invoked), scanned B, original, MIT.

A set of workflows for reminding shoppers about products they left in an online cart. It can send timed messages by email, text message, or phone notifications and stop when the shopper completes the order.

In plain words
What is it for?
Use it to build cart reminder sequences, add urgency or social proof, and test when an incentive should be offered. The strategy can vary by cart value or customer group.
Why use it?
It helps recover sales from checkout sessions that were started but not finished. It also helps avoid giving discounts too early or to every shopper.

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 Use it to build cart reminder sequences, add urgency or social proof, and test when an incentive should be offered. The strategy can vary by cart value or customer group.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/cart-abandonment-recovery
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 cart-abandonment-recovery
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 cart-abandonment-recovery

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/cart-abandonment-recovery"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/cart-abandonment-recovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,279 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00034 $0.03279
Opus 5 $0.00017 $0.01639
Sonnet 5 $0.00007 $0.00656
Haiku 4.5 $0.00003 $0.00328

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

Security

Grade B, and why

cart-abandonment-recovery scanned grade B with 1 finding 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

await fetch('https://a.]klaviyo.com/api/events/', { method: 'POST',
skills/marketing-growth/cart-abandonment-recovery/SKILL.md · 316 lines

How it starts

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

Cart Abandonment Recovery

Overview

Cart abandonment averages 70% across e-commerce, making recovery flows one of the highest-ROI automations available. A good recovery sequence sends 2–4 messages across email, SMS, and push — starting with a simple reminder, then adding social proof or urgency, and only offering a discount as a last resort. The sequence cancels immediately when the customer completes checkout.

This skill guides you through setting up cart abandonment recovery on your specific platform, choosing the right tools, and configuring the sequence for maximum revenue recovery without training customers to abandon on purpose.

When to Use This Skill

  • When more than 60% of initiated checkouts are not completed
  • When launching a new store and prioritizing quick revenue recovery
  • When adding SMS or push channels to an existing email-only abandonment flow
  • When the current flat-discount abandonment email is training customers to abandon intentionally
  • When needing to differentiate recovery strategy by cart value or customer segment
  • When A/B testing incentive timing (immediate vs. 24h vs. 48h discount reveal)

Core Instructions

Step 1: Determine the merchant's platform and recommend the right tool

Ask which platform the store runs on. The setup is completely different depending on the platform:

Platform Recommended Tool Why
Shopify Klaviyo (free up to 250 contacts) or Shopify's built-in abandoned checkout emails Klaviyo has deep Shopify integration, tracks cart events automatically, and supports email + SMS in one tool
WooCommerce AutomateWoo ($99/yr) or CartFlows + FluentCRM AutomateWoo hooks directly into WooCommerce cart events; CartFlows adds funnel recovery
BigCommerce Klaviyo or Omnisend Both integrate natively with BigCommerce cart events
Magento Dotdigital (bundled with Adobe Commerce) or Klaviyo Dotdigital is the default marketing automation for Magento; Klaviyo works for open-source Magento
Custom / Headless Klaviyo (via API) or build a custom sequence with BullMQ + SendGrid Use Klaviyo's Track API to send cart events, then build flows in their visual editor

Read the full file on GitHub · 316 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 · 316 lines · 34 tokens per session scan B 1a2eb50c33f6

Subscribe to this mod's changes

cart-abandonment-recovery is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 34 tokens to every session and 3,279 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (sends data to an external url). 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

novu-inbox-integration

Integrate Novu's in-app notification inbox into web applications. Supports React, Next.js, and vanilla JavaScript. Includes the Inbox component (bell icon + notification feed), composable components (Bell, Notifications, InboxContent, Preferences), headless hooks, branded theming, custom render props, multi-tenancy…

novuhq/novu · 111 tokens

novu-design-workflow

Design notification workflows the Novu way — choose channels, set severity, decide when a workflow is critical, configure digests, and route based on subscriber state. Applies to BOTH dashboard-authored and code-first (@novu/framework) workflows. Use when planning a new workflow, deciding which channels to include…

novuhq/novu · 114 tokens

human-cli

Reach the actual human you're working for via the human CLI (ask/approve/choose/tell) when you need a decision, approval, or notification and no one is watching this terminal right now. Use for background/autonomous/scheduled runs, risky or irreversible actions, and genuine multi-way ambiguity — not for routine…

novuhq/novu · 79 tokens

novu-dashboard-workflows

Author step content for Novu workflows defined in the Dashboard or generated/edited via the Novu MCP. Use when filling in step controls (subject, body, editorType, headers, body, conditions) for email, in-app, sms, push, chat, delay, digest, throttle, or HTTP Request steps.

novuhq/novu · 70 tokens

novu-manage-preferences

Configure notification preferences in Novu at the workflow and subscriber level. Set default channel preferences (email, SMS, push, chat, in-app), mark preferences as read-only or subscriber-editable, and manage subscriber-specific overrides. Use when setting up notification opt-in/opt-out, configuring per-channel…

novuhq/novu · 76 tokens

novu-manage-subscribers

Create, update, search, and delete subscribers in Novu. Manage topics for group-based notification targeting. Set subscriber credentials for push and chat channels. Use when managing notification recipients, creating subscriber records, organizing subscribers into topics, or configuring channel-specific credentials.

novuhq/novu · 60 tokens