buy-now-pay-later

buy-now-pay-later is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 28 tokens per session (2,199 once invoked), scanned A, original, MIT.

A checkout payment option that lets shoppers split a purchase into several installments or use a longer financing plan through services such as Klarna, Afterpay, or Affirm.

In plain words
What is it for?
It helps add installment payments to Shopify, WooCommerce, BigCommerce, or Stripe-based checkouts and choose an approach for the store platform.
Why use it?
It helps customers afford higher-priced purchases and can address hesitation at the payment step.

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 It helps add installment payments to Shopify, WooCommerce, BigCommerce, or Stripe-based checkouts and choose an approach for the store platform.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/buy-now-pay-later"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/buy-now-pay-later.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,199 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.00028 $0.02199
Opus 5 $0.00014 $0.01099
Sonnet 5 $0.00006 $0.00440
Haiku 4.5 $0.00003 $0.00220

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

Security

Grade A, and why

buy-now-pay-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/payments-checkout/buy-now-pay-later/SKILL.md · 193 lines

How it starts

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

Buy Now, Pay Later (BNPL)

Overview

Buy Now, Pay Later lets shoppers split purchases into 4 interest-free installments or longer financing plans. Offering BNPL at checkout typically increases average order value (AOV) by 15–40% and reduces checkout abandonment for high-ticket items. The three major providers — Klarna, Afterpay (Clearpay in UK), and Affirm — each have native integrations for Shopify, WooCommerce, and BigCommerce that require no custom code to install.

When to Use This Skill

  • When AOV is in the $100–$3,000 range where installments meaningfully help conversion
  • When analytics show customers abandoning checkout at the payment step due to price
  • When competitors offer BNPL and it is becoming a category expectation (fashion, electronics, furniture)
  • When adding BNPL to an existing Stripe integration (Klarna and Afterpay are available as Stripe payment methods)

Core Instructions

Step 1: Determine your platform and choose the right BNPL approach

Platform Recommended Approach Notes
Shopify Enable via Shopify Payments (Klarna, Afterpay built in) or install provider's app Shopify Payments includes Klarna and Afterpay with zero additional integration; just enable them
WooCommerce Install the provider's official WooCommerce plugin Klarna, Afterpay, and Affirm all have official WooCommerce plugins
BigCommerce Install from BigCommerce App Marketplace All three providers have native BigCommerce apps
Custom / Headless Enable via Stripe (Klarna, Afterpay) or provider SDK If using Stripe, enable as payment methods on the Payment Intent; no separate SDK needed

Provider comparison:

Provider Markets Model Merchant Fee Order Range
Klarna US, EU, UK Pay in 4 / Financing ~2.49% + $0.30 $10–$10,000
Afterpay US, AU, UK, CA Pay in 4 (6 weeks) 4–6% $35–$2,000
Affirm US, CA Monthly installments 5.99%–29.99% APR on consumer $50–$17,500

Read the full file on GitHub · 193 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 · 193 lines · 28 tokens per session scan A e5abafb7d3e5

Subscribe to this mod's changes

buy-now-pay-later is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 28 tokens to every session and 2,199 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-09-03.

Related

Other skills, from other repositories

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

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

stripe

Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…

CraftOS-dev/CraftBot · 79 tokens

etsy-pricing-strategy

Etsy pricing — cost calculation, competitor pricing, perceived value, shipping cost integration, sales and coupons.

nexscope-ai/eCommerce-Skills · 26 tokens

amazon-wholesale-sourcing

Wholesale product sourcing — supplier discovery, negotiation, MOQ optimization, margin analysis.

nexscope-ai/Amazon-Skills · 20 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

payment-processor

Skill "payment-processor" from Signal-Execution-Labs/forex-trading-ai-agent, covering payment processor skill, supported services, capabilities, view balances and get all balances.

Signal-Execution-Labs/forex-trading-ai-agent · 0 tokens