Workflow·Sales & CRM

Email Marketing

A brand product-launch email — masthead with wordmark, hero image block, headline lockup with skewed-italic accent, body copy, primary CTA, and a specifications grid. Pure HTML email layout…

You say
Install this skill Read the source first Free Written by nexu-io · unverified publisher
Context cost
3.4k tokensestimated from the bundle, loaded when it triggers
Bundle
2 files · 13.4 kBtext throughout, nothing executable
Licence
Apache-2.0free to use
Last change
no release on file
Servers it uses
Noneruns standalone

What it does

A brand product-launch email — masthead with wordmark, hero image block, headline lockup with skewed-italic accent, body copy, primary CTA, and a specifications grid. Pure HTML email layout (centered single column, table fallback). Use when the brief asks for an "email", "newsletter blast", "MJML", "product launch email", or "email template".

Installed, it changes the agent in these ways.

What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.

Workflow

Runs a procedure end to end.

marketing
Filed under

Sales & CRM

The skill itself

This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.

SKILL.md3.5 kB · 85 lines
--- name: email-marketing description: | A brand product-launch email — masthead with wordmark, hero image block, headline lockup with skewed-italic accent, body copy, primary CTA, and a specifications grid. Pure HTML email layout (centered single column, table fallback). Use when the brief asks for an "email", "newsletter blast", "MJML", "product launch email", or "email template". triggers: - "email" - "email template" - "newsletter" - "email blast" - "product launch email" - "mjml" - "邮件营销" - "邮件模板" od: mode: prototype platform: desktop scenario: marketing preview: type: html entry: index.html design_system: requires: true sections: [color, typography, layout, components] example_prompt: "Design a launch email for a sporty running shoe brand — masthead, hero, big headline lockup, specs grid, CTA." ---
31# Email Marketing Skill
32
33Produce a single HTML email — centered, single column, no chrome around the
34email body. Treat it like a marketing artifact: one big idea, one CTA.
35
36## Workflow
37
381. **Read the active DESIGN.md** (injected above). Email leans on the display
39 font more than any other surface — pick the loudest type token in the DS
40 for the headline lockup.
412. **Pick the brand + product** from the brief. Generate a real wordmark, a
42 real product name, and one real benefit sentence — no placeholders.
433. **Layout**, in order, all centered inside a 600–680px column on a tinted
44 page background (so the email body looks like an email, not the page):
45 - **Masthead** — wordmark on the left + 3 short nav links (SHOP, JOURNAL,
46 MEMBERS) on the right. Thin underline.
47 - **Hero block** — a 16:9 product image placeholder. Use a DS-tinted
48 gradient or a stylized SVG silhouette of the product (shoe, bottle,
49 headphones, whatever the brief implies). Add a tiny brand stamp on the
50 top-left and a colorway tag on the bottom-left.
51 - **Eyebrow** — small caps, accent color, separated by · characters
52 (e.g. "NEW · MAX-CUSHION TRAINER · EMBER FLARE").
53 - **Headline lockup** — 2–3 line headline using the display font, all caps,
54 extra-tight tracking. Apply a slight skew (transform: skew(-6deg)) on
55 one accent word to give it a sporty parallelogram feel.
56 - **Body** — 2–3 sentence paragraph, left-aligned, body font.
57 - **Primary CTA** — solid pill or block button. One only.
58 - **Specs grid** — 2×2 grid of (big number + unit + label) callouts using
59 the display font for the numbers.
60 - **Footer** — wordmark, address line, unsubscribe + view-in-browser links.
614. **Write** a single HTML document:
62 - <!doctype html> through </html>, CSS inline.
63 - Center the column with margin: 0 auto. Set body { background: <tint> }
64 so the email-on-page metaphor reads.
65 - No external images — use inline SVG or DS-tinted gradient blocks for the
66 product photo.
67 - data-od-id on the masthead, hero, headline, CTA, specs.
685. **Self-check**:
69 - Email reads top to bottom in 8–10 seconds.
70 - One CTA. Accent appears at most twice (eyebrow + CTA, or headline word).
71 - Looks legible on a 480px window (column reflows, type drops one step).
72
73## Output contract
74
75Emit between <artifact> tags:
76
77```
78<artifact identifier="email-slug" type="text/html" title="Email — Subject Line">
79<!doctype html>
80<html>...</html>
81</artifact>
82```
83
84One sentence before the artifact, nothing after.
85
In the file
SKILL.md518 words
Files2
LicenceApache-2.0
Why you can read it

Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.

What it costs in context

Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.

≈220
always loaded
The name and description, so the model knows the skill exists and when to reach for it.
3,130
on trigger
The instruction body and 1 supporting file, read only when the skill fires.
1.7%
of a 200k window
Ten skills this size would take about 17% of the window before you open a file.
050k100k150k200k context window

3.4k tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Middling. Fine to keep on in a project where you use it weekly, worth unloading in one where you never do.

Servers bill, skills cost

A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.

Before and after

The same question, put to the same model twice: once as it comes, and once with these instructions loaded.

No worked example has been published for this skill yet.

Adoption
Installsnone yet
Ratingno reviews yet

The procedure it runs

The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.

Prose, not code

These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.

Servers it uses

None. This skill calls no MCP servers at all.

Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.

It writes no files and reaches no network. All it changes is how the model reasons and writes.

What it asks for
Writes filesno
Network accessno

Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.

What it will not do

Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.

What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.

What is in the bundle

2 files, 13.4 kB on disk. A bundle is text throughout: the instructions the model reads, plus the templates it fills in.

  • SKILL.md3.5 kB
  • example.html9.9 kB
What is not in it

No dependencies and nothing executable: a skill is text the agent reads, so the bundle is 2 files you can review in full before installing. The Apache-2.0 licence covers the templates and examples as well as the instructions.

Install

Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.

# Email Marketing · 3.4k tokens when loaded npx mcprush@latest skill add nexu-io/email-marketing

Writes to .claude/skills/email-marketing/ in the current project. Add --global to put it in your home directory instead, for every project.

Which clients pick it up on their own

A skill is a folder of text. A client with a skills folder reads it without being told; everywhere else the same text works, it is just handed to the model rather than found.

Claude Code.claude/skills/
Claude Desktop
ChatGPT
Cursor.cursor/skills/
VS Code.github/skills/
Codex CLI.agents/skills/
Gemini CLI.gemini/skills/
Grok.grok/skills/
Zed.agents/skills/
Windsurf.windsurf/skills/
Agent SDK.claude/skills/
HTTP / API
This release
Versionnot versioned
Publishedno release date on file
PriceFree
Referencenexu-io/email-marketing

Versions

Its author publishes no version number, so there is nothing here to pin to: what you install is the folder as it stands today. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.

v
  • No earlier releases have been published to the marketplace.
Pinning

Nothing to pin to: this skill carries no version number of its own. What you install is what the folder holds on the day you install it.

Reviews

no reviews yet · no installs yet

Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.

Who can post

Only accounts that have had the skill installed for fourteen days, so a review is written after living with it rather than after reading it. Publishers may reply once.

Publisher
Servers0