/newsletter-generation
Use this skill when the user requests to generate, create, write, or draft a newsletter, email digest, weekly roundup, industry briefing, or curated content summary. Supports topic-based research, content curation from multiple sources, and professional formatting for email or
$ npx -y skills add bytedance/deer-flow --skill newsletter-generation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/newsletter-generation
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use this skill when the user requests to generate, create, write, or draft a newsletter, email digest, weekly roundup, industry briefing, or curated content summary. Supports topic-based research, content curation from multiple sources, and professional formatting for email or
SKILL.md
newsletter-generation.SKILL.mdname: newsletter-generation
description: Use this skill when the user requests to generate, create, write, or draft a newsletter, email digest, weekly roundup, industry briefing, or curated content summary. Supports topic-based research, content curation from multiple sources, and professional formatting for email or web distribution. Trigger on requests like "create a newsletter about X", "write a weekly digest", "generate a tech roundup", or "curate news about Y".
Newsletter Generation Skill
Overview
This skill generates professional, well-researched newsletters that combine curated content from multiple sources with original analysis and commentary. It follows modern newsletter best practices from publications like Morning Brew, The Hustle, TLDR, and Benedict Evans to produce content that is informative, engaging, and actionable.
The output is a complete, ready-to-publish newsletter in Markdown format, suitable for email distribution platforms, web publishing, or conversion to HTML.
Core Capabilities
- Research and curate content from multiple web sources on specified topics
- Generate topic-focused or multi-topic newsletters with consistent voice
- Write engaging headlines, summaries, and original commentary
- Structure content for optimal readability and scanning
- Support multiple newsletter formats (daily digest, weekly roundup, deep-dive, industry briefing)
- Include relevant links, sources, and attributions
- Adapt tone and style to target audience (technical, executive, general)
- Generate recurring newsletter series with consistent branding and structure
When to Use This Skill
**Always load this skill when:**
- User asks to generate a newsletter, email digest, or content roundup
- User requests a curated summary of news or developments on a topic
- User wants to create a recurring newsletter format
- User asks to compile recent developments in a field into a briefing
- User needs a formatted email-ready content piece with multiple curated items
- User asks for a "weekly roundup", "monthly digest", or "morning briefing"
Newsletter Workflow
Phase 1: Planning
Step 1.1: Understand Newsletter Requirements
Identify the key parameters:
| Parameter | Description | Default | |-----------|-------------|---------| | **Topic(s)** | Primary subject area(s) to cover | Required | | **Format** | Daily digest, weekly roundup, deep-dive, or industry briefing | Weekly roundup | | **Target Audience** | Technical, executive, general, or niche community | General | | **Tone** | Professional, conversational, witty, or analytical | Conversational-professional | | **Length** | Short (5-min read), medium (10-min), long (15-min+) | Medium | | **Sections** | Number and type of content sections | 4-6 sections | | **Frequency Context** | One-time or part of a recurring series | One-time |
Step 1.2: Define Newsletter Structure
Based on the format, select the appropriate structure:
**Daily Digest Structure**:
1. Top Story (1 item, detailed)
2. Quick Hits (3-5 items, brief)
3. One Stat / Quote of the Day
4. What to Watch
**Weekly Roundup Structure**:
1. Editor's Note / Intro
2. Top Stories (2-3 items, detailed)
3. Trends & Analysis (1-2 items, original commentary)
4. Quick Bites (4-6 items, brief summaries)
5. Tools & Resources (2-3 items)
6. One More Thing / Closing
**Deep-Dive Structure**:
1. Introduction & Context
2. Background / Why It Matters
3. Key Developments (detailed analysis)
4. Expert Perspectives
5. What's Next / Implications
6. Further Reading
**Industry Briefing Structure**:
1. Executive Summary
2. Market Developments
3. Company News & Moves
4. Product & Technology Updates
5. Regulatory & Policy Changes
6. Data & Metrics
7. Outlook
Phase 2: Research & Curation
Step 2.1: Multi-Source Research
Conduct thorough research using web search. **The quality of the newsletter depends directly on the quality and recency of research.**
**Search Strategy**:
# Current news and developments
"[topic] news [current month] [current year]"
"[topic] latest developments"
"[topic] announcement this week"
# Trends and analysis
"[topic] trends [current year]"
"[topic] analysis expert opinion"
"[topic] industry report"
# Data and statistics
"[topic] statistics [current year]"
"[topic] market data latest"
"[topic] growth metrics"
# Tools and resources
"[topic] new tools [current year]"
"[topic] open source release"
"best [topic] resources [current year]"
> **IMPORTANT**: Always check `<current_date>` to ensure search queries use the correct temporal context. Never use hardcoded years.
Step 2.2: Source Evaluation and Selection
Evaluate each source and curate the best content:
| Criterion | Priority | |-----------|----------| | **Recency** | Prefer content from the last 7-30 days | | **Authority** | Prioritize primary sources, official announcements, established publications | | **Uniqueness** | Select stories that offer fresh perspective or are underreported | | **Relevance** | Every item must clearly connect to the newsletter's stated topic(s) | | **Actionability** | Prefer content readers can act on (tools, insights, strategies) | | **Diversity** | Mix of news, analysis, data, and practical resources |
Step 2.3: Deep Content Extraction
For key stories, use `web_fetch` to read full articles and extract:
1. **Core facts** — What happened, who is involved, when 2. **Context** — Why this matters, background information 3. **Data points** — Specific numbers, metrics, or statistics 4. **Quotes** — Relevant expert quotes or official statements 5. **Implications** — What this means for the reader
Phase 3: Writing
Step 3.1: Newsletter Header
Every newsletter starts with a consistent header:
# [Newsletter Name]
*[Tagline or description] — [Date]*
---
[Optional: One-sentence preview of what's inside]
Step 3.2: Section Writing Guidelines
**Top Stories / Featured It
Read more
name: newsletter-generation description: Use this skill when the user requests to generate, create, write, or draft a newsletter, email digest, weekly roundup, industry briefing, or curated content summary. Supports topic-based research, content curation from multiple sources, and professional formatting for email or web distribution. Trigger on requests like "create a newsletter about X", "write a weekly digest", "generate a tech roundup", or "curate news about Y".
Newsletter Generation Skill
Overview
This skill generates professional, well-researched newsletters that combine curated content from multiple sources with original analysis and commentary. It follows modern newsletter best practices from publications like Morning Brew, The Hustle, TLDR, and Benedict Evans to produce content that is informative, engaging, and actionable.
The output is a complete, ready-to-publish newsletter in Markdown format, suitable for email distribution platforms, web publishing, or conversion to HTML.
Core Capabilities
- Research and curate content from multiple web sources on specified topics
- Generate topic-focused or multi-topic newsletters with consistent voice
- Write engaging headlines, summaries, and original commentary
- Structure content for optimal readability and scanning
- Support multiple newsletter formats (daily digest, weekly roundup, deep-dive, industry briefing)
- Include relevant links, sources, and attributions
- Adapt tone and style to target audience (technical, executive, general)
- Generate recurring newsletter series with consistent branding and structure
When to Use This Skill
**Always load this skill when:**
- User asks to generate a newsletter, email digest, or content roundup
- User requests a curated summary of news or developments on a topic
- User wants to create a recurring newsletter format
- User asks to compile recent developments in a field into a briefing
- User needs a formatted email-ready content piece with multiple curated items
- User asks for a "weekly roundup", "monthly digest", or "morning briefing"
Newsletter Workflow
Phase 1: Planning
Step 1.1: Understand Newsletter Requirements
Identify the key parameters:
| Parameter | Description | Default | |-----------|-------------|---------| | **Topic(s)** | Primary subject area(s) to cover | Required | | **Format** | Daily digest, weekly roundup, deep-dive, or industry briefing | Weekly roundup | | **Target Audience** | Technical, executive, general, or niche community | General | | **Tone** | Professional, conversational, witty, or analytical | Conversational-professional | | **Length** | Short (5-min read), medium (10-min), long (15-min+) | Medium | | **Sections** | Number and type of content sections | 4-6 sections | | **Frequency Context** | One-time or part of a recurring series | One-time |
Step 1.2: Define Newsletter Structure
Based on the format, select the appropriate structure:
**Daily Digest Structure**:
1. Top Story (1 item, detailed) 2. Quick Hits (3-5 items, brief) 3. One Stat / Quote of the Day 4. What to Watch
**Weekly Roundup Structure**:
1. Editor's Note / Intro 2. Top Stories (2-3 items, detailed) 3. Trends & Analysis (1-2 items, original commentary) 4. Quick Bites (4-6 items, brief summaries) 5. Tools & Resources (2-3 items) 6. One More Thing / Closing
**Deep-Dive Structure**:
1. Introduction & Context 2. Background / Why It Matters 3. Key Developments (detailed analysis) 4. Expert Perspectives 5. What's Next / Implications 6. Further Reading
**Industry Briefing Structure**:
1. Executive Summary 2. Market Developments 3. Company News & Moves 4. Product & Technology Updates 5. Regulatory & Policy Changes 6. Data & Metrics 7. Outlook
Phase 2: Research & Curation
Step 2.1: Multi-Source Research
Conduct thorough research using web search. **The quality of the newsletter depends directly on the quality and recency of research.**
**Search Strategy**:
# Current news and developments "[topic] news [current month] [current year]" "[topic] latest developments" "[topic] announcement this week" # Trends and analysis "[topic] trends [current year]" "[topic] analysis expert opinion" "[topic] industry report" # Data and statistics "[topic] statistics [current year]" "[topic] market data latest" "[topic] growth metrics" # Tools and resources "[topic] new tools [current year]" "[topic] open source release" "best [topic] resources [current year]"
> **IMPORTANT**: Always check `<current_date>` to ensure search queries use the correct temporal context. Never use hardcoded years.
Step 2.2: Source Evaluation and Selection
Evaluate each source and curate the best content:
| Criterion | Priority | |-----------|----------| | **Recency** | Prefer content from the last 7-30 days | | **Authority** | Prioritize primary sources, official announcements, established publications | | **Uniqueness** | Select stories that offer fresh perspective or are underreported | | **Relevance** | Every item must clearly connect to the newsletter's stated topic(s) | | **Actionability** | Prefer content readers can act on (tools, insights, strategies) | | **Diversity** | Mix of news, analysis, data, and practical resources |
Step 2.3: Deep Content Extraction
For key stories, use `web_fetch` to read full articles and extract:
1. **Core facts** — What happened, who is involved, when 2. **Context** — Why this matters, background information 3. **Data points** — Specific numbers, metrics, or statistics 4. **Quotes** — Relevant expert quotes or official statements 5. **Implications** — What this means for the reader
Phase 3: Writing
Step 3.1: Newsletter Header
Every newsletter starts with a consistent header:
# [Newsletter Name] *[Tagline or description] — [Date]* --- [Optional: One-sentence preview of what's inside]
Step 3.2: Section Writing Guidelines
**Top Stories / Featured It
On February 28th, 2026, DeerFlow claimed the 🏆 #1 spot on GitHub Trending following the launch of version 2. Thanks a million to our incredible community — you made this happen!
Repo: bytedance/deer-flow
Other skills on deer-flow.
- /academic-paper-review
Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications. Supports comprehensive structured reviews covering methodology assessment, contribution evaluation, literature positioning,
Open skill - /bootstrap
Generate a personalized SOUL.md through a warm, adaptive onboarding conversation. Trigger when the user wants to create, set up, or initialize their AI partner's identity — e.g., "create my SOUL.md", "bootstrap my agent", "set up my AI partner", "define who you are", "let's do
Open skill - /chart-visualization
This skill should be used when the user wants to visualize data. It intelligently selects the most suitable chart type from 26 available options, extracts parameters based on detailed specifications, and generates a chart image using a JavaScript script.
Open skill - /claude-to-deerflow
Interact with DeerFlow AI agent platform via its HTTP API. Use this skill when the user wants to send messages or questions to DeerFlow for research/analysis, start a DeerFlow conversation thread, check DeerFlow status or health, list available models/skills/agents in DeerFlow,
Open skill - /code-documentation
Use this skill when the user requests to generate, create, or improve documentation for code, APIs, libraries, repositories, or software projects. Supports README generation, API reference documentation, inline code comments, architecture documentation, changelog generation, and
Open skill - /consulting-analysis
Use this skill when the user requests to generate, create, or write professional research reports including but not limited to market analysis, consumer insights, brand analysis, financial analysis, industry research, competitive intelligence, investment due diligence, or any
Open skill

