Skip to main content

Overview

Agent Skills are reusable capabilities that enhance what AI coding assistants can do when working with Dodo Payments. They provide procedural knowledge and best practices that help agents accomplish specific tasks more effectively - from integrating checkout flows to setting up usage-based billing.
Think of skills as plugins for your AI assistant. They teach your agent how to implement Dodo Payments features correctly, following our recommended patterns and best practices.
Skills work with any AI agent that supports the skills protocol, including:
  • Claude Code - Anthropic’s CLI coding assistant
  • Codex CLI - OpenAI’s CLI coding agent
  • Cursor - AI-first code editor
  • VS Code / GitHub Copilot - via the Agent Plugin
  • Kiro - loads skills as a Power
  • OpenCode - open source AI coding agent
  • Other clients - any agent supporting the skills protocol
Gemini CLI is the exception. It has no agent-skill primitive, so skills are not available there — only the two MCP servers are.

Available Skills

Seventeen skills covering the full integration surface, grouped by the task you’re working on.

Getting Started

Accepting Payments

Billing Models

Catalog and Pricing

Customers and Operations

UI and Integrations

Installation

Choose your preferred installation method based on your AI coding assistant.

Using Skills

Once installed, your AI assistant loads the relevant skill automatically when you ask it to implement a Dodo Payments feature. You don’t need to name the skill - just describe the task.

How Skills Work

Skills provide your AI assistant with:
  1. Procedural Knowledge - Step-by-step instructions for implementing features
  2. Code Templates - Production-ready code patterns and snippets
  3. Best Practices - Recommended approaches for security, error handling, and UX
  4. Context Awareness - Understanding of how different Dodo Payments features work together
When you ask your AI assistant to implement a feature, it uses the relevant skill to:
  • Understand the correct implementation approach
  • Generate accurate, working code
  • Follow Dodo Payments conventions
  • Handle edge cases and errors properly
Skills complement the MCP Server and Sentra. Use MCP for API operations, Sentra for guided integration, and Skills for enhanced AI assistant capabilities.

Comparison with Other Tools

Resources

Skills Repository

Browse the source code and contribute to Dodo Payments skills

MCP Server

Enable AI assistants to execute Dodo Payments API operations

Sentra

AI-powered billing assistant for your IDE

Discord Community

Get help and share feedback with the community
Last modified on August 8, 2026