What is send-email?
Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API. Source: samunderwood/agent-skills.
Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API.
Quickly install send-email AI skill to your development environment via command line
Source: samunderwood/agent-skills.
| Single | POST /emails | Individual transactional emails, emails with attachments, scheduled sends | | Batch | POST /emails/batch | Multiple distinct emails in one request (max 100), bulk notifications |
Always implement these for production email sending. See references/best-practices.md for complete implementations.
| Format (single) | / (e.g., welcome-email/user-123) | | Format (batch) | batch- / (e.g., batch-orders/batch-456) | | Expiration | 24 hours | | Max length | 256 characters | | Duplicate payload | Returns original response without resending | | Different payload | Returns 409 error |
Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API. Source: samunderwood/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/samunderwood/agent-skills --skill send-emailUse when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API. Source: samunderwood/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/samunderwood/agent-skills --skill send-email Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/samunderwood/agent-skills