From 859fc112bc65a1e09a4465357d418614ebc52b58 Mon Sep 17 00:00:00 2001 From: dielduarte Date: Fri, 12 Jun 2026 11:20:44 -0300 Subject: [PATCH 1/3] Add Resend plugin --- .grok-plugin/marketplace.json | 13 +++++++++++++ .grok-plugin/plugin-index.json | 27 +++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index 55518e0..e74a04f 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -105,6 +105,19 @@ "homepage": "https://github.com/firecrawl/firecrawl-grok-plugin", "keywords": ["firecrawl", "fire crawl"], "domains": ["firecrawl.dev", "docs.firecrawl.dev"] + }, + { + "name": "resend", + "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.", + "category": "productivity", + "source": { + "source": "url", + "url": "https://github.com/resend/grok-plugin.git", + "sha": "228cee181f28a887e721b580a0c1afb48fde1079" + }, + "homepage": "https://github.com/resend/grok-plugin", + "keywords": ["resend", "email", "send email", "react email"], + "domains": ["resend.com"] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index aa0d5d7..c8e5e1c 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -233,6 +233,33 @@ ] } }, + "resend": { + "sha": "228cee181f28a887e721b580a0c1afb48fde1079", + "components": { + "skills": [ + { + "name": "agent-email-inbox", + "description": "Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email…" + }, + { + "name": "email-best-practices", + "description": "Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, im…" + }, + { + "name": "react-email", + "description": "Use when building HTML email templates with React components, adding a visual email editor to an application using the…" + }, + { + "name": "resend", + "description": "Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails v…" + }, + { + "name": "resend-cli", + "description": "Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), m…" + } + ] + } + }, "sentry": { "sha": "2c3b6c74b2b830c3ce2836f1fde6d7f21d37d4c4", "components": { From 85b4f46ef330675157b21bf7866e8868cbbfb184 Mon Sep 17 00:00:00 2001 From: dielduarte Date: Tue, 23 Jun 2026 11:05:33 -0300 Subject: [PATCH 2/3] resend: bump SHA to add hosted MCP server (mcp.resend.com) --- .grok-plugin/marketplace.json | 2 +- .grok-plugin/plugin-index.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index e74a04f..00fb0e2 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -113,7 +113,7 @@ "source": { "source": "url", "url": "https://github.com/resend/grok-plugin.git", - "sha": "228cee181f28a887e721b580a0c1afb48fde1079" + "sha": "abf62061fe0c14ab0fbd688df2a0d11af2339623" }, "homepage": "https://github.com/resend/grok-plugin", "keywords": ["resend", "email", "send email", "react email"], diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index c8e5e1c..d42de94 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -234,8 +234,14 @@ } }, "resend": { - "sha": "228cee181f28a887e721b580a0c1afb48fde1079", + "sha": "abf62061fe0c14ab0fbd688df2a0d11af2339623", "components": { + "mcpServers": [ + { + "name": "resend", + "description": "http" + } + ], "skills": [ { "name": "agent-email-inbox", From 1fc8ee1ff50ca685114c7d65ff8ef702b1167cf6 Mon Sep 17 00:00:00 2001 From: dielduarte Date: Tue, 23 Jun 2026 14:50:34 -0300 Subject: [PATCH 3/3] Point resend entry at resend/resend-skills The Resend plugin now lives in resend/resend-skills (a multi-platform plugin monorepo) rather than the standalone resend/grok-plugin. Update the source url, homepage, and pinned sha, and regenerate the index. --- .grok-plugin/marketplace.json | 6 +++--- .grok-plugin/plugin-index.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index 00fb0e2..7a4b20c 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -112,10 +112,10 @@ "category": "productivity", "source": { "source": "url", - "url": "https://github.com/resend/grok-plugin.git", - "sha": "abf62061fe0c14ab0fbd688df2a0d11af2339623" + "url": "https://github.com/resend/resend-skills.git", + "sha": "0f18139c0c3726fe5de978b299ed50a7a372df6e" }, - "homepage": "https://github.com/resend/grok-plugin", + "homepage": "https://github.com/resend/resend-skills", "keywords": ["resend", "email", "send email", "react email"], "domains": ["resend.com"] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index d42de94..d60f75f 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -234,12 +234,12 @@ } }, "resend": { - "sha": "abf62061fe0c14ab0fbd688df2a0d11af2339623", + "sha": "0f18139c0c3726fe5de978b299ed50a7a372df6e", "components": { "mcpServers": [ { "name": "resend", - "description": "http" + "description": "stdio" } ], "skills": [