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-modelsAdvantages
- 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
How is this guide?