원클릭으로
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.