🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 6.1K |
| ⭐ GitHub Stars | 159(fork 21) |
| 🗓️ 最近推送 | 2026-07-23 |
| 🌱 项目创建 | 2026-01-20 |
| 💻 语言 / License | JavaScript · MIT |
| 🐛 开放Issue | 7 |
📝 工具简介
配合Resend收发邮件的Agent技能包,让AI代理直接处理邮件往来。
📖 怎么用
先装 Resend 技能集,跑 `npx skills add resend/resend-skills`,然后挑你需要的技能安装,比如 `resend`(邮件 API)或 `agent email inbox`(安全收件箱)。装完在 Claude Code、Cursor 或 OpenAI Codex 里直接用,它会自动调用对应工具来发邮件或查收件箱。README 未说明具体初始化步骤,装完就能用。
📋 迷你测评
配合Resend的邮件收发技能包,让AI代理直接处理邮件往来。亮点是打通了收发链路,代理能自己回信。适合自动化客服场景。
📄 README 要点
这是给AI编程助手用的一套邮件技能合集,支持Claude Code、Cursor和OpenAI Codex。核心功能是给AI代理一个安全的邮箱,让它能收发邮件。除了邮箱,还有Resend的邮件API操作、终端命令行工具、用React组件写HTML邮件、以及邮件最佳实践指南。装的时候有个MCP服务器会自动注册,通过OAuth认证就能用完整的Resend API。适合想让AI代理帮你处理邮件收发和邮件模板开发的场景。
查看英文原文
Resend Skills A collection of skills for AI coding agents following the Agent Skills format. Available as a plugin for Claude Code, Cursor, and OpenAI Codex. Includes an MCP server for tool access. Install [安装/使用命令见下方] Then select the ones you wish to install. Available Skills Skill Description Source resend Resend email API Authored here agent email inbox Secure email inbox for AI agents Authored here resend cli Operate Resend from the terminal Synced from resend/resend cli react email Build HTML emails with React components Synced from resend/react email email best practices Guidance for building deliverable, compliant, user friendly emails Synced from resend/email best practices MCP Server The plugin registers Resend's hosted MCP server at https://mcp.resend.com/mcp (streamable HTTP), giving agents tool access to the full Resend API. It authenticates via OAuth — your client walks you through sign in on first connect, so no API key or header configuration is needed. Plugins This repo serves as a plugin for multiple platforms: Claude Code — .claude plugin/ Cursor — .cursor plugin/ OpenAI Codex — .codex plugin/ Grok — .grok plugin/ Editing skills Skills marked "Authored here" can be edited directly in this repo. Skills marked "Synced from" are automatically synced from their source repos. Do not edit them here — changes will be overwritten on the next sync. Edit in the source repo instead. Prerequisites A Resend account with a verified domain API key stored in RESEND API KEY environment variable Get your API key at resend.com/api keys License MIT
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除