flowglad-checkout

Implement Flowglad checkout sessions for subscriptions and products.

2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/flowglad/skills --skill flowglad-checkout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowglad-checkout
Source: https://github.com/flowglad/skills/tree/main/skills/checkout
Command: npx skills add https://github.com/flowglad/skills --skill flowglad-checkout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the integration of Flowglad checkout, enabling teams to initiate subscriptions, handle redirects, and present pricing in-app without duplicating logic.

Core Features & Use Cases

  • Hosted checkout integration: create and redirect to hosted checkout pages from UI actions.
  • Price management: support priceSlug over priceId for stable environments and consistent configs.
  • Button and UI patterns: easily build upgrade buttons with loading states and optional pre-redirect analytics.

Quick Start

Use the flowglad-checkout skill to wire a "Upgrade" button that redirects to a hosted checkout page for the selected price slug.

Frequently Asked Questions about flowglad-checkout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a hosted checkout redirect for subscriptions in my app?

Hosted checkout redirect implementation creates checkout sessions for purchasing subscriptions and redirects users from UI actions to the hosted checkout page, handling absolute URL configuration automatically.

What is the best way to display pricing models and build upgrade buttons?

Displaying pricing models and building upgrade buttons utilizes billing UI helpers and useBilling utilities to render pricingModel data with loading states and optional pre-redirect analytics.

Should I use priceSlug or priceId when configuring checkout sessions?

Using priceSlug over priceId is recommended for stable environments, ensuring consistent configuration across your subscription checkout and product purchasing flows.

Can I control autoRedirect behavior during the checkout flow?

AutoRedirect behavior can be controlled during checkout session creation, allowing you to manage whether users are automatically redirected to the hosted checkout page or kept in-app.

Does this checkout integration handle absolute URL routing for redirects?

Absolute URL handling is fully supported during checkout integration, ensuring hosted checkout redirects route correctly across various application contexts and environments.