From outlook-calendar
Build polished one-day Outlook Calendar briefs. Use when the user asks for today, tomorrow, or a specific date summary with an agenda, conflict flags, free windows, remaining-meeting readouts, or a calendar brief, and Outlook Calendar is available.
How this skill is triggered — by the user, by Claude, or both
Slash command
/outlook-calendar:outlook-calendar-daily-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to turn one day of Outlook Calendar events into a readable brief rather than a raw event dump.
Use this skill to turn one day of Outlook Calendar events into a readable brief rather than a raw event dump.
list_events with explicit start and end datetimes for the day window.fetch_event or fetch_events_batch only if the brief needs fuller event details than the list surface returns.find_available_slots only when the user explicitly wants concrete free windows after buffers.list_events action for the day window and relevant calendar. Default to the primary personal calendar unless the user names a different one.Tentative, Free, Out of Office, or Working Elsewhere blocks when the source data exposes those statuses.[local_midnight, next_local_midnight) in the user's timezone.Render the brief in this order:
**Weekday, Month Day**📍 day marker such as office / travel / PTO when the source data supports it⚠ conflict-zone count🍽 lunch-window note when useful🟢 best free windows**Day Shape** paragraph**Agenda** Markdown table with columns Time | Meeting**What Needs Attention** only when there are conflicts, dense handoffs, or unusual Outlook-status ambiguity**Useful Readout** with 2-4 short bullets**Remaining Today** only when the requested day is today and there are future events leftKeep the tone compact and practical. Do not use a fenced code block for the agenda.
Time and Meeting.What Needs Attention, not inline in every agenda row.today, emphasize what is still upcoming and what may require prep.Working Elsewhere and Free should not be treated as the same thing as a hard busy meeting.Tentative often means the slot may still be usable, but only if the user accepts that ambiguity.If the Outlook Calendar connector is unavailable or returns no events unexpectedly, say that Microsoft Outlook access may be unavailable or scoped to the wrong calendar and ask the user to reconnect or clarify the intended calendar.
npx claudepluginhub robinebers/converted-plugins --plugin outlook-calendarCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.