Skip to content

Commit fe9cc05

Browse files
committed
Add Resend plugin
1 parent d8034ce commit fe9cc05

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

.grok-plugin/marketplace.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,19 @@
8080
"homepage": "https://www.mongodb.com/docs/mcp-server/overview/",
8181
"keywords": ["mongodb", "mongo", "mongosh", "mongodb atlas", "mongoose"],
8282
"domains": ["mongodb.com", "cloud.mongodb.com"]
83+
},
84+
{
85+
"name": "resend",
86+
"description": "Resend email platform integration. Send transactional and batch email, receive inbound email securely, build React Email templates, run the Resend CLI, and follow deliverability best practices — directly from Grok.",
87+
"category": "productivity",
88+
"source": {
89+
"source": "url",
90+
"url": "https://github.com/resend/grok-plugin.git",
91+
"sha": "228cee181f28a887e721b580a0c1afb48fde1079"
92+
},
93+
"homepage": "https://github.com/resend/grok-plugin",
94+
"keywords": ["resend", "email", "send email", "react email"],
95+
"domains": ["resend.com"]
8396
}
8497
]
8598
}

.grok-plugin/plugin-index.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,33 @@
144144
]
145145
}
146146
},
147+
"resend": {
148+
"sha": "228cee181f28a887e721b580a0c1afb48fde1079",
149+
"components": {
150+
"skills": [
151+
{
152+
"name": "agent-email-inbox",
153+
"description": "Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email…"
154+
},
155+
{
156+
"name": "email-best-practices",
157+
"description": "Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, im…"
158+
},
159+
{
160+
"name": "react-email",
161+
"description": "Use when building HTML email templates with React components, adding a visual email editor to an application using the…"
162+
},
163+
{
164+
"name": "resend",
165+
"description": "Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails v…"
166+
},
167+
{
168+
"name": "resend-cli",
169+
"description": "Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), m…"
170+
}
171+
]
172+
}
173+
},
147174
"sentry": {
148175
"sha": "849303a8411c242d250885ffe714235a3bc2f5fe",
149176
"components": {

0 commit comments

Comments
 (0)