Florkin
UserSix code-forward Claude Code skills for integrating Stripe: router + Payments, Billing, Webhooks, Connect, Terminal. SDK-neutral, pinned to API 2026-06-24.dahlia. Unofficial, not affiliated with Stripe.
Categories
Indexed Skills (6)
billing
Use for recurring revenue on Stripe — subscriptions, plans/tiers, trials, renewals, cancellation, proration, automated invoicing, usage-based/metered billing (Billing Meters), dunning/Smart Retries, the Customer Portal, and subscription tax basics. Triggers — "subscription", "recurring", "plan", "tier", "trial", "renewal", "cancel subscription", "proration/prorate", "upgrade/downgrade plan", "metered/usage-based billing", "billing meter", "meter event", "invoice/dunning/failed payment/retry", "customer portal", "subscription checkout", "Stripe Tax on subscriptions". Not for one-time payments (see stripe-suite:payments) or marketplace payouts (see stripe-suite:connect). API version pinned 2026-06-24.dahlia.
connect
Use for Stripe Connect — platforms and marketplaces that onboard third-party sellers/providers, route money to them, and take a cut. Covers connected-account creation (controller properties vs legacy standard/express/custom types vs Accounts v2), the three charge topologies (direct / destination / separate charges and transfers), application fees, onboarding (Stripe-hosted account links vs embedded Connect components), KYC/verification requirements, and payouts to connected accounts. Triggers — "Connect", "platform", "marketplace", "connected account", "split funds", "split a payment", "pay out sellers/drivers/hosts/providers", "application fee", "platform fee", "take rate/commission", "Stripe-Account header", "acct_", "on_behalf_of", "transfer_data", "destination charge", "direct charge", "separate charges and transfers", "transfer", "account link", "account onboarding", "embedded onboarding", "account session", "payout to seller", "KYC", "requirements/currently_due", "account.updated". API version pinned 20
integration
Use this FIRST for ANY Stripe integration to pick the right approach before writing code. Router that classifies the ask (accept a one-time payment, subscriptions/recurring/invoicing, in-person/POS, marketplace/platform payouts, fraud/identity/bank-linking) and routes to the correct sibling skill and integration surface (Payment Links, Checkout, Elements, mobile/Terminal SDKs). Triggers — "Stripe", "accept a payment", "PaymentIntent", "checkout", "subscription/recurring/plan/trial/metered billing", "invoice", "marketplace/platform/Connect/split funds/payout", "Terminal/card reader/POS/Tap to Pay", "webhook/Stripe-Signature", "test cards/Stripe CLI", "publishable/secret/restricted key", "idempotency key". API version pinned 2026-06-24.dahlia.
payments
Use to accept a ONE-TIME / on-demand payment for your own business with Stripe — the PaymentIntent-based flow and the four surfaces that sit on top of it. Covers choosing between Payment Links (no-code), Checkout Sessions (low-code, Stripe's default), Payment Element / Elements (custom UI), and raw PaymentIntents (max control); the PaymentIntent lifecycle & statuses; automatic vs manual (authorize-then-capture) capture; SCA / 3D Secure handling; and refunds vs cancel. For recurring charges route to stripe-suite:billing; for marketplace payouts route to stripe-suite:connect; for the authoritative fulfilment signal route to stripe-suite:webhooks. Triggers — "accept a payment", "one-time payment", "PaymentIntent", "client_secret", "confirm payment", "Checkout Session", "Payment Element", "Elements", "Payment Link", "capture / manual capture / authorize", "requires_action / requires_capture", "3D Secure / 3DS / SCA / next_action", "refund / cancel a payment". API version pinned 2026-06-24.dahlia.
terminal
In-person / point-of-sale payments with Stripe Terminal — physical card readers and Tap to Pay. Use when the ask is about accepting a card present, a countertop or handheld reader, or turning a phone into a reader. Triggers — "Stripe Terminal", "card reader", "POS", "point of sale", "in-person payment", "card present / card_present", "process_payment_intent", "connection token", "Tap to Pay on iPhone/Android", "WisePOS E", "Stripe Reader S700 / S710 / T600", "reader location", "simulated reader", "on-reader tipping", "offline mode", "in-person / Interac refund". Reached from the stripe-suite:integration router when the flow is in-person. API version pinned 2026-06-24.dahlia.
webhooks
Use when receiving, verifying, or acting on Stripe events server-side — building a webhook endpoint, verifying the Stripe-Signature header, handling event delivery/retries/duplicates, or deciding which events matter for a payment / subscription / checkout / Terminal / Connect flow. This skill is the shared foundation referenced by ALL other stripe-* skills (stripe-suite:payments, stripe-checkout, stripe-suite:billing, stripe-suite:terminal, stripe-suite:connect). Triggers — "webhook", "Stripe-Signature", "whsec_", "constructEvent / construct_event", "signature verification failed", "No signatures found matching", "event destination", "thin vs snapshot event", "payment_intent.succeeded / checkout.session.completed / invoice.paid / customer.subscription.updated / account.updated", "stripe listen", "stripe trigger", "resend event", "duplicate webhook / idempotent processing", "raw body / body-parser broke my webhook", "which events should I listen to". API version pinned 2026-06-24.dahlia.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.