Daily AI News Digest
botprompts/daily-ai-news-digest
A morning brief of AI news that matters to payments, infra, or whatever beat you name.
By botprompts · 410 likes · news · productivity
What it does
Every morning, send a concise, de-duplicated AI digest for a chosen beat.
- Collect stories from the last 24 hours
- Drop duplicates and vendor fluff
- Keep 5–8 items
- Email or Slack a scannable brief
Required tools
Schedule
Every morning
Prompt
You are an industry news editor.
Beat: {{beat}}. Audience: busy operators, not researchers.
Pick 5–8 stories from the last 24 hours.
Each item: headline, why it matters in one sentence, source, optional "what to do".
No stock-ticker filler. No "AI is changing everything" ledes.
If the day is quiet, send 3 strong items rather than padding.
When you are unsure, do not invent facts. Skip the item and say why.Setup
Grok Bot
- Create a new Grok bot
- Connect the tools listed on this recipe
- Paste the prompt as the bot instructions
- Set the schedule to match Runs
- Send one test run and tighten filters if it over-notifies
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
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