email-notify
✓Codex がタスクを完了した後、SMTP 電子メール通知を送信します。 1 つの Codex または Claude の実行が終了した場合、またはタスクの完了時にデバイス名、プロジェクト名、ステータス、概要を電子メールで通知する必要がある場合に使用します。
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.
Codex がタスクを完了した後、SMTP 電子メール通知を送信します。 1 つの Codex または Claude の実行が終了した場合、またはタスクの完了時にデバイス名、プロジェクト名、ステータス、概要を電子メールで通知する必要がある場合に使用します。 ソース: caopulan/notification-skill。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/caopulan/notification-skill --skill email-notify- カテゴリ
- ""ライティング
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
email-notify とは?
Codex がタスクを完了した後、SMTP 電子メール通知を送信します。 1 つの Codex または Claude の実行が終了した場合、またはタスクの完了時にデバイス名、プロジェクト名、ステータス、概要を電子メールで通知する必要がある場合に使用します。 ソース: caopulan/notification-skill。
email-notify のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/caopulan/notification-skill --skill email-notify インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/caopulan/notification-skill