agentsclimarketplace

Email report

Skill cognyai/claude-code-marketing-skills/skills/email-report

Auto-generate the weekly or monthly email performance report in three formats — Slack update, CEO email, board-deck section — from real ESP dataFrom its SKILL.md

Install
npx -y skills add cognyai/claude-code-marketing-skills --skill email-report

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

9.1 KB, ~2.1k tokens by cl100k_base, as published. Nobody here has run it

Email Report

The 3-hour tax every email marketer pays: pulling last period's numbers, charting the trend, explaining the variance, and writing commentary in the right voice for the audience. This skill does it in one command and outputs three versions — Slack ping, CEO email, board deck section — so you can ship the one your stakeholder needs.

Requires: Cogny MCP + a connected ESP. Sign up

Usage

/email-report — monthly report, all three formats (default) /email-report weekly — last 7 days /email-report monthly ceo — monthly, only the CEO email /email-report weekly slack — weekly, only the Slack update

Prerequisites Check

Detect connected ESP. If none, stop and prompt.

Steps

1. Define the period

ModeCurrent windowComparison
weeklylast 7 daysprior 7 days + 4-week rolling avg
monthlylast 30 daysprior 30 days + 12-week rolling avg

State the exact date ranges up front.

2. Pull the data

Per-ESP tool adapter. The right tool depends on which ESP is connected:

DataKlaviyoMailchimpRuleGet a Newsletter
Campaign listlist_campaignstool_list_campaignstool_list_campaignstool_list_sent
Campaign metricsget_campaign + list_events (metric-filtered)tool_get_reporttool_get_campaign_statisticstool_get_report
Automation / flow listlist_flowstool_list_automationstool_list_journeysnot available
Flow metricsget_flowtool_get_automationtool_list_journeys (limited)not available
Subscriber list sizelist_profiles (count)tool_get_audiencetool_list_subscribers (count)tool_list_contacts (count)
Revenue per send✓ via list_events with metric="Placed Order"not availablenot availablenot available

For the current window AND the comparison window, pull:

Campaign broadcasts:

  • Each campaign's subject, send date, recipient count, opens, unique opens, clicks, unique clicks, unsubs, bounces.
  • Revenue attributed — Klaviyo only. For Klaviyo, fetch "Placed Order" events scoped to the send window and attribute by campaign. For Mailchimp/Rule/Get a Newsletter, omit the revenue line entirely from the report and call it out.

Flows / automations — varies by ESP:

  • Klaviyo: flow name, triggered volume, revenue per flow (via events).
  • Mailchimp: automation name, sends, opens, clicks (no revenue).
  • Rule: journey name + limited metrics.
  • Get a Newsletter: no flow object exists. Skip this section; use a "recurring sends" proxy if the user has a newsletter cadence.

List-level metrics:

  • List size at period start vs end
  • New subscribers in period
  • Unsubscribes in period
  • Net change + growth rate

3. Compute the report metrics

For each window, compute:

MetricCalcWhy it matters
Sendstotal emails deliveredVolume sanity check
Open rateunique opens / deliveredSubject/preheader effectiveness (MPP-distorted)
CTRunique clicks / deliveredTrue engagement
CTORunique clicks / unique opensContent effectiveness (MPP-resilient)
Unsub rateunsubs / deliveredList health signal
Bounce ratebounces / sentDeliverability signal
Revenue per sendecom revenue / delivered (if available)The only metric execs actually care about
List growth rate(ending - starting) / startingAcquisition health

Show absolute value + % change vs prior period + % change vs rolling baseline.

4. Identify movers

Rank campaigns in the current window by open rate, CTR, and revenue. Identify:

  • Top performer — best campaign by revenue (or by CTOR if no revenue data)
  • Worst performer — bottom by revenue/CTOR
  • Anomaly — campaign whose metrics are >2σ from the user's typical baseline (surprise hit or surprise flop)

For each, write a one-sentence "why" hypothesis based on visible attributes (subject style, send time, segment, content type).

5. Explain variance

Don't just say "CTR dropped 8%." Explain it. Cross-reference:

  • Did send volume change? More sends to less-engaged segments drag rate metrics even if absolute revenue is fine.
  • Did the segment mix change? (All-list sends vs engaged-only)
  • Did cadence change? (More sends per week → fatigue)
  • Did a specific campaign drag the average? (One dud to a huge segment)
  • Did list hygiene change? (Big unsub event or re-engagement deadline)
  • Was there an external event? (holiday, launch, outage)

Phrase findings as claim → evidence:

"Open rate dropped from 28% to 22%. Two of four sends this month went to the dormant 180-day segment (120k recipients at 14% open), which pulled the average down. If you look at engaged-segment sends only, open rate actually rose from 34% to 36%."

6. Generate the three outputs

6.1 Slack update (≤500 chars, 3 bullets)

📧 Email – <period label>
• Sends: <N> ( <±>% vs prior)  |  Open: <X>% ( <±>pp)  |  CTR: <Y>% ( <±>pp)
• 🏆 Top: "<subject>" — <metric>  |  ⚠️ Watch: <one-line variance call>
• Revenue: $<X> ( <±>% vs prior)  |  List: <±>% net growth  |  Next week: <1-line plan>

6.2 CEO email (≤250 words, narrative)

Subject: Email performance — <period label>

Hi <CEO first name>,

Quick update on email this <period>:

Headline: <one-sentence summary — is it good, bad, or mixed?>

What happened:
[2-3 sentences explaining volume, rate-metric movement, revenue. Tie to a
business narrative — launches, campaigns, segment focus.]

What's notable:
[1-2 sentences. Top campaign or surprise win or flagged concern.]

What's next:
[1-2 sentences. Concrete plan for next period. Pick ONE action, not five.]

Happy to dig deeper on any of this.

<signoff>

6.3 Deck section (full)

EMAIL PERFORMANCE — <period label>

Summary
  <two-sentence narrative>

Key metrics
  [table: current / prior / rolling / %Δ]
  Sends, Open rate, CTR, CTOR, Unsub rate, Revenue per send, List size

Trend
  [describe what a chart should show — up-and-to-the-right, step change, etc.]

Campaign roundup
  🏆 Best:  "<subject>"
           <segment>, <recipients>, <metric wins>
  📉 Worst: "<subject>"
           <what happened>

Flow performance (if applicable)
  [table of top 3 flows by revenue, with recipient count and conv rate]

What moved the needle
  [2-3 bullets — claim → evidence]

Plan for next <period>
  [2-3 bullets — concrete, owned, measurable]

7. Save the narrative

Persist the period summary to Cogny's context tree so future /email-report runs have historical continuity:

{
  "path": "insights/email/reports/<period label>",
  "body": "<the narrative summary + key numbers>"
}

Before generating the report, also read any previous report from this path to reference in the "What happened" narrative ("this matches the trend from last month" / "this reverses the dip we flagged").

8. Create findings for notable issues

For anything serious (unsub rate spike, deliverability drop, revenue collapse), create a finding so it lands in the dashboard — not just the report.

{
  "title": "Unsub rate doubled vs prior month (0.18% → 0.37%)",
  "body": "<which campaigns drove it, which segment, recommended fix>",
  "action_type": "list_hygiene",
  "priority": "high"
}

Output defaults

  • If the user didn't specify a format, output all three and label them clearly.
  • Lead with the Slack version — fastest to read if they're skimming.
  • Include the raw metric table at the end so the user can copy numbers out.

Notes

  • Open rate is noisy since Apple MPP. Always report CTR and CTOR alongside. If open rate moves >5pp but CTOR doesn't, it's probably MPP population change, not real behavior.
  • For first-ever run, there's no prior period to compare to — call this out explicitly and use absolute numbers only.
  • Don't invent revenue numbers. Klaviyo is the only ESP in the cogny-mcp-proxy that exposes revenue data today (via "Placed Order" events with a value field). For Mailchimp, Rule, and Get a Newsletter, say "revenue not exposed by this ESP's MCP" and report on engagement only — or let the user paste in list-revenue so you can compute CPM/revenue-per-send on their numbers.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,871. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.