Transactional and marketing emails with templates and tracking
Set up complete email systems with beautiful templates, tracking, and deliverability best practices.
Send transactional emails (welcome, password reset, receipts) and marketing emails (newsletters, campaigns) with professional templates.
python3 /home/ubuntu/skills/email-system-builder/scripts/setup_email.py \
/path/to/project \
resend
import { Resend } from 'resend'
import WelcomeEmail from '@/emails/welcome'
const resend = new Resend(process.env.RESEND_API_KEY)
await resend.emails.send({
from: 'hello@example.com',
to: user.email,
subject: 'Welcome!',
react: WelcomeEmail({ name: user.name })
})
Manual: 2-3 hours
With Skill: 15-20 minutes
Saved: ~2 hours per project
scripts/setup_email.py - Automated setuptemplates/welcome-email.tsx - React Email templatereferences/email_patterns.md - Best practicesuser-authentication-system - Send password reset emailsanalytics-dashboard - Track email engagementdatabase-schema-generator - Create email tracking tablesProfessional emails in minutes, not hours.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer