Commet
  • Pricing
Log InTry out

Getting Started

AI Onboarding

AI Tools

MCP Server

Agent Skills

Commet SkillsBilling Best Practices SkillPricing Models SkillSubscription Patterns Skill
DocumentationKnowledge BaseBuild with AIAPI ReferenceWebhooks

Pricing Models Skill

Choose and implement the right pricing model for your SaaS with AI agents.

The Pricing Models skill helps AI agents choose and implement the right pricing model for any SaaS product. It covers metered, credits, balance, seats, and boolean models with decision frameworks and implementation patterns.

Installation

Install the skill using the following command:

npx skills add commet-labs/pricing-models

Advantages

  • Decision framework: Three-question flowchart to pick the right model for any product.
  • Metered billing: Pay-per-use with included amounts and overage pricing.
  • Credits model: Prepaid blocks that stop when exhausted — ideal for generation-based products.
  • Balance model: Dollar-denominated prepaid spend — ideal for AI token billing.
  • Seat-based pricing: Per-user billing with hybrid advance and true-up charging.
  • Hybrid patterns: Combining models — base plan + metered, seats + usage, addons.

Learn More

View on GitHub

See the full source code and documentation.

View on skills.sh

Installation stats and security audits.

How is this guide?

Billing Best Practices Skill

Comprehensive guide for building production-ready billing systems with AI agents.

Subscription Patterns Skill

Universal subscription billing patterns for trials, proration, dunning, and more.

On this page

Installation
Advantages
Learn More