/install save-to-email
Save To Email
Send HTML emails with Resend.
When To Use
Use this skill when the user wants Claude to:
- send a formatted email
- email a generated report or summary
- deliver HTML content to one or more recipients
- trigger a lightweight notification email
Setup
This skill requires a local .env file in the skill root with:
RESEND_API_KEY=your_resend_api_key
RESEND_FROM="Your Name \[email protected]>"
If .env is missing, load the variables from the shell environment before using the script.
Command
./scripts/send-email.sh "[email protected]" "Subject" "\x3Cp>HTML content\x3C/p>"
Input Rules
- Argument 1: recipient email address
- Argument 2: subject
- Argument 3: HTML body
Use valid HTML. For plain text, wrap content in \x3Cpre> or convert line breaks to \x3Cbr>.
Examples
./scripts/send-email.sh \
"[email protected]" \
"Daily Report" \
"\x3Ch2>Summary\x3C/h2>\x3Cp>All jobs finished successfully.\x3C/p>"
html="\x3Ch1>Project Update\x3C/h1>\x3Cul>\x3Cli>Task A done\x3C/li>\x3Cli>Task B in progress\x3C/li>\x3C/ul>"
./scripts/send-email.sh "[email protected]" "Project Status" "$html"
Notes
- The script reads
.envautomatically when present. - Do not hardcode API keys or private sender addresses in this repository.
- Check README.md for public setup guidance.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install save-to-email - After installation, invoke the skill by name or use
/save-to-email - Provide required inputs per the skill's parameter spec and get structured output
What is Save To Email?
Send emails through the Resend API. Use when the user wants to send an email, deliver a report by email, forward generated content to an inbox, or trigger an... It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install Save To Email?
Run "/install save-to-email" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Save To Email free?
Yes, Save To Email is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Save To Email support?
Save To Email is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Save To Email?
It is built and maintained by chjm-ai (@chjm-ai); the current version is v1.0.0.