Email marketing skill
Reusable email marketing skill with local-first setup, knowledge-driven drafting, SMTP/IMAP sending, and safety guardrails.From the repository description
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, 267 tokens by cl100k_base, 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
What ships with it: 22 files
83.6 KB alongside SKILL.md, 3 of them executable
assets/
- demo-terminal.svg1.9 KB
- social-preview.svg1.9 KB
docs/
- architecture.md1.7 KB
- releases/v0.1.0.md1.1 KB
examples/
knowledge/
- starter/audience.md358 B
- starter/brand.md262 B
- starter/product.md419 B
- starter/retrospective.md196 B
- starter/send-policy.md215 B
- starter/templates.md272 B
scripts/
- email_marketing_skill.pyruns47.0 KB
- __init__.pyruns45 B
tests/
- test_email_marketing_skill.pyruns16.7 KB
- .gitignore58 B
- INSTALL.md1.7 KB
- LICENSE1.0 KB
- README_EN.md2.3 KB
- README.md5.2 KB
- requirements.txt126 B
Gives 0 of the 12 instructions most marketing audience skills give in 267 tokens
Counted across 690 of the 894 authors here whose files we hold, read 2026-08-07
- Apply Poppins font to headingsin 41 of 690, across 6 files
- Apply Lora font to body textin 41 of 690, across 6 files
- Use Arial fallback for headingsin 39 of 690, across 4 files
- Use Georgia fallback for body textin 39 of 690, across 4 files
- Maintain text hierarchy and formattingin 39 of 690, across 4 files
- Use accent colors for non-text shapesin 38 of 690, across 3 files
- Use RGB values for precise color matchingin 38 of 690, across 3 files
- Use brand colors for primary text and backgroundsin 36 of 690, across 1 file
- Read product marketing context file before asking questions, starting, or auditingin 35 of 690, across 23 files
- Use active voice instead of passive voicein 26 of 690, across 10 files
- Implement or generate appropriate JSON-LD structured datain 24 of 690, across 17 files
- Prioritize clarity over clevernessin 22 of 690, across 8 files
Said here and by no other author read
- initialize sender config, knowledge files, suppression lists, and inputs
- validate audiences from text, markdown, csv, and json files
- generate campaign preview artifacts before sending
- send only approved preview artifacts
- enforce consent, unsubscribe, suppression, and send-window guardrails
- record run reports after each campaign
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.