mirror of
https://github.com/resend/resend-skills.git
synced 2026-09-14 19:49:03 +08:00
16 lines
524 B
JSON
16 lines
524 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "resend",
|
|
"version": "1.0.0",
|
|
"description": "Send and receive emails, build with React Email, follow deliverability best practices",
|
|
"author": {
|
|
"name": "Resend",
|
|
"email": "support@resend.com",
|
|
"url": "https://resend.com"
|
|
},
|
|
"homepage": "https://resend.com",
|
|
"repository": "https://github.com/resend/resend-skills",
|
|
"license": "MIT",
|
|
"keywords": ["email", "resend", "smtp", "notifications", "agent-inbox"]
|
|
}
|