원클릭으로
gws-gmail
Read and manage Gmail across all connected Google accounts — search, send, reply, draft, archive, and label emails.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read and manage Gmail across all connected Google accounts — search, send, reply, draft, archive, and label emails.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Browser automation via MCP tools. ALWAYS use these tools for ANY web task - navigating sites, clicking, typing, filling forms, taking screenshots, or extracting data. This is the ONLY way to control the browser.
View, create, update, and delete Google Calendar events across all connected accounts. Find free time for meetings.
Guidance for working across multiple connected Google accounts — managing email, calendar events, and files for personal and work accounts simultaneously.
Google Workspace MCP tools: shared patterns for flags, formatting, multi-account routing, and security.
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the AI's capabilities with specialized knowledge, workflows, or tool integrations.
Download files in Chrome on Windows and macOS. Handles triggering downloads, detecting and resolving popups, verifying completion, and locating files.
| name | gws-gmail |
| description | Read and manage Gmail across all connected Google accounts — search, send, reply, draft, archive, and label emails. |
| command | /gws-gmail |
| verified | true |
This skill guides you in using the google_gmail MCP tool to manage email across all connected Google accounts.
| Subcommand | Description |
|---|---|
list | List recent emails (defaults to INBOX). Use --query for Gmail search. |
read <messageId> | Read a full email thread by message ID. |
send | Compose and send a new email. |
reply <messageId> | Reply to a specific message. |
draft | Save a draft without sending. |
archive <messageId> | Archive a message (remove from INBOX). |
mark-read <messageId> | Mark a message as read. |
mark-unread <messageId> | Mark a message as unread. |
label <messageId> | Apply or remove Gmail labels. |
account to query all accounts simultaneously.account. If the user hasn't said which account, ask them first.google_gmail(command: "list --query 'is:unread'") // all accounts
google_gmail(command: "send --to 'x@example.com' --subject 'Hi'", account: "Work")
| Flag | Description |
|---|---|
--query <q> | Gmail search query (list only) |
--max <n> | Max results to return (default: 20) |
--to <addr> | Recipient email address |
--cc <addr> | CC recipient |
--subject <text> | Email subject |
--body <text> | Email body (plain text) |
--label-ids <ids> | Comma-separated label IDs to add/remove |
google_gmail(command: "list --query 'is:unread'")google_gmail(command: "read <messageId>")google_gmail(command: "reply <messageId> --body 'Thanks!'", account: "Work")account is required but not specified, ask the user which account to use before proceeding.