Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
}
33 changes: 33 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down