By credyt
Set up and integrate Credyt — real-time billing infrastructure for AI products. Guides you through pricing discovery, product configuration, verification, and code integration.
Wire Credyt billing into your application code. Adds customer creation to registration, usage event tracking, balance checks, cost tracking, and billing portal links. Run after /credyt:billing-setup and /credyt:billing-verification. Use when the user wants to add Credyt to their app, integrate billing, send events from code, show balances, or add a billing page.
Discover your billing model and configure products, assets, and pricing in Credyt via MCP. Can be run multiple times to add products or adjust pricing. Automatically verifies the full billing cycle after configuration. Use when the user wants to set up billing, create products, configure pricing, add new billable activities, or change how they charge.
Test the full Credyt billing cycle end-to-end for a specific product. Creates a test customer, funds their wallet, sends a usage event, and verifies fees were charged correctly. Use this to re-verify a product after making changes in the dashboard, to test a specific product independently, or to troubleshoot billing issues. Note that /credyt:billing-setup runs verification automatically — use this skill when you want to verify without re-running full setup.
Guide users through defining their pricing strategy for an AI product or SaaS. Covers billing model selection (usage-based, subscription, hybrid), subscription tier pricing, credit/overage costs, real-time vs invoice billing trade-offs, existing PSP integration, custom currency vs fiat, and pricing dimensions. Ends with a personalised pricing strategy summary, MRR projection, visual output (HTML or PDF), and tool recommendations. Use when a user wants to define their pricing, figure out how to charge for their AI product, decide between billing models, understand the real-time vs invoice billing trade-off, or evaluate what tools to use for monetisation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Set up and integrate Credyt — real-time monetization infrastructure for AI products — directly from your AI agent. Four skills guide you from pricing strategy through production integration.
Install for Claude Code, Cursor, Codex, Gemini, Copilot, and other agents:
1. Connect the Credyt MCP server — get an API key at app.credyt.ai, then run:
npx add-mcp \
https://mcp.credyt.ai \
--header "Authorization: Bearer key_your_api_key_here"
2. Add the skills:
npx skills add credyt/ai-tools
Or install a specific skill:
npx skills add credyt/ai-tools --skill billing-setup
| Skill | What it does |
|---|---|
pricing-strategy | Guides you through defining your pricing strategy before configuring billing tooling |
billing-setup | Discovers your pricing model, configures products, assets, and pricing via MCP, and verifies the full billing cycle |
billing-verification | Tests the billing cycle end-to-end for a specific product |
billing-integration | Wires Credyt billing into your application code |
This repo provides the same skills in two ways:
npx skills add credyt/ai-tools) — works with any AI agent that supports MCP./plugin install credyt@credyt/ai-tools) — makes skills available as slash commands in Claude Code.Either way, connect the Credyt MCP server first with npx add-mcp.
The plugin makes Credyt skills available as slash commands in Claude Code and lists on the Anthropic marketplace. Connect the MCP server separately with npx add-mcp (see above).
| Command | What it does |
|---|---|
/credyt:billing-setup | Discovers your billing model through a guided conversation, then configures products, assets, and pricing in Credyt via MCP. Runs a full end-to-end billing cycle verification automatically. |
/credyt:billing-verification | Tests the full billing cycle for a specific product — creates a test customer, funds their wallet, sends a usage event, and confirms the fee was charged correctly. Use this after making changes or to troubleshoot. |
/credyt:billing-integration | Wires Credyt into your application code. Adds customer creation at signup, usage event tracking, balance checks, cost tracking, billing portal links, and balance display. |
Use add-mcp to wire in the Credyt MCP server and set your API key:
npx add-mcp \
https://mcp.credyt.ai \
--header "Authorization: Bearer key_your_api_key_here"
From GitHub — run these two commands inside Claude Code:
/plugin marketplace add credyt/ai-tools
/plugin install credyt@credyt/ai-tools
From a local clone:
git clone https://github.com/credyt/ai-tools
claude --plugin-dir ./ai-tools/claude-plugins/credyt
Configure your billing:
/credyt:billing-setup
Test that billing works correctly:
/credyt:billing-verification
Wire billing into your app code:
/credyt:billing-integration
Claude Desktop connects to the Credyt MCP server directly — no plugin system, no auto-configuration. It works well for managing an existing Credyt setup conversationally: querying recent activity, making ad-hoc price changes, viewing customer and wallet information, and similar tasks.
npx claudepluginhub credyt/ai-toolsSet up and integrate Credyt — real-time billing infrastructure for AI products. Guides you through pricing discovery, product configuration, verification, and code integration.
Stripe development plugin for Claude
Use this agent when you need to optimize B2B pricing strategies, packaging models, and revenue optimization for enterprise sales. This agent specializes in value-based pricing, usage-based billing, enterprise contract negotiations, and competitive pricing analysis for SaaS platforms. Examples:
Official Stripe payment platform skills for checkout, billing, Connect, and API upgrades.
Claude Code skill pack for Fondo (18 skills)
Use this agent when managing budgets, optimizing costs, forecasting revenue, or analyzing financial performance. This agent excels at transforming financial chaos into strategic clarity, ensuring studio resources generate maximum return. Examples:\n\n<example>\nContext: Planning next quarter's development budget
Expert subagent and skills for implementing the Machine Payments Protocol (MPP) — the open standard co-authored by Stripe and Tempo Labs for HTTP 402-based machine-to-machine payments, enabling AI agents to pay for API calls, data, and services autonomously.