·send-email
""

send-email

Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API.

9Installs·0Trend·@samunderwood

Installation

$npx skills add https://github.com/samunderwood/agent-skills --skill send-email

How to Install send-email

Quickly install send-email AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/samunderwood/agent-skills --skill send-email
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: samunderwood/agent-skills.

SKILL.md

View raw

| 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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/samunderwood/agent-skills --skill send-email
Category
""Writing
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from samunderwood/agent-skills

Quick answers

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.

How do I install send-email?

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

Where is the source repository?

https://github.com/samunderwood/agent-skills