{
  "markdown": "# Credyt AI Tools\n\nSet up and integrate [Credyt](https://credyt.ai) — real-time monetization infrastructure for AI products — directly from your AI agent. Four skills guide you from pricing strategy through production integration.\n\n## Quick install (any AI agent)\n\nInstall for Claude Code, Cursor, Codex, Gemini, Copilot, and other agents:\n\n**1. Connect the Credyt MCP server** — get an API key at [app.credyt.ai](https://app.credyt.ai/api/sign-up), then run:\n\n```bash\nnpx add-mcp \\\n  https://mcp.credyt.ai \\\n  --header \"Authorization: Bearer key_your_api_key_here\"\n```\n\n**2. Add the skills:**\n\n```bash\nnpx skills add credyt/ai-tools\n```\n\nOr install a specific skill:\n\n```bash\nnpx skills add credyt/ai-tools --skill billing-setup\n```\n\n### Available skills\n\n| Skill                                                  | What it does                                                                                                        |\n| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------- |\n| [`pricing-strategy`](skills/pricing-strategy/SKILL.md)             | Guides you through defining your pricing strategy before configuring billing tooling                                |\n| [`billing-setup`](skills/billing-setup/SKILL.md)                   | Discovers your pricing model, configures products, assets, and pricing via MCP, and verifies the full billing cycle |\n| [`billing-verification`](skills/billing-verification/SKILL.md)     | Tests the billing cycle end-to-end for a specific product                                                           |\n| [`billing-integration`](skills/billing-integration/SKILL.md)       | Wires Credyt billing into your application code                                                                     |\n\n---\n\n## skills.sh vs Claude Code plugin\n\nThis repo provides the same skills in two ways:\n\n- **skills.sh** (`npx skills add credyt/ai-tools`) — works with any AI agent that supports MCP.\n- **Claude Code plugin** (`/plugin install credyt@credyt/ai-tools`) — makes skills available as slash commands in Claude Code.\n\nEither way, connect the Credyt MCP server first with `npx add-mcp`.\n\n---\n\n## Claude Code plugin\n\nThe 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).\n\n| Command                        | What it does                                                                                                                                                                                                         |\n| ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `/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.                         |\n| `/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. |\n| `/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.                                            |\n\n### Installation\n\n#### 1. Get your API key\n\n1. Go to [app.credyt.ai/api/sign-up](https://app.credyt.ai/api/sign-up) and create an account\n2. Open the **Developers** section in the dashboard\n3. Copy your API key\n\n#### 2. Connect the MCP server\n\nUse `add-mcp` to wire in the Credyt MCP server and set your API key:\n\n```bash\nnpx add-mcp \\\n  https://mcp.credyt.ai \\\n  --header \"Authorization: Bearer key_your_api_key_here\"\n```\n\n#### 3. Install the plugin\n\n**From GitHub** — run these two commands inside Claude Code:\n\n```\n/plugin marketplace add credyt/ai-tools\n/plugin install credyt@credyt/ai-tools\n```\n\n**From a local clone:**\n\n```bash\ngit clone https://github.com/credyt/ai-tools\nclaude --plugin-dir ./ai-tools/claude-plugins/credyt\n```\n\n### Usage\n\nConfigure your billing:\n\n```\n/credyt:billing-setup\n```\n\nTest that billing works correctly:\n\n```\n/credyt:billing-verification\n```\n\nWire billing into your app code:\n\n```\n/credyt:billing-integration\n```\n\n---\n\n## Claude Desktop\n\nClaude 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.\n\nThe guided skills (`billing-setup`, `billing-verification`, `billing-integration`) can also be used in Claude Desktop, but they must be uploaded manually — attach the relevant `SKILL.md` file or paste its contents into the conversation.\n\n### Connect the MCP server\n\nThe fastest way is to use [`add-mcp`](https://github.com/neondatabase/add-mcp), which writes the config for you:\n\n```bash\nnpx add-mcp \"npx mcp-remote https://mcp.credyt.ai --header Authorization:\\${CREDYT_API_KEY}\" \\\n  --name credyt \\\n  --env \"CREDYT_API_KEY=Bearer key_your_api_key_here\" \\\n  -a claude-desktop -y\n```\n\nReplace `key_your_api_key_here` with your key from [app.credyt.ai](https://app.credyt.ai/api/sign-up), then restart Claude Desktop.\n\n<details>\n<summary>Manual setup</summary>\n\nOpen Settings → Developer → Edit config and add the Credyt entry:\n\n```json\n{\n  \"mcpServers\": {\n    \"credyt\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://mcp.credyt.ai\",\n        \"--header\",\n        \"Authorization:${CREDYT_API_KEY}\"\n      ],\n      \"env\": {\n        \"CREDYT_API_KEY\": \"Bearer key_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop after saving.\n\n</details>\n\n---\n\n## Resources\n\n- **Docs**: [docs.credyt.ai](https://docs.credyt.ai)\n- **Integration guide**: [docs.credyt.ai/ai-integration.md](https://docs.credyt.ai/ai-integration.md)\n- **Examples**: [github.com/credyt/learn](https://github.com/credyt/learn)\n- **Dashboard**: [app.credyt.ai](https://app.credyt.ai)\n",
  "bytes": 6465,
  "sha": "a6c7162ec2c2da44269100d258573fe02b352a55e963e01e753238a55278ee84",
  "repo_slug": "credyt/ai-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_credyt_ai_skills_credyt_98ad1fbf/readme"
}