원클릭으로
gccli
Google Calendar CLI for listing calendars, viewing/creating/updating events, and checking availability.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Google Calendar CLI for listing calendars, viewing/creating/updating events, and checking availability.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Local speech-to-text transcription on Apple Silicon macOS. Supports wav directly and other audio formats via ffmpeg.
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Google Drive CLI for listing, searching, uploading, downloading, and sharing files and folders.
Gmail CLI for searching emails, reading threads, sending messages, managing drafts, and handling labels/attachments.
Fetch transcripts from YouTube videos for summarization and analysis.
| name | gccli |
| description | Google Calendar CLI for listing calendars, viewing/creating/updating events, and checking availability. |
Command-line interface for Google Calendar operations.
npm install -g @mariozechner/gccli
First check if already configured:
gccli accounts list
If no accounts, guide the user through setup:
gccli accounts credentials ~/path/to/credentials.jsongccli accounts add <email> (use --manual for browserless OAuth)Run gccli --help for full command reference.
Common operations:
gccli <email> calendars - List all calendarsgccli <email> events <calendarId> [--from <dt>] [--to <dt>] - List eventsgccli <email> event <calendarId> <eventId> - Get event detailsgccli <email> create <calendarId> --summary <s> --start <dt> --end <dt> - Create eventgccli <email> freebusy <calendarIds> --from <dt> --to <dt> - Check availabilityUse primary as calendarId for the main calendar.
YYYY-MM-DDTHH:MM:SSZ (UTC) or YYYY-MM-DDTHH:MM:SS (local)YYYY-MM-DD with --all-day flag~/.gccli/credentials.json - OAuth client credentials~/.gccli/accounts.json - Account tokens