Skills from clawhub.ai/christina-de-martinez
3 skills available
resend
This skill provides Resend email send/receive features and an AI agent inbox with webhook, attachment, and tunneling guidance. It uses `RESEND_API_KEY`/`RESEND_WEBHOOK_SECRET`, issues network calls to `https://api.resend.com/emails`, and instructs `ngrok`/`cloudflared` — all purpose-aligned.
0 installs
email-best-practices
This skill documents best practices for building email systems (deliverability, webhooks, list management, compliance). It references `process.env.RESEND_WEBHOOK_SECRET`, demonstrates calling `resend.emails.send`, and includes local commands like `ngrok http 3000` (standard, purpose-aligned env/network and local command usage).
0 installs
react-email
This skill teaches building and sending HTML emails with React Email components and local development steps. It includes explicit shell commands (`npx create-email@latest`, `npm install`, `npm run dev`), uses secrets in env vars (`process.env.RESEND_API_KEY`, `process.env.SENDGRID_API_KEY`), and references network endpoints (`smtp.example.com`, `localhost:3000`).
0 installs