Official Salable plugins for Claude Code — monetize any app with pricing models, entitlements, and subscription management
npx claudepluginhub salable/salable-claude-code-pluginMonetize apps with Salable 2.0 — pricing models, entitlements, feature gating, and subscription management via MCP tools and REST API
Monetize any app with Salable 2.0 directly from Claude Code. This plugin provides MCP tools for catalog provisioning and guided workflows for building pricing pages, entitlement gating, checkout flows, and subscription management into your app.
claude plugin marketplace add Salable/salable-claude-code-plugin
claude plugin install salable
export SALABLE_API_KEY="your_api_key_here"
Add it to your shell profile (~/.zshrc or ~/.bashrc) for persistence:
echo 'export SALABLE_API_KEY="your_api_key_here"' >> ~/.zshrc
source ~/.zshrc
The MCP server connection requires a restart after setting the API key.
Run the /salable-monetize skill inside Claude Code:
/salable-monetize
This launches a guided workflow that:
| Model | Description |
|---|---|
| Flat-rate | Fixed monthly/yearly subscription fee |
| Per-seat | Price per team member with configurable seat limits |
| Metered | Usage-based billing with graduated or volume tiers |
| Hybrid | Any combination of the above in a single plan |
Multiple billing cadences (monthly, quarterly, yearly) and multi-currency pricing are supported.
salable-claude-code-plugin/ # repo root
├── .claude-plugin/
│ └── marketplace.json # Plugin collection manifest
├── plugins/
│ └── salable/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin config and MCP server definition
│ ├── .mcp.json # MCP server config
│ ├── skills/
│ │ └── salable-monetize/
│ │ └── SKILL.md # /salable-monetize skill definition and workflow
│ └── references/
│ ├── auth-options.md # Auth recommendations by stack
│ ├── mcp-tool-playbook.md # MCP operation guide
│ ├── openapi-focus.md # REST API endpoint map
│ └── pricing-model-templates.md # Ready-to-use pricing payloads
├── README.md
└── .gitignore
The plugin connects Claude Code to the Salable platform through two channels:
mcp__salable__*) for catalog writes — creating products, entitlements, plans, line items, and pricesbeta.salable.app/api/*) for app runtime — pricing pages, entitlement checks, checkout, and subscription managementThe /salable-monetize skill orchestrates both, using MCP for provisioning and REST for the code it generates in your app.
owner, grantee) must use non-email identifiers (org IDs, user IDs, or deterministic hashed values).RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage