salable-monetize

Create pricing pages, implement feature gating, and manage subscriptions via Salable APIs.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Salable/salable-claude-code-plugin --skill salable-monetize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: salable-monetize
Source: https://github.com/Salable/salable-claude-code-plugin/tree/main/plugins/salable/skills/salable-monetize
Command: npx skills add https://github.com/Salable/salable-claude-code-plugin --skill salable-monetize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__salable__*, Salable API, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you monetize your app on salable.app by creating pricing pages and managing subscriptions, making it easier to generate revenue from your app.

Core Features & Use Cases

  • Pricing Page Creation: Build public pricing pages with plan comparison and checkout buttons.
  • Feature Gating: Implement entitlement-based feature gating with a client-side React context provider.
  • Subscription Management: Create subscription management pages with plan status, billing portal, and invoice access.
  • API Routes: Provide API routes for entitlements, checkout, and subscription management.
  • Use Case: For a SaaS application, use this Skill to set up a pricing page, enable feature gating for different plan levels, and manage user subscriptions.

Quick Start

Run the salable-monetize skill to start the monetization process for your app.

Frequently Asked Questions about salable-monetize

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

FAQPage Schema
How do I create pricing pages and manage subscriptions for my SaaS application?

You can generate revenue by building public pricing pages with plan comparisons and checkout buttons, implementing entitlement-based feature gating using a React context provider, and managing user subscriptions via API routes.

How does feature gating work for different subscription plan levels?

Feature gating restricts access based on user entitlements managed through the Salable API. It utilizes a client-side React context provider to check subscription statuses and control feature visibility for different plan levels.

Do I need a Salable API connection to implement subscription management pages?

Yes, a connection to Salable MCP and the Salable API is required. This integration provides the necessary endpoints to handle app authentication, retrieve entitlement statuses, and configure pricing plans for your subscription management pages.

Can I use this approach to set up a billing portal and invoice access for my app?

Yes, this Skill enables you to build subscription management pages that include plan status displays, billing portal access, and invoice retrieval. These features are powered by API routes communicating with the Salable API.

What is the best way to handle checkout and entitlements for a SaaS app?

The best way is to implement dedicated API routes for checkout and entitlements. This Skill provides pre-configured API routes that communicate with the Salable API to securely manage user entitlement checks and checkout flows.