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