一键导入
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.