-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.98 KB
/
Copy pathplugin.json
File metadata and controls
43 lines (43 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "dodopayments",
"version": "0.5.0",
"description": "Dodo Payments tools for AI coding agents, including integration agent skills and the Dodo Payments API and docs MCP servers.",
"author": {
"name": "Dodo Payments",
"email": "support@dodopayments.com"
},
"homepage": "https://docs.dodopayments.com",
"repository": "https://github.com/dodopayments/dodo-agent-plugin",
"license": "MIT",
"keywords": [
"dodopayments",
"payments",
"billing",
"subscriptions",
"mcp",
"skills"
],
"extensions": {
"com.openai": {
"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."
]
}
},
"dev.kiro": {
"displayName": "Dodo Payments",
"category": "Developer Tools",
"description": "Seventeen Dodo Payments integration skills plus the API and documentation MCP servers."
}
}
}