Add Resend plugin#32
Open
dielduarte wants to merge 3 commits into
Open
Conversation
fe9cc05 to
b082e91
Compare
b082e91 to
859fc11
Compare
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the official Resend plugin to the catalog as a remote source, pinned to commit
0f18139c0c3726fe5de978b299ed50a7a372df6eof resend/resend-skills.resend-skillsis Resend's multi-platform plugin repo (Claude Code, Cursor, Codex, and Grok via.grok-plugin/) over one shared, auto-syncedskills/directory — so the Grok listing stays current with the same source the other ecosystems use.What the plugin provides
5 skills plus the Resend MCP server:
resend— the Resend email API: sending (single and batch), receiving via webhooks, templates, domains, contacts, broadcasts, webhooks, API keys, logs, automations, and eventsagent-email-inbox— secure inbound email workflows for AI agents: webhook setup, sender allowlists, content filtering, and safe processing of untrusted emailresend-cli— operate Resend from the terminal, scripts, and CI/CD with theresendCLIreact-email— build HTML email templates with React components, render them, and send with Resendemail-best-practices— deliverability (SPF/DKIM/DMARC), compliance (CAN-SPAM, GDPR, CASL), retries, list management, and transactional vs marketing decisionsresendMCP server — tool access to the Resend API, authenticated viaRESEND_API_KEYChecklist
python3 scripts/generate-plugin-index.py— index regenerated, 5 skills + MCP server discoveredpython3 scripts/validate-catalog.py— Catalog OKpython3 scripts/generate-plugin-index.py --check— index up to date