ワンクリックで
calendar
View and manage Google Calendar events
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
View and manage Google Calendar events
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check and manage Gmail inbox
Create and manage notes in Notion
Search the web for information using Exa
Review code for bugs, security issues, performance problems, and style. Accepts a file path, diff, or inline code snippet.
Generate a conventional commit message from staged changes or a diff. Follows Conventional Commits spec (feat/fix/chore/refactor/docs/test/perf/ci).
Structured debugging session. Accepts an error message, stack trace, or description of unexpected behaviour. Works through reproduce → isolate → hypothesize → verify → fix.
| name | calendar |
| description | View and manage Google Calendar events |
| argument-hint | ["today|tomorrow|week|add \"event\""] |
| allowed-tools | bash, googlecalendar |
Manage calendar events based on the command: $ARGUMENTS
View today's events:
connectors run googlecalendar events list --today
View tomorrow's events:
connectors run googlecalendar events list --tomorrow
View this week's events:
connectors run googlecalendar events list --week
Add an event: Parse the event details from the arguments and create the event:
connectors run googlecalendar events create "Event Title" --start "2025-01-31T10:00:00" --end "2025-01-31T11:00:00"
Present events in a clean list:
For conflicts or busy periods, highlight them.