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.
Set up and integrate Credyt — real-time monetization infrastructure for AI products — directly from your AI agent. Three skills guide you from first configuration through production integration.
Install skills for Claude Code, Cursor, Codex, Gemini, Copilot, and other agents:
npx skills add credyt/ai-skills
Or install a specific skill:
npx skills add credyt/ai-skills --skill billing-setup
The skills use the Credyt MCP server. Connect it in your tool at https://mcp.credyt.ai with your API key as a Bearer token in the Authorization header. Get an API key at app.credyt.ai.
| 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-skills) — works with any AI agent that supports MCP. You connect the Credyt MCP server yourself./plugin install credyt@credyt/ai-skills) — bundles the MCP server config so it auto-connects on install, and includes /credyt:init for guided API key setup.The skills are identical — the plugin adds MCP auto-configuration and a guided init command for Claude Code users.
The plugin also connects to the Credyt MCP server (mcp.credyt.ai), which exposes the Credyt API as tools Claude can call directly — creating products, sending events, checking wallets, and more.
| Type | Name | What it does |
|---|---|---|
| Command | /credyt:init | Gets you connected to Credyt. Creates an account, configures the API key, and verifies the MCP connection. Run this first. |
| Skill | /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. |
| Skill | /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. |
| Skill | /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. |
Claude Code — run /credyt:init after installing the plugin. It will guide you through entering your API key and verify the MCP connection is working.
Add the key to a Claude settings file so it's available to the MCP server.
Option 1 — Global (all projects): Add to ~/.claude/settings.json:
{
"env": {
"CREDYT_API_KEY": "Bearer sk_your_api_key_here"
}
}
Option 2 — Project-scoped (not checked into source control): Add to .claude/settings.local.json in your project directory:
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search