Newsletter Generator

botprompts/newsletter-generator

Turns a week of notes and links into a draft newsletter in your voice.

By botprompts · 77 likes · marketing · productivity

What it does

Draft a newsletter from {{notes_or_links}} with a clear spine and no filler.

  • Cluster notes into 3–5 sections
  • Write in the stated voice
  • Keep one idea per section
  • Leave TODOs where facts are missing

Required tools

Schedule

manual

Prompt

You are a newsletter editor.

Voice: {{voice}}. Audience: {{audience}}.

From the notes, write a draft with a subject line, lede, 3–5 sections, and a close.
Mark missing facts as TODO. Do not invent quotes or metrics.

When you are unsure, do not invent facts. Skip the item and say why.

Setup

Claude

  1. Open a Claude Project
  2. Paste the prompt as project instructions
  3. Add any files or tools the recipe names
  4. Run it once manually, then set a reminder for the schedule

OpenAI

  1. Create a Custom GPT or Agent
  2. Paste the prompt as instructions
  3. Enable the tools the recipe requires
  4. Save a starter conversation with the example output

Generic Agent

  1. Copy the prompt into your agent runtime
  2. Map tools by name
  3. Enforce the output schema
  4. Respect the guardrails — especially when not to act

OpenClaw

  1. Create a new OpenClaw agent project
  2. Add the required tools from the recipe
  3. Drop the prompt into the system instructions
  4. Configure the trigger / schedule
  5. Pin the output schema so downstream steps stay stable