Built an Automated Morning Briefing with OpenPawz + n8n ☀️

Just shipped my first real automation with OpenPawz and had to share! :tada:

What I Built

An automated morning briefing that runs at 7am and sends me:

  • :e_mail: Summary of important unread emails
  • :date: Today’s calendar events
  • :sun_behind_small_cloud: Weather for my location
  • :newspaper: Top 3 HN stories relevant to my interests
  • :money_bag: Quick check on my crypto portfolio

How It Works

  1. n8n workflow triggers at 7am
  2. Calls OpenPawz with a custom prompt
  3. OpenPawz orchestrates all the skills (email, calendar, weather, web, crypto)
  4. Compiles everything into a nice summary
  5. Sends to me via Telegram

The Prompt

Give me my morning briefing:
1. Check my email for anything urgent
2. What's on my calendar today?
3. Weather in San Francisco
4. Top HN stories about AI/agents
5. How are my crypto bags doing?

Keep it concise and actionable.

Results

Takes about 30 seconds to run and I get a beautiful briefing every morning. No more context-switching between 5 different apps!


Anyone else building daily automations? Would love to see what you’re working on!

This is incredible! :raising_hands:

I love the idea of combining all those skills into one morning routine. The n8n + OpenPawz combo is so powerful.

Questions:

  • How long did it take to set up?
  • Do you use any caching to speed up the weather/crypto calls?
  • Would you share the n8n workflow?

I might steal this idea for my own morning routine…