diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index 55518e0..7a4b20c 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/resend-skills.git", + "sha": "0f18139c0c3726fe5de978b299ed50a7a372df6e" + }, + "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 aa0d5d7..d60f75f 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -233,6 +233,39 @@ ] } }, + "resend": { + "sha": "0f18139c0c3726fe5de978b299ed50a7a372df6e", + "components": { + "mcpServers": [ + { + "name": "resend", + "description": "stdio" + } + ], + "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": {