free-shipping-thresholds

free-shipping-thresholds is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 29 tokens per session (2,312 once invoked), scanned A, original, MIT.

A shopping-cart message and progress bar that shows how much more a customer must spend to qualify for free delivery.

In plain words
What is it for?
Use it on online shops to increase order size and explain free-delivery rules while customers add products to their cart.
Why use it?
It gives customers a clear reason to add another item instead of paying a delivery fee. Rules can vary by customer group, location, or test version.

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 on online shops to increase order size and explain free-delivery rules while customers add products to their cart.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/free-shipping-thresholds"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/free-shipping-thresholds.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,312 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.00029 $0.02312
Opus 5 $0.00015 $0.01156
Sonnet 5 $0.00006 $0.00462
Haiku 4.5 $0.00003 $0.00231

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

Security

Grade A, and why

free-shipping-thresholds 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 12d 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/fulfillment-shipping/free-shipping-thresholds/SKILL.md · 188 lines

How it starts

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

Free Shipping Thresholds

Overview

A free shipping threshold motivates customers to add more to their cart to avoid paying for shipping — one of the highest-converting tactics for increasing average order value. The key is showing a dynamic progress bar ("Add $12 more for free shipping") that updates as items are added. Most platforms support this natively or via an app without writing any code.

When to Use This Skill

  • When adding a free shipping banner or cart progress bar to increase average order value
  • When different customer tiers should have different free shipping thresholds
  • When A/B testing different threshold amounts to find the AOV sweet spot
  • When you want to surface "add $X more to unlock free shipping" messages dynamically
  • When free shipping rules should vary by shipping zone (domestic vs. international)

Core Instructions

Step 1: Determine your platform and choose the right tool

Platform Recommended Tool Why
Shopify Built-in shipping settings + Hextom Free Shipping Bar app Shopify handles the rule; Hextom or similar apps add the visible progress bar
WooCommerce WooCommerce Shipping (built-in free shipping method) + WooCommerce Free Shipping Bar plugin WooCommerce has native free shipping rules; plugins handle the bar UI
BigCommerce Built-in free shipping promotion + free shipping bar app BigCommerce has native promotional rules for free shipping thresholds
Custom / Headless Build a rule resolver + progress bar component Full control over threshold logic, per-segment rules, and UI

Step 2: Set up the free shipping rule

Shopify

Create the free shipping rate (required first):

  1. Go to Settings → Shipping and delivery → Manage rates
  2. Under your shipping zone, click Add rate
  3. Name it "Free Shipping" and set the price to $0.00
  4. Under Conditions, check "Only available if order meets conditions" → Based on order price → set the minimum order price (e.g., $75)
  5. Save

Read the full file on GitHub · 188 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. 12d ago First seen · 188 lines · 29 tokens per session scan A 0c5ea09bfef8

Subscribe to this mod's changes

free-shipping-thresholds is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 29 tokens to every session and 2,312 once invoked, about $0.0001 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-08-30.

Related

Other skills, from other repositories

commerce-checkout-flow-design

Use this skill when designing the checkout experience for a Salesforce B2B or D2C Commerce storefront — covering runtime model selection (LWR Managed Checkout vs Aura Flow Builder), cart and line-item requirements, payment option scoping, shipping rule definition, and guest vs. registered buyer experience design.…

PranavNagrecha/AwesomeSalesforceSkills · 142 tokens

e-commerce

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

miles990/claude-software-skills · 14 tokens

commerce-checkout-flow-design

Use this skill when designing the checkout experience for a Salesforce B2B or D2C Commerce storefront — covering runtime model selection (LWR Managed Checkout vs Aura Flow Builder), cart and line-item requirements, payment option scoping, shipping rule definition, and guest vs. registered buyer experience design.…

BanibrataChatterjee/AwesomeSalesforceSkills · 123 tokens

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

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