Build polished one-day Google 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 the Google Calendar connector is available.
npx skills add https://github.com/openai/plugins --skill google-calendar-daily-brief
Use this skill to turn one day of Google Calendar events into a readable daily brief instead of a raw event dump. Use the Google Calendar app from this plugin for the source data, then use the bundled formatter as the default rendering path.
calendar_id=primary unless the user names a different calendar.scripts/render_day_brief.py.search_events for the one-day event list that feeds the formatter.search_events_all_fields only if the brief needs richer event metadata than the standard event summary surface returns.[local_midnight, next_local_midnight) in the user's timezone.calendar_id, time_min, time_max, and timezone.The formatter's default shape is a good baseline:
Day ShapeAgendaWhat Needs AttentionUseful ReadoutRemaining TodayKeep the tone compact and practical. Do not use a fenced code block for the agenda.
Run the formatter whenever you want the full daily brief:
python3 scripts/render_day_brief.py \
--time-min 2026-03-11T00:00:00-07:00 \
--time-max 2026-03-12T00:00:00-07:00 \
--timezone America/Los_Angeles \
--now 2026-03-11T17:02:19-07:00
Provide the Google Calendar JSON payload on stdin. The script accepts either:
events field, orUse --now when summarizing today so the script can emit Remaining Today. Omit it for future days if you do not need that section.
Time and Meeting.10:00-10:15 without meridiem in each row.What Needs Attention.Day Shape and Useful Readout narrative rather than metric-heavy.Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.
Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use hypothesis-generation.
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Take openai/google-calendar-daily-brief from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.