newsletter-curation
Newsletter Curation
Create and curate high-quality newsletters via inference.sh CLI.
Quick Start
Requires inference.sh CLI (
belt). Install instructions
belt login
# Find content to curate
belt app run tavily/search-assistant --input '{
"query": "most important AI developments this week 2024"
}'
# Generate newsletter header
belt app run infsh/html-to-image --input '{
"html": "<div style=\"width:600px;height:200px;background:linear-gradient(135deg,#1e293b,#334155);display:flex;align-items:center;padding:40px;font-family:system-ui;color:white\"><div><h1 style=\"font-size:32px;margin:0;font-weight:800\">The Weekly Signal</h1><p style=\"font-size:16px;opacity:0.7;margin-top:8px\">Issue #47 — January 15, 2025</p></div></div>"
}'
Newsletter Formats
1. Link Roundup
5-15 curated links with 1-3 sentence commentary per link.
## This Week's Top Picks
### [Article Title](url)
One to three sentences explaining why this matters and what the
reader will get from it. Add your take — don't just describe.
### [Article Title](url)
Your commentary here. The value is your curation and perspective,
not just the link.
2. Deep Dive + Links
One in-depth analysis (300-500 words) + 5-8 curated links.
## The Big Story
[300-500 word analysis of the week's most important topic]
## Also Worth Reading
- **[Title](url)** — One sentence commentary
- **[Title](url)** — One sentence commentary
...
3. Original Essay
One focused piece (500-1,000 words) with a clear thesis.
## [Essay Title]
[Your original analysis, opinion, or insight]
## What I'm Reading
- [Title](url) — brief note
- [Title](url) — brief note
4. Q&A / Interview
Feature conversation with an expert or practitioner.
5. Data/Trends
Numbers, charts, and analysis of trends in your space.
Issue Structure
The Template
# [Newsletter Name] — Issue #[N]
## 👋 Hello
[2-3 sentences of personal intro — what's on your mind,
what this issue covers, why it matters right now]
## 🔥 The Big Story
[Featured content — your deepest analysis or most
important curated piece with commentary]
## 📚 Worth Reading
### [Title 1](url)
[2-3 sentence commentary with your take]
### [Title 2](url)
[2-3 sentence commentary]
### [Title 3](url)
[2-3 sentence commentary]
## 💡 Quick Hits
- [One-liner + link](url)
- [One-liner + link](url)
- [One-liner + link](url)
## 📊 Stat of the Week
[One compelling data point with context]
## 💬 From the Community
[Reader reply, question, or discussion point]
---
That's it for this week. If you found this useful, forward
it to a colleague who'd enjoy it.
[Your name]
Content Sourcing
Where to Find Content
# Industry news
belt app run tavily/search-assistant --input '{
"query": "[your niche] news this week latest developments"
}'
# Research and data
belt app run exa/search --input '{
"query": "[your niche] research report statistics 2024"
}'
# Trending discussions
belt app run tavily/search-assistant --input '{
"query": "site:reddit.com [your niche] discussion this week"
}'
# Academic/deep content
belt app run exa/search --input '{
"query": "[your niche] analysis deep dive opinion"
}'
Source Categories
| Source Type | Examples | Best For |
|---|---|---|
| News | TechCrunch, The Verge, industry press | Breaking developments |
| Research | Papers, reports, surveys | Data-backed insights |
| Blogs | Engineering blogs, personal blogs | Practitioner perspectives |
| Social | Twitter threads, LinkedIn posts | Hot takes, discussions |
| Tools | Product launches, updates | Practical recommendations |
| Community | Reddit, HN, forums | Ground-level sentiment |
Curation Quality Filter
For each piece of content, ask:
| Question | If No → |
|---|---|
| Would I send this to a colleague 1-on-1? | Don't include |
| Does it teach something actionable? | Consider skipping |
| Is the source credible? | Find better source |
| Is it timely/relevant this week? | Save for later or skip |
| Can I add commentary that adds value? | Just linking isn't enough |
Writing Commentary
What Makes Good Commentary
❌ Just describing: "This article talks about React Server Components."
❌ Restating the headline: "React Server Components are here."
✅ Adding context: "React Server Components shipped last week, and this
is the first production teardown I've seen. Key insight: they reduced
initial JS bundle by 60%, but added complexity to the build pipeline."
✅ Giving your take: "I'm skeptical about the migration path here.
Most teams I've talked to are waiting for better tooling."
✅ Connecting dots: "This pairs well with Vercel's announcement last
month — the ecosystem is clearly converging on this pattern."
Commentary Formula
[What happened] + [Why it matters to the reader] + [Your take or prediction]
Sending Cadence
| Frequency | Best For | Open Rate Impact |
|---|---|---|
| Weekly | Most newsletters | Highest — predictable, not overwhelming |
| Bi-weekly | Deep analysis, essays | Good if content is substantial |
| Daily | News-focused, short format | Requires dedicated habit, risky |
| Monthly | Research roundups | OK for depth, risks being forgotten |
Weekly is the sweet spot. Same day, same time, every week. Consistency builds habit.
| Day | Performance |
|---|---|
| Tuesday | Highest open rates |
| Thursday | Second highest |
| Wednesday | Third |
| Monday | Lower (inbox overload) |
| Friday | Lower (weekend mode) |
| Weekend | Lowest (but some niches thrive) |
Subject Lines
| Formula | Example |
|---|---|
| Issue number + teaser | "#47: The framework nobody's talking about" |
| Number + topic | "5 tools that changed my workflow this month" |
| Question | "Is TypeScript dying?" |
| This week + category | "This week in AI: GPT-5 rumors, open source wins" |
| Direct value | "The SQL optimization guide I wish I had earlier" |
Keep under 50 characters. Mobile truncates at ~35.
Growth Strategies
| Strategy | Implementation |
|---|---|
| Cross-promotion | Partner with complementary newsletters |
| Social distribution | Post key insights on Twitter/LinkedIn with subscribe CTA |
| Referral program | "Forward to 3 friends" or formal referral rewards |
| SEO archive | Publish newsletter archive as blog posts |
| Lead magnet | "Subscribe and get [free resource]" |
| Consistent quality | The best growth strategy: be worth reading |
# Create social teaser for newsletter
belt app run x/post-create --input '{
"text": "This week in The Weekly Signal:\n\n→ Why edge computing is eating the backend\n→ The database migration nobody talks about\n→ 5 tools I discovered this month\n\nJoin 2,000+ engineers: [link]\n\nIssue #47 drops tomorrow morning."
}'
Metrics That Matter
| Metric | Good | Great | Action If Low |
|---|---|---|---|
| Open rate | 30-40% | 40%+ | Improve subject lines |
| Click rate | 3-5% | 5%+ | Better content curation, stronger CTAs |
| Unsubscribe rate | < 0.5% per issue | < 0.2% | Check content quality, frequency |
| Reply rate | Any replies | Regular replies | Ask questions, invite conversation |
| Forward rate | Any forwards | — | Make content share-worthy |
| Growth rate | 5-10% monthly | 10%+ | Increase distribution, referral program |
Common Mistakes
| Mistake | Problem | Fix |
|---|---|---|
| No consistent schedule | Readers forget about you | Same day, same time, every week |
| Links without commentary | You're a bookmark, not a newsletter | Add your take on every piece |
| Too many links (15+) | Overwhelming, nothing stands out | 5-10 curated picks max |
| Generic subject lines | Low open rates | Tease the best content, keep under 50 chars |
| No personal voice | Reads like an RSS feed | Intro paragraph, opinions, personality |
| Only promotional content | Readers unsubscribe | 90% value, 10% promotion max |
| Inconsistent quality | Trust erodes | Skip an issue rather than send a weak one |
| No CTA for engagement | One-way broadcast | Ask questions, invite replies, encourage forwards |
| No archive/SEO | Missing growth channel | Publish issues as web pages |
Related Skills
npx skills add inference-sh/skills@email-design
npx skills add inference-sh/skills@content-repurposing
npx skills add inference-sh/skills@seo-content-brief
Browse all apps: belt app list
More from inference-skills/skills
ai-video-generation
Generate AI videos with Google Veo, Seedance 2.0, HappyHorse, Wan, Grok and 40+ models via inference.sh CLI. Models: Veo 3.1, Veo 3, Seedance 2.0, HappyHorse 1.0, Wan 2.5, Grok Imagine Video, OmniHuman, Fabric, HunyuanVideo. Capabilities: text-to-video, image-to-video, reference-to-video, video editing, lipsync, avatar animation, video upscaling, foley sound. Use for: social media videos, marketing content, explainer videos, product demos, AI avatars. Triggers: video generation, ai video, text to video, image to video, veo, animate image, video from image, ai animation, video generator, generate video, t2v, i2v, ai video maker, create video with ai, runway alternative, pika alternative, sora alternative, kling alternative, seedance, happyhorse
163.0Kai-image-generation
Generate AI images with GPT-Image-2, FLUX, Gemini, Grok, Seedream, Reve and 50+ models via inference.sh CLI. Models: GPT-Image-2, FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image, Grok Imagine, Seedream 4.5, Reve, ImagineArt. Capabilities: text-to-image, image-to-image, inpainting, LoRA, image editing, upscaling, text rendering. Use for: AI art, product mockups, concept art, social media graphics, marketing visuals, illustrations. Triggers: flux, image generation, ai image, text to image, stable diffusion, generate image, ai art, midjourney alternative, dall-e alternative, text2img, t2i, image generator, ai picture, create image with ai, generative ai, ai illustration, grok image, gemini image, gpt image, openai image, chatgpt image
162.8Kai-avatar-video
Create AI avatar and talking head videos via inference.sh CLI. Recommended: P-Video-Avatar (fastest, cheapest, built-in TTS). Also: OmniHuman, Fabric, PixVerse. Capabilities: audio-driven avatars, text-to-avatar, lipsync videos, talking head generation, virtual presenters. Use for: AI presenters, explainer videos, virtual influencers, dubbing, marketing videos. Triggers: ai avatar, talking head, lipsync, avatar video, virtual presenter, ai spokesperson, audio driven video, heygen alternative, synthesia alternative, talking avatar, lip sync, video avatar, ai presenter, digital human
162.5Kagent-tools
Run 250+ AI apps via inference.sh CLI - image generation, video creation, LLMs, search, 3D, Twitter automation. Models: FLUX, Veo, Gemini, Grok, Claude, Seedance, OmniHuman, Tavily, Exa, OpenRouter, and many more. Use when running AI apps, generating images/videos, calling LLMs, web search, or automating Twitter. Triggers: inference.sh, infsh, ai model, run ai, serverless ai, ai api, flux, veo, claude api, image generation, video generation, openrouter, tavily, exa search, twitter api, grok
162.5Kweb-search
Web search and content extraction with Tavily and Exa via inference.sh CLI. Apps: Tavily Search, Tavily Extract, Exa Search, Exa Answer, Exa Extract. Capabilities: AI-powered search, content extraction, direct answers, research. Use for: research, RAG pipelines, fact-checking, content aggregation, agents. Triggers: web search, tavily, exa, search api, content extraction, research, internet search, ai search, search assistant, web scraping, rag, perplexity alternative
20.7Kremotion-render
Render videos from React/Remotion component code via inference.sh. Pass TSX code, get MP4. Supports all Remotion APIs: useCurrentFrame, useVideoConfig, spring, interpolate, AbsoluteFill, Sequence. Configurable resolution, FPS, duration, codec. Use for: programmatic video generation, animated graphics, motion design, data-driven videos, React animations to video. Triggers: remotion, render video from code, tsx to video, react video, programmatic video, remotion render, code to video, animated video, motion graphics code, react animation video
20.5K