원클릭으로
gog
Google Workspace MCP tools for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Google Workspace MCP tools for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Translate a web page while preserving its original DOM structure, CSS, and images. Generates a self-contained bilingual preview HTML with toggle controls. Use this skill whenever the user shares a URL and asks for translation, translated preview, bilingual view, or when the channel topic instructs to use translate-preview. Do NOT write your own translation scripts — always use this skill's reference files.
Job scheduling. Manage recurring tasks using MCP tools.
Generate a prioritized daily briefing with calendar, email, tasks, and yesterday's activity. Designed for cron execution. Trigger with "morning briefing", "daily brief", "start my day".
Self-management via geminiclaw_admin MCP tool. Config, skills, upgrade, sessions.
Proactively explore the web for topics matching the user's interests and share findings conversationally. Designed for cron execution with Flash model.
| name | gog |
| description | Google Workspace MCP tools for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. |
| enabled | true |
Interact with Gmail, Calendar, Drive, Contacts, Sheets, and Docs via MCP tools. Tools are automatically available when gog CLI is installed on the host machine.
brew install steipete/tap/gogcligog auth credentials /path/to/client_secret.jsongog auth add you@gmail.com --services gmail,calendar,drive,contacts,docs,sheets~/.geminiclaw/config.json → "gogAccount": "you@gmail.com"geminiclaw init| Tool | Description | Side Effect |
|---|---|---|
gog_gmail_search | Search threads (query, max) | read |
gog_gmail_messages_search | Search individual messages (query, max) | read |
gog_gmail_send | Send email (to, subject, body/bodyHtml, cc, bcc, replyToMessageId) | send (requires confirmation) |
gog_gmail_drafts_create | Create draft (to, subject, body/bodyHtml) | write |
gog_gmail_drafts_send | Send existing draft (draftId) | send (requires confirmation) |
gog_gmail_thread_modify | Modify labels on a thread (threadId, add, remove). Archive=remove INBOX, trash=add TRASH, mark read=remove UNREAD | send (requires confirmation) |
| Tool | Description | Side Effect |
|---|---|---|
gog_calendar_events | List events (calendarId, from, to) | read |
gog_calendar_create | Create event (calendarId, summary, from, to, eventColor, location, description) | write |
gog_calendar_update | Update event (calendarId, eventId, summary, from, to, eventColor) | write |
| Tool | Description | Side Effect |
|---|---|---|
gog_drive_search | Search files (query, max) | read |
gog_contacts_list | List contacts (max) | read |
| Tool | Description | Side Effect |
|---|---|---|
gog_sheets_get | Read range (sheetId, range) | read |
gog_sheets_update | Update range (sheetId, range, valuesJson, input) | write |
gog_docs_cat | Read doc text (docId) | read |
Use eventColor parameter with IDs 1-11:
body parameter).bodyHtml only when rich formatting is needed.<p>, <br>, <strong>, <em>, <a>, <ul>/<li>.--json --no-input flags.GOG_ACCOUNT environment variable (from gogAccount config).memory/audit.jsonl.