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.
npx skills add finsilabs/awesome-ecommerce-skills --skill stripe-integrationgit clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skillsWrote 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.
[](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/stripe-integration)<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/stripe-integration"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/stripe-integration/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.
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/stripe-integration"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/stripe-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.02536 |
| Opus 5 | $0.00015 | $0.01268 |
| Sonnet 5 | $0.00006 | $0.00507 |
| Haiku 4.5 | $0.00003 | $0.00254 |
Grade A, and why
stripe-integration 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stripe Integration
Overview
Stripe is the most widely supported payment processor across ecommerce platforms. On Shopify, it powers Shopify Payments natively. On WooCommerce and BigCommerce, official plugins provide full Stripe Checkout with minimal configuration. Custom code is only required for headless storefronts — and even then, Stripe's hosted Checkout page and Elements components remove most of the complexity.
When to Use This Skill
- When adding Stripe as a payment processor to an existing store
- When setting up Stripe on a new WooCommerce or BigCommerce store
- When implementing SCA-compliant checkout for European customers
- When setting up webhook handlers for order fulfillment automation
- When building a custom or headless storefront that needs Stripe payment processing
Core Instructions
Step 1: Create and configure your Stripe account
- Sign up at stripe.com — business verification takes 1–3 business days
- Complete Stripe Dashboard → Activate account to start accepting live payments
- Configure your Statement descriptor (how you appear on customers' bank statements) under Settings → Public details
- Set up Stripe Tax under Dashboard → Tax if you want Stripe to handle tax calculation automatically
Step 2: Install Stripe on your platform
Shopify
Shopify Payments is powered by Stripe. It is the simplest possible Stripe integration:
- Go to Settings → Payments → Shopify Payments → Complete account setup
- Verify your business details and banking information
- Shopify Payments automatically handles: card processing, Apple Pay, Google Pay, Shop Pay, and (with configuration) Klarna and Afterpay
- No additional plugins or API keys are needed — Shopify Payments handles everything
If you need to use Stripe directly (e.g., for features Shopify Payments does not support):
- Install the Stripe payment provider under Settings → Payments → Add payment methods → Stripe
- Note: third-party payment providers on Shopify incur an additional transaction fee (0.5%–2%); Shopify Payments does not
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/checkout-session-and-subscription-with-t/criteria.json 2.4 KB
- evals/checkout-session-and-subscription-with-t/task.md 1.7 KB
- evals/payment-intent-creation-and-client-confi/criteria.json 2.6 KB
- evals/payment-intent-creation-and-client-confi/task.md 1.6 KB
- evals/webhook-verification-and-idempotency/criteria.json 2.4 KB
- evals/webhook-verification-and-idempotency/task.md 1.8 KB
- tile.json 201 B
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.
- 8d ago First seen · 272 lines · 29 tokens per session scan A fc456959ebf6
stripe-integration 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,536 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.
Other skills, from other repositories
Stripe Payments
Automate Stripe payment processing, subscription management, invoicing, and financial reporting.
monetization
Estrategia e implementacao de monetizacao para produtos digitais - Stripe, subscriptions, pricing experiments, freemium, upgrade flows, churn prevention, revenue optimization e modelos de negocio SaaS.
stripekit
Add Stripe billing — subscriptions, checkout, and the customer portal — to an app by declaring a catalog in code and running the stripekit CLI. Use when a user wants to add payments, subscriptions, plans, pricing, checkout, or a billing portal with Stripe (especially in a Next.js app), or to manage Stripe…
e-commerce
E-commerce platforms, payment processing, and shopping cart patterns.
monetization
Estrategia e implementacao de monetizacao para produtos digitais - Stripe, subscriptions, pricing experiments, freemium, upgrade flows, churn prevention, revenue optimization e modelos de negocio SaaS.
stripekit
Add Stripe billing — subscriptions, checkout, and the customer portal — to an app by declaring a catalog in code and running the stripekit CLI. Use when a user wants to add payments, subscriptions, plans, pricing, checkout, or a billing portal with Stripe (especially in a Next.js app), or to manage Stripe…