SaaS pricing models skill for Claude Code
npx claudepluginhub commet-labs/pricing-modelsSaaS pricing model skill — metered (pay per use), credits (block when exhausted), balance (prepaid spend), seats (per-user), and boolean (feature flags). Decision frameworks, implementation patterns, and when to use each model.
No description available.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search
Share bugs, ideas, or general feedback.
Universal SaaS pricing model knowledge for AI agents. Choose and implement the right pricing model for your product -- metered, credits, balance, seats, or hybrid combinations.
npx skills add commet-labs/pricing-models
Decision frameworks and implementation patterns for five pricing models:
| Model | Best For | How It Works |
|---|---|---|
| Metered | API platforms, infrastructure | Pay for what you use, billed at period end |
| Credits | AI image generation, exports | Buy blocks, hard stop when exhausted |
| Balance | AI apps, multi-feature platforms | Prepaid dollar amount, real-time deduction |
| Seats | Team collaboration tools | Per-user pricing with advance + true-up |
| Hybrid | Most real products | Combine base plan + usage + seats + feature gates |
Plus a decision framework to help you choose, with real-world examples and code patterns using @commet/node.
| Skill | Description |
|---|---|
pricing-models | Decision frameworks, model comparisons, implementation patterns |
MIT