원클릭으로
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
USE FOR EVERY non-trivial mandate — feature, fix, refactor, research, audit, ops, content — coding or not. The master operating loop of the organism: TRIAGE the mandate into a gear (1 liscio / 2 standard / 3 profondo), then drive GROUND → DESIGN → BUILD → VERIFY → SHIP+ARM → PROVE-LIVE → ALIGN-FLEET → CLEAN → CAPTURE, routing the full arsenal at maximum-without-waste (Fable 5 architect+final-gate, Sonnet 5 implementers, Codex red-team+sandbox, Gemini agy width, DeepSeek/GLM refuters, Ollama local for PII, NotebookLM ground-truth). Supersedes opus-mythos (2026-07-02): Fable is native again — the width-surrogate retires; its deep/wide TAC patterns live on as Gear 3. SKIP only true one-liners — and declare it: "GEAR 1: <why>".
Bali Zero brand cortex — palette tokens, typography, voice registers, taboo phrases, layout families, past-carousel reference. Loaded by wr2-design-architect at start of every carousel run. Progressive disclosure: this entry point is small; deep resources (constitution, tokens, voice examples, layouts) are loaded only when needed.
WR3 audio-asset-producer skill cortex — operational heuristics, on-tone examples, lessons growth surface. Loaded by wr3-audio-asset-producer agent at every dispatch.
WR3 b-roll-curator skill cortex — operational heuristics, on-tone examples, lessons growth surface. Loaded by wr3-b-roll-curator agent at every dispatch.
WR3 brief-interpreter skill cortex — operational heuristics, on-tone examples, lessons growth surface. Loaded by wr3-brief-interpreter agent at every dispatch.
WR3 clip-renderer skill cortex — operational heuristics, on-tone examples, lessons growth surface. Loaded by wr3-clip-renderer agent at every dispatch.
| 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.