Skip to content

Commit b082e91

Browse files
committed
Add Resend plugin
1 parent cdeb534 commit b082e91

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
@@ -92,6 +92,19 @@
9292
"homepage": "https://neon.com",
9393
"keywords": ["neon", "neon postgres", "neon database", "neon branch"],
9494
"domains": ["neon.tech", "neon.com", "console.neon.tech"]
95+
},
96+
{
97+
"name": "resend",
98+
"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.",
99+
"category": "productivity",
100+
"source": {
101+
"source": "url",
102+
"url": "https://github.com/resend/grok-plugin.git",
103+
"sha": "228cee181f28a887e721b580a0c1afb48fde1079"
104+
},
105+
"homepage": "https://github.com/resend/grok-plugin",
106+
"keywords": ["resend", "email", "send email", "react email"],
107+
"domains": ["resend.com"]
95108
}
96109
]
97110
}

.grok-plugin/plugin-index.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,33 @@
174174
]
175175
}
176176
},
177+
"resend": {
178+
"sha": "228cee181f28a887e721b580a0c1afb48fde1079",
179+
"components": {
180+
"skills": [
181+
{
182+
"name": "agent-email-inbox",
183+
"description": "Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email…"
184+
},
185+
{
186+
"name": "email-best-practices",
187+
"description": "Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, im…"
188+
},
189+
{
190+
"name": "react-email",
191+
"description": "Use when building HTML email templates with React components, adding a visual email editor to an application using the…"
192+
},
193+
{
194+
"name": "resend",
195+
"description": "Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails v…"
196+
},
197+
{
198+
"name": "resend-cli",
199+
"description": "Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), m…"
200+
}
201+
]
202+
}
203+
},
177204
"sentry": {
178205
"sha": "849303a8411c242d250885ffe714235a3bc2f5fe",
179206
"components": {

0 commit comments

Comments
 (0)