{
  "markdown": "# Mollie AI\n\nResources for building AI-powered integrations with Mollie.\n\n## Plugin installation\n\nThe plugin gives your AI coding assistant live access to your Mollie account via the [Mollie MCP server](https://docs.mollie.com/docs/mollie-mcp-server), plus integration skills that activate when you're building a Mollie integration.\n\n**Requires** a Mollie Advanced access token with `profile.read` scope. Set `MOLLIE_API_ADVANCED_ACCESS_TOKEN` in your environment before installing.\n\n### Claude Code\n\nRequires [Claude Code](https://code.claude.com/docs). Update first if `/plugin`\nisn't recognised: `npm install -g @anthropic-ai/claude-code@latest`.\n\nInstalling is two steps – register the marketplace, then install the plugin:\n\n```bash\n# 1. Add this repo as a marketplace\nclaude plugin marketplace add mollie/ai\n\n# 2. Install the plugin\nclaude plugin install mollie@mollie\n```\n\nBoth commands also work as slash commands inside an interactive session\n(`/plugin marketplace add mollie/ai`, then `/plugin install mollie@mollie`).\n\nThen run `/reload-plugins` to activate it without restarting. The plugin's\nskills are namespaced, e.g. `/mollie:<command>`.\n\n#### Verifying\n\nRun `/plugin` and open the **Installed** tab, or from the shell:\n\n```bash\nclaude plugin list\n```\n\n#### Updating\n\n```bash\nclaude plugin marketplace update mollie\n```\n\n### Cursor\n\nGo to **Settings → Plugins → Add local plugin** and point it at [`providers/cursor/plugin`](providers/cursor/plugin/) — that's where the Mollie MCP server config and skills for Cursor live.\n\n### Codex\n\n```bash\ncodex plugin add github:mollie/ai\n```\n\n### Gemini CLI\n\n```bash\ngemini extensions install github:mollie/ai\n```\n\n## Repository layout\n\nSkills are authored once in [`skills/`](skills/). Each tool's actual plugin — manifest, MCP config, and a copy of the skills — lives under `providers/<tool>/plugin/` (e.g. [`providers/claude/plugin`](providers/claude/plugin/)). The root `.claude-plugin/`, `.codex-plugin/`, and `.cursor-plugin/` folders only hold a `marketplace.json` pointer into the matching `providers/` directory.\n\nAfter editing `skills/` or a provider's `plugin.json`, run:\n\n```bash\nnode ci/generate-providers.mjs\n```\n\nto re-copy skills into each `providers/*/plugin/skills/` and sync plugin versions into the marketplace files. CI (`ci/validate-structure.mjs`) fails if `providers/` drifts out of sync with `skills/`.\n\n## Skills\n\nSkills activate automatically when you're working on a Mollie integration. They steer the AI toward correct patterns, up-to-date SDKs, and common pitfalls to avoid.\n\n| Skill | Description |\n|---|---|\n| [`mollie-payments`](skills/mollie-payments/) | New integrations — payments, Connect (platforms/marketplaces), recurring/subscriptions, refunds/captures/settlements, troubleshooting |\n| [`mollie-upgrade`](skills/mollie-upgrade/) | SDK version upgrades, and migrating from the Orders API to the Payments API |\n| [`mollie-agent-toolkit`](skills/mollie-agent-toolkit/) | Building an AI agent that calls Mollie via `@mollie/agent-toolkit`, with write-tool safety guidance |\n\n## Packages\n\n| Package | Description |\n|---|---|\n| [`agent-toolkit`](packages/agent-toolkit/) | Use Mollie in AI agent frameworks (OpenAI, LangChain, Vercel AI SDK) |\n\n## Examples\n\nReady-to-run agent examples built on the agent toolkit.\n\n| Example | Description |\n|---|---|\n| [`packages/agent-toolkit/examples/vercel-ai`](packages/agent-toolkit/examples/vercel-ai/) | Read-only payments and balance agent (Vercel AI SDK) |\n| [`packages/agent-toolkit/examples/openai`](packages/agent-toolkit/examples/openai/) | Settlement reconciliation agent (OpenAI Agents SDK) |\n| [`packages/agent-toolkit/examples/langchain`](packages/agent-toolkit/examples/langchain/) | Customer support agent with refund capability (LangChain) |\n",
  "bytes": 3785,
  "sha": "855180c7666f56b0a2e046381403bf6d085f1fa1ae614acb6b563e2384db153c",
  "repo_slug": "mollie/ai",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_mollie_ai_ba9983e9/readme"
}