gen-email

Send MorningAI digest emails via SMTP with per-recipient language and filtering.

28|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/octo-patch/MorningAI --skill gen-email
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gen-email
Source: https://github.com/octo-patch/MorningAI/tree/main/skills/gen-email
Command: npx skills add https://github.com/octo-patch/MorningAI --skill gen-email

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates distribution of the MorningAI digest by email to a configured recipient list, delivering both HTML and plain-text formats and recording per-recipient delivery results.

Core Features & Use Cases

  • Automated email delivery of the daily MorningAI digest via SMTP
  • Generates HTML and plain-text email bodies and a per-recipient manifest
  • Configurable per-recipient language and score-based item filtering with KOL section separation

Quick Start

Run the send_email script for the target date to deliver the digest to your recipients.

Frequently Asked Questions about gen-email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending a daily newsletter digest via SMTP?

To automate digest email delivery, run the send_email script for the target date to distribute the MorningAI digest to your configured recipients, generating both HTML and plain-text formats.

Can I send an automated email digest with per-recipient language settings?

Yes, automated email digest delivery supports configurable per-recipient language settings, allowing customized localization for each individual on your recipient list.

What is the best way to filter newsletter items by score for email distribution?

Applying score-based item filtering during the rendering process separates KOL sections and generates tailored HTML and plain-text email messages for each recipient.

Does automated SMTP email delivery track sending results per recipient?

Yes, automated SMTP email delivery tracks sending results by writing a per-date manifest that records the delivery outcome for each configured recipient.

How do I generate both HTML and plain-text versions of an automated email digest?

Generating both HTML and plain-text versions of an automated email digest requires reading the source data JSON, rendering both message formats, and delivering them simultaneously via configured SMTP.

When do I need a per-date manifest for automated email distribution?

You need a per-date manifest for automated email distribution when tracking delivery results for a daily digest, as it records the sending status for each recipient on that specific date.