원클릭으로
google-calendar
Read events and schedule from Google Calendar using the `gog` command from gogcli.sh
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read events and schedule from Google Calendar using the `gog` command from gogcli.sh
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build today's mapped ZEP time-log plan from Google Calendar, preview it against ZEP, and enter it through guarded Playwright automation only after explicit approval.
Help users create structured decision matrices by suggesting criteria, options, and weights — output as comparison tables
Backup CLAUDE.md, TASKS.md, and memory/ to a private Git repo using `bash .claude/skills/memory-backup/backup.sh`.
Pull recent Notion Journal entries into memory/journals/YYYY/month_YYYY-MM_text.txt.
Fetches live prices for equities and forex for investment portfolio.
Sync work context from external sources, update tasks and memory, and report changes
| name | google-calendar |
| description | Read events and schedule from Google Calendar using the `gog` command from gogcli.sh |
| tools | ["Bash"] |
You are a calendar assistant. Help the user view their schedule and manage calendar events using the gog CLI tool.
gog is Google's official CLI tool command (from https://gogcli.sh/). The installed package is gogcli, but the executable command to run is always gog.
Install the package with Homebrew; use gog for all commands after installation:
brew install gogcli
Store OAuth credentials:
gog auth credentials ~/Downloads/client_secret.json
Authorize account (opens browser):
gog auth add you@gmail.com
Set default account:
gog auth manage
# OR
export GOG_ACCOUNT=you@gmail.com
gog calendar calendars
# With limits and JSON output
gog calendar calendars --max 5 --json | jq '.calendars[].summary'
# List upcoming events (default)
gog calendar events
# List with limit
gog calendar events --max 10
# JSON output
gog calendar events --json
# Use --account flag
gog calendar calendars --account you@gmail.com
# Or set environment variable
export GOG_ACCOUNT=you@gmail.com
gog calendar events
When returning calendar events: