Today's Overview

VerifiedSafe

Shows today's calendar events and tasks in a combined summary. Retrieves events from Chimr and tasks from Vigilare, grouping overdue, due today, and no-due-date items. Useful for a quick daily overview.

Sby Skills Guide Bot
ProductivityBeginner
406/2/2026
Claude Code
#today#calendar#tasks#daily-summary#overview

Recommended for

Our review

Displays a combined summary of today's calendar events and tasks at a glance.

Strengths

  • Provides a quick overview of your day's events and tasks
  • Groups tasks by priority and due date (overdue, today, no due date)
  • Includes video meeting links when available

Limitations

  • Requires specific MCP tools (chimr and vigilare)
  • Only shows today's events and tasks, no future or past data
  • Does not handle multiple time zones
When to use it

Use this skill every morning to get a quick snapshot of your day.

When not to use it

Do not use it when you need to plan across multiple days or review historical data.

Security analysis

Safe
Quality score95/100

Skill only calls read-only MCP tools (chimr_get_today_events, vigilare_get_reminders) to retrieve calendar and task data. No destructive actions, no exfiltration, no obfuscation.

No concerns found

Examples

Daily overview
What's my day looking like today?
Today's tasks
Show me today's tasks and calendar events.
Summary in French
Affiche mon résumé de la journée.

name: today description: Show today's calendar events and tasks at a glance. Use for daily overview. Triggers on "今日", "today", "daily summary", "今日の予定", "今日のタスク". model: sonnet allowed-tools: mcp__chimr__chimr_get_today_events, mcp__vigilare__vigilare_get_reminders

Today Skill

Display today's calendar events and tasks in a combined summary.

When Invoked

Step 1: Fetch Data (Parallel)

Call both in parallel:

  • chimr_get_today_events → Calendar events
  • vigilare_get_reminders with filter: "today" → Today's tasks + overdue

Step 2: Format Output

## 📅 Today's Schedule

| Time | Event | Location |
|------|-------|----------|
| 10:00-11:00 | Weekly Standup | Zoom |
| 14:00-15:00 | 1on1 with Alice | Google Meet |

## ✅ Today's Tasks

**Overdue:**
- [ ] [P1] Fix critical bug (Due: 2/4)

**Due Today:**
- [ ] [P5] Review PR #123
- [ ] Submit expense report

**No due date (top 5):**
- [ ] Explore new library

Output Rules

  • Show time in 24h format (HH:MM)
  • Include video meeting links if available
  • Group tasks: Overdue → Due Today → No due date
  • Show priority as [P1], [P5], [P9] (skip P0)
  • Limit no-due-date tasks to 5 items
  • If no events: "No meetings scheduled"
  • If no tasks: "No tasks for today"
Related skills