com um clique
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Describe images in detail using Claude Code CLI. Use when you need a detailed description of an image's content, especially when the standard image analysis tools are unavailable. Works with local image files (jpg, png, etc.) by spawning Claude Code with the image path.
Fetch the OpenClaw changelog from GitHub and return it in markdown form. Use when the user asks about OpenClaw updates, what's new, recent changes, release notes, version history, or the changelog itself.
Deep research methodology for sub-agents and spawn tasks. Use when spawning research tasks, investigating claims, comparing products/services, or gathering comprehensive information on any topic. Ensures source diversity, cross-referencing, bias detection, and confidence assessment. Automatically applied to research-type spawns.
Semantic search and memory retrieval using txtai. Use when searching through workspace files, finding relevant documents, or answering questions about prior work, decisions, or content stored in the workspace. Provides semantic search across all indexed text files (markdown, code, configs, etc.).
| name | gog |
| description | Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. |
| homepage | https://gogcli.sh |
| metadata | {"clawdbot":{"emoji":"🎮","requires":{"bins":["gog"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/gogcli","bins":["gog"],"label":"Install gog (brew)"}]}} |
Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup.
Setup (once)
gog auth credentials /path/to/client_secret.jsongog auth add you@gmail.com --services gmail,calendar,drive,contacts,sheets,docsgog auth listCommon commands
gog gmail search 'newer_than:7d' --max 10gog gmail send --to a@b.com --subject "Hi" --body "Hello"gog calendar events <calendarId> --from <iso> --to <iso>gog drive search "query" --max 10gog contacts list --max 20gog sheets get <sheetId> "Tab!A1:D10" --jsongog sheets update <sheetId> "Tab!A1:B2" --values-json '[["A","B"],["1","2"]]' --input USER_ENTEREDgog sheets append <sheetId> "Tab!A:C" --values-json '[["x","y","z"]]' --insert INSERT_ROWSgog sheets clear <sheetId> "Tab!A2:Z"gog sheets metadata <sheetId> --jsongog docs export <docId> --format txt --out /tmp/doc.txtgog docs cat <docId>Notes
GOG_ACCOUNT=you@gmail.com to avoid repeating --account.--json plus --no-input.--values-json (recommended) or as inline rows.