Agent Plugins Marketplace
All plugins

dodopayments

v0.5.1

Dodo Payments tools for Codex: integration skills + API/docs MCP servers.

Codex17 Skills2 MCP serversstdio

By Dodo PaymentsLicense: MIT1.1k GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Codex
Parsed components
19 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dodopayments for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add dodopayments@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “dodopayments” remain stable.

  • Codex: dodopayments@agent-plugin-marketplacedodopayments@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dodopayments/dodo-agent-plugin/.

Plugin files

plugins/dodopayments/dodo-agent-plugin/
├── .codex-plugin/plugin.json
├── skills/better-auth-integration/SKILL.md
├── skills/billing-sdk/SKILL.md
├── skills/checkout-integration/SKILL.md
├── skills/credit-based-billing/SKILL.md
├── skills/customer-management/SKILL.md
├── skills/discounts-and-promotions/SKILL.md
├── skills/dodo-best-practices/SKILL.md
├── skills/framework-adapters/SKILL.md
├── skills/license-keys/SKILL.md
├── skills/localized-pricing/SKILL.md
├── skills/mobile-checkout/SKILL.md
├── skills/product-catalog-management/SKILL.md
├── skills/refunds-and-disputes/SKILL.md
├── skills/subscription-integration/SKILL.md
├── skills/testing-and-go-live/SKILL.md
├── skills/usage-based-billing/SKILL.md
├── skills/webhook-integration/SKILL.md
└── .mcp.json

Included Skills17

better-auth-integrationskills/better-auth-integration/SKILL.md

Guide only for applications using @dodopayments/better-auth, covering authenticated customer sync, checkout, portal access, usage ingestion, and verified webhook callbacks.

billing-sdkskills/billing-sdk/SKILL.md

Guide for building billing UI with BillingSDK - the open-source React component library for pricing tables, subscription management, usage meters, invoice history, and customer portal flows wired to Dodo Payments.

checkout-integrationskills/checkout-integration/SKILL.md

Guide for starting hosted Checkout Sessions, payment links, and overlay or inline checkout for one-time and recurring products; use subscription-integration for post-checkout lifecycle management.

credit-based-billingskills/credit-based-billing/SKILL.md

Complete guide for giving customers included, free, prepaid, promotional, or top-up credits using grants, balances, ledger deductions, rollover, expiry, alerts, and overage.

customer-managementskills/customer-management/SKILL.md

Guide for managing customer records, saved payment methods, monetary wallets, and hosted customer-portal sessions; subscription lifecycle and custom billing UI are covered separately.

discounts-and-promotionsskills/discounts-and-promotions/SKILL.md

Guide for implementing discount codes and promotional pricing with Dodo Payments, including CRUD operations, eligibility rules, stacking, subscription-cycle limits, and plan-change preservation.

dodo-best-practicesskills/dodo-best-practices/SKILL.md

Guide for initial Dodo Payments setup, including SDK installation, test and live environments, API keys, and the canonical checkout-to-webhook architecture.

framework-adaptersskills/framework-adapters/SKILL.md

Guide for mounting official @dodopayments/* checkout, portal, and verified-webhook route handlers in supported web frameworks; use domain skills for payment and lifecycle logic.

license-keysskills/license-keys/SKILL.md

Guide for implementing license key management with Dodo Payments - activation, validation, and access control for software products.

localized-pricingskills/localized-pricing/SKILL.md

Guide for implementing localized pricing, adaptive currency, and purchasing power parity with Dodo Payments

mobile-checkoutskills/mobile-checkout/SKILL.md

Guide for implementing mobile in-app checkout with Dodo Payments across React Native, Flutter, iOS, and Android platforms.

product-catalog-managementskills/product-catalog-management/SKILL.md

Guide for creating and managing products, pricing, add-ons, product collections, images, and digital product delivery

refunds-and-disputesskills/refunds-and-disputes/SKILL.md

Guide for issuing refunds, handling disputes and chargebacks, and reconciling customer access with Dodo Payments

subscription-integrationskills/subscription-integration/SKILL.md

Guide for managing recurring subscriptions after checkout, including trials, lifecycle states, plan changes, cancellation, failed-payment recovery, proration, mandates, and on-demand charges.

testing-and-go-liveskills/testing-and-go-live/SKILL.md

Guide for test-mode payment scenarios, renewal simulation, local webhook delivery tests, test and live catalog migration, and production launch checks.

usage-based-billingskills/usage-based-billing/SKILL.md

Guide for charging directly per measured API call, token, storage unit, or other consumption using meters, stable usage events, aggregation, free thresholds, and metered subscriptions.

webhook-integrationskills/webhook-integration/SKILL.md

Complete guide for setting up and handling Dodo Payments webhooks for real-time payment event notifications.

MCP servers2

dodo-knowledgestdio
command
npx
args
-y mcp-remote@latest https://knowledge.dodopayments.com/mcp
dodopayments-apistdio
command
npx
args
-y mcp-remote@latest https://mcp.dodopayments.com/mcp

Plugin manifests1

plugins/dodopayments/dodo-agent-plugin/.codex-plugin/plugin.json
{
  "name": "dodopayments",
  "version": "0.5.1",
  "description": "Dodo Payments tools for Codex: integration skills + API/docs MCP servers.",
  "author": {
    "name": "Dodo Payments",
    "email": "[email protected]"
  },
  "homepage": "https://docs.dodopayments.com",
  "repository": "https://github.com/dodopayments/dodo-agent-plugin",
  "license": "MIT",
  "keywords": [
    "dodopayments",
    "payments",
    "billing",
    "subscriptions",
    "codex",
    "mcp",
    "skills"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "composerIcon": "./assets/icon.svg",
    "displayName": "Dodo Payments",
    "shortDescription": "Payments, billing, subscriptions - integrated into Codex.",
    "longDescription": "Official Dodo Payments plugin. Bundles seventeen integration skills (checkout, subscriptions, mobile checkout, webhooks, framework adapters, usage-based billing, credits, license keys, products, discounts, localized pricing, customers, refunds and disputes, billing SDK, Better Auth, testing and go-live, best practices) plus two MCP servers: a live API server and a documentation search server.",
    "developerName": "Dodo Payments",
    "category": "Developer Tools",
    "defaultPrompt": [
      "Set up Dodo Payments webhook handlers in my Next.js app.",
      "Create a subscription checkout session with a 14-day trial.",
      "Implement usage-based billing with meters and events."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dodopayments on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dodopayments)