Agent Skills for Dodo Payments
npx skills add https://github.com/dodopayments/skills --skill usage-based-billingInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Official AI agent skills from Dodo Payments for integrating payments, subscriptions, billing, and more into your applications.
Install skills using the skills CLI:
npx skills add dodopayments/skills
Or install individual skills:
npx skills add dodopayments/skills/dodo-best-practices
npx skills add dodopayments/skills/webhook-integration
npx skills add dodopayments/skills/subscription-integration
Add the marketplace:
/plugin marketplace add dodopayments/skills
Install a plugin:
/plugin install dodo-best-practices
/plugin install webhook-integration
/plugin install subscription-integration
Skills are automatically available when configured in your OpenCode settings.
| Skill | Description |
|---|---|
| dodo-best-practices | Comprehensive guide to integrating Dodo Payments with best practices |
| webhook-integration | Setting up and handling webhooks for payment events |
| subscription-integration | Implementing subscription billing flows |
| checkout-integration | Creating checkout sessions and payment flows |
| usage-based-billing | Implementing metered billing with events and meters |
| billing-sdk | Using BillingSDK React components |
| license-keys | Managing license keys for digital products |
| credit-based-billing | Implementing credit entitlements, balances, and metered credit deduction |
Skills are reusable capabilities for AI agents. They provide procedural knowledge that helps agents accomplish specific tasks more effectively. Think of them as plugins that enhance what your AI agent can do when working with Dodo Payments.
MIT