Commerce Custom Skills · Curated

Abandoned Cart Email Writer

Drafts a 3-email abandoned cart recovery sequence from a customer's actual cart contents.

What it does

Pulls the abandoned cart's line items, customer name, and cart value from WooCommerce, then drafts three emails timed for 1 hour, 24 hours, and 3 days after abandonment, each with a different angle (reminder, urgency, incentive nudge). Leaves discount codes and send times blank for the user to fill in rather than inventing a discount that isn't authorized.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/abandoned-cart-email-writer/ (or ~/.claude/skills/abandoned-cart-email-writer/ for all projects)

GitHub Copilot (VS Code)

.github/skills/abandoned-cart-email-writer/

OpenAI Codex

.codex/skills/abandoned-cart-email-writer/

Cursor

.cursor/skills/abandoned-cart-email-writer/ (or ~/.cursor/skills/abandoned-cart-email-writer/ globally)

Compatibility

WordPress with WooCommerce active. Needs read access to cart or session data, typically via a cart abandonment plugin or WooCommerce order data for recovered-cart context.