clerk-billing

clerk billing

clerk ↓ 8.6k
Claude Code
View source ↗

What it does

  • User Plans → <PricingTable /> (default for="user")
  • Organization Plans → <PricingTable for="organization" />
  • Top-level features map manipulation and plan-feature attachments (sync) are fully supported via the PLAPI billing config handler.
  • Billing overview
  • B2B SaaS billing
  • B2C SaaS billing
  • Billing webhooks

Requirements & configuration

  • What Do You Need?
  • | B2C patterns (individual user subscriptions, Membership optional prerequisite) | references/b2c-patterns.md |

Configuration: CLERK_WEBHOOK_SIGNING_SECRET

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

clerk billing

Source

Repository: https://github.com/clerk/skills

clerk-billing FAQ

What does the clerk-billing skill do?

Clerk Billing for subscription management - render Clerk's PricingTable and in-app checkout drawer, configure subscription plans, seat-limit plans for B2B, feature entitlements with has(), and billing webhooks. Use for SaaS monetization, plan gating, checkout flows, trials, invoicing, and subscription lifecycle management. User Plans → <PricingTable /> (default for="user") Organization Plans → <PricingTable for="organization" />

What does clerk-billing require?

What Do You Need? | B2C patterns (individual user subscriptions, Membership optional prerequisite) | references/b2c-patterns.md | Configuration keys: CLERK_WEBHOOK_SIGNING_SECRET.

How do I install clerk-billing?

Run: npx -y skills add https://github.com/clerk/skills --skill clerk-billing --agent claude-code — the source lives at github.com/clerk/skills.

Maintain clerk-billing?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

clerk-billing on getagentictools
[![clerk-billing on getagentictools](https://getagentictools.com/badge/skills/clerk-skills-clerk-billing.svg)](https://getagentictools.com/skills/clerk-skills-clerk-billing?ref=badge)
npx agentictools info skills/clerk-skills-clerk-billing

The second line is the CLI lookup for this page — handy in READMEs and docs.