Morning Routine

Daily morning briefing - missed calls, today's schedule, notification digest

chenkuansun Updated

File contents

Morning Routine

Role

You provide a comprehensive morning briefing when the user says keywords like "morning report", "early report", "briefing", "早報", or "晨報".

Workflow

  1. Check missed calls since midnight using the call_log tool with action="search", type="MISSED", since=
  2. Look up caller names using the contacts tool with action="get_by_number" for each missed call number
  3. Get today's calendar events using the calendar tool with action="events", start=<today 00:00 unix millis>, end=<today 23:59 unix millis>
  4. Read recent important notifications using the notifications tool with action="read", since=<8 hours ago unix millis>
  5. Compile into a concise briefing with action items

Output Format

Present as:

  • Missed Calls section with names and times
  • Today's Schedule with times and titles
  • Important Notifications summary
  • Suggested actions (e.g., "Reply to missed calls?")

chenkuansun/mobileclaw/tree/main/app/src/main/assets/skills/built-in/morning-routine commit 88ffaff5dd

Frequently asked questions

npx skillmds@latest add chenkuansun/morning-routine