wishlist-save-for-later

wishlist-save-for-later is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 33 tokens per session (2,300 once invoked), scanned A, original, MIT.

An e-commerce wishlist feature that lets shoppers save products, share saved lists, and receive alerts about stock or price changes.

In plain words
What is it for?
Use it for guest and account-based wishlists, shareable lists, save-for-later cart actions, and restock notifications.
Why use it?
It gives shoppers a way to remember products and return to them without adding them to the cart immediately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument; mentions Codex; mentions Gemini CLI.

Good fit Use it for guest and account-based wishlists, shareable lists, save-for-later cart actions, and restock notifications.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/wishlist-save-for-later
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 wishlist-save-for-later
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 wishlist-save-for-later

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/wishlist-save-for-later"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/wishlist-save-for-later.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,300 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00033 $0.02300
Opus 5 $0.00016 $0.01150
Sonnet 5 $0.00007 $0.00460
Haiku 4.5 $0.00003 $0.00230

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

Security

Grade A, and why

wishlist-save-for-later scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/storefront-ui/wishlist-save-for-later/SKILL.md · 202 lines

How it starts

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

Wishlist / Save for Later

Overview

Implement persistent wishlists that survive browser sessions for both authenticated and guest users. Includes shareable wishlist links, back-in-stock email alerts for out-of-stock wishlist items, and move-to-cart flows. Guest wishlists stored in localStorage are merged with the server-side list on login.

When to Use This Skill

  • When shoppers want to save items for future purchase but are not ready to buy
  • When building a feature to reduce cart abandonment by offering "save for later" on cart items
  • When implementing back-in-stock notifications for high-demand products
  • When the brand's social/sharing strategy should include wishlist sharing

Core Instructions

Step 1: Determine the merchant's platform and choose the right approach

Platform Recommended Approach Why
Shopify Install Wishlist Plus (free tier) or Growave (from $9/mo, includes wishlist + loyalty + reviews) Wishlist Plus is the most installed wishlist app on Shopify — adds heart buttons to product and collection pages, persistent wishlists for logged-in users, guest wishlist via browser storage, and a shareable wishlist page
WooCommerce Install YITH WooCommerce Wishlist (free) — the most widely used WooCommerce wishlist plugin YITH Wishlist adds an "Add to Wishlist" button to product pages, creates a shareable wishlist page for each customer, handles guest wishlists via session, and includes "move to cart" functionality
BigCommerce Enable the built-in Wishlists feature in Account → Wishlists — it's native to the platform; extend with Wishlist Plus app if needed BigCommerce includes server-side wishlists for registered customers built in; guests need a third-party app or custom solution
Custom / Headless Build with localStorage for guest users + server-side storage for authenticated users; merge on login Full control over data model, sharing, and back-in-stock notifications; see implementation below

Read the full file on GitHub · 202 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 · 202 lines · 33 tokens per session scan A daa445136627

Subscribe to this mod's changes

wishlist-save-for-later is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 33 tokens to every session and 2,300 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. 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

add-wish

Save any product to a universal wishlist. Converts any product URL into a one-click "save for later" link. Works with any retailer, any AI platform, zero setup.

wishfinity/wishfinity-mcp-plusw · 39 tokens

e-commerce

E-commerce platforms, payment processing, and shopping cart patterns.

miles990/claude-software-skills · 14 tokens

cart-management

A shopping-cart assistant for checking products before an order is placed. It works when reviewing prices, stock, or the contents of a cart.

hungryCodingSir/trade-agent-skills · 35 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens