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
- Open a Claude Project
- Paste the prompt as project instructions
- Add any files or tools the recipe names
- Run it once manually, then set a reminder for the schedule
OpenAI
- Create a Custom GPT or Agent
- Paste the prompt as instructions
- Enable the tools the recipe requires
- Save a starter conversation with the example output
Generic Agent
- Copy the prompt into your agent runtime
- Map tools by name
- Enforce the output schema
- Respect the guardrails — especially when not to act
OpenClaw
- Create a new OpenClaw agent project
- Add the required tools from the recipe
- Drop the prompt into the system instructions
- Configure the trigger / schedule
- Pin the output schema so downstream steps stay stable