extension-email-marketing
Agent skill from caffeinelabs/skills.
What it does
- Users MUST have verified their email address AND MUST be subscribed to a marketing topic before they can receive marketing emails on that topic
- Marketing emails MUST contain an unsubscribe link which will unsubscribe the user from the given topic
- This component depends on the extension-email-verification for verifying email addresses, be sure to check that too.
- Use the prefabricated module mo:caffeineai-email-marketing/subscribers.mo which cannot be modified.
- Marketing email subscribers MUST be handled solely through this subscribers module
- Do NOT also store a subscribed status against user profiles
- This component depends on the email component for sending email addresses.
Requirements & configuration
- This component depends on the extension-email-verification for verifying email addresses, be sure to check that too.
- This component depends on the email component for sending email addresses.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/caffeinelabs/skills
extension-email-marketing FAQ
What does the extension-email-marketing skill do?
Send personalised marketing emails to subscribers with an unsubscribe link. Users MUST have verified their email address AND MUST be subscribed to a marketing topic before they can receive marketing emails on that topic Marketing emails MUST contain an unsubscribe link which will unsubscribe the user from the given topic
What does extension-email-marketing require?
This component depends on the extension-email-verification for verifying email addresses, be sure to check that too. This component depends on the email component for sending email addresses.
How do I install extension-email-marketing?
Run: npx -y skills add https://github.com/caffeinelabs/skills --skill extension-email-marketing --agent claude-code — the source lives at github.com/caffeinelabs/skills.
Maintain extension-email-marketing?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/caffeinelabs-skills-extension-email-marketing?ref=badge) npx agentictools info skills/caffeinelabs-skills-extension-email-marketing The second line is the CLI lookup for this page — handy in READMEs and docs.