Email marketing skill
Reusable email marketing skill with local-first setup, knowledge-driven drafting, SMTP/IMAP sending, and safety guardrails.
npx -y skills add Dewensong/email-marketing-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, as published. Nobody here has run it
email-marketing-skill
Equip this skill when you need a reusable, local-first email marketing workflow that can validate audiences, draft campaign artifacts, and send approved batches with SMTP plus optional IMAP verification.
What It Does
- initializes sender config, local knowledge files, suppression lists, and demo inputs
- validates audiences from
txt, Markdown tables,csv, andjson - generates preview artifacts before sending anything
- sends only approved preview artifacts with consent, unsubscribe, duplicate-send, and send-window guardrails
- records run reports and writes a lightweight retrospective template after each campaign
Command Surface
setupshow-configshow-knowledgevalidate-audiencepreview-campaignsend-campaigncampaign-report
Operating Rules
- Prefer local knowledge and local files first.
- Treat
preview-campaignas mandatory beforesend-campaign. - Block sends when consent is unknown, the address is suppressed, unsubscribe info is missing, or the batch is outside the allowed window unless explicitly overridden.
- Only treat a send as fully successful when SMTP is accepted and IMAP sent-folder verification passes.
Output Tone
- clear
- operational
- reusable
- low-hype