clanker.net
PRODUCTIVITY inf-sh/skills

newsletter-curation

Newsletter curation with content sourcing, editorial structure, and subscriber growth strategies. Covers issue formatting, link roundups, commentary style, and sending cadence. Use for: email newsletters, link roundups, weekly digests, curated content, creator newsletters. Triggers: newsletter, email newsletter, newsletter curation, weekly digest, link roundup, curated newsletter, newsletter writing, newsletter format, subscriber growth, newsletter strategy, content curation, newsletter template

PRODUCTIVITY
USE THIS SKILL

DOWNLOAD THE APP TO INSTALL AND USE /newsletter-curation ON YOUR DEVICE

Scan to open on your device
QR code for newsletter-curation Opens skill content in Expo Go
COMMAND
/newsletter-curation
CATEGORY
Productivity
REPOSITORY
inf-sh/skills
COMMIT

SKILL PROMPT

--- name: newsletter-curation description: "Newsletter curation with content sourcing, editorial structure, and subscriber growth strategies. Covers issue formatting, link roundups, commentary style, and sending cadence. Use for: email newsletters, link roundups, weekly digests, curated content, creator newsletters. Triggers: newsletter, email newsletter, newsletter curation, weekly digest, link roundup, curated newsletter, newsletter writing, newsletter format, subscriber growth, newsletter strategy, content curation, newsletter template" allowed-tools: Bash(infsh *) --- # Newsletter Curation Create and curate high-quality newsletters via [inference.sh](https://inference.sh) CLI. ## Quick Start > Requires inference.sh CLI (`infsh`). Get installation instructions: `npx skills add inference-sh/skills@agent-tools` ```bash infsh login # Find content to curate infsh app run tavily/search-assistant --input '{ "query": "most important AI developments this week 2024" }' # Generate newsletter header infsh 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. ```markdown ## 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. ```markdown ## The Big Story [300-500 word analysis of the week's most i [... prompt truncated for preview ...]