email-notify
✓Send SMTP email notifications after Codex completes a task. Use when one Codex or Claude run is finished, or when you need to notify on task completion with device name, project name, status, and summary via email.
Installation
SKILL.md
Send an email notification after each Codex task. Use the helper script to resolve the project name and send via SMTP.
Add the following lines to /.bashrc (Linux) or /.zshrc (macOS):
If your SMTP server does not require auth, leave CODEXEMAILUSERNAME and CODEXEMAILPASSWORD unset. Set CODEXEMAILUSESSL to true for SMTPS (typically port 465) and CODEXEMAILUSETLS to true for STARTTLS.
Send SMTP email notifications after Codex completes a task. Use when one Codex or Claude run is finished, or when you need to notify on task completion with device name, project name, status, and summary via email. Source: caopulan/notification-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/caopulan/notification-skill --skill email-notify- Category
- ""Writing
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is email-notify?
Send SMTP email notifications after Codex completes a task. Use when one Codex or Claude run is finished, or when you need to notify on task completion with device name, project name, status, and summary via email. Source: caopulan/notification-skill.
How do I install email-notify?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/caopulan/notification-skill --skill email-notify Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/caopulan/notification-skill