원클릭으로
google-communicate
Compose and send emails, create drafts, and manage recipients using Gmail and Contacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compose and send emails, create drafts, and manage recipients using Gmail and Contacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Work with Google Sheets: create spreadsheets, read and write cell ranges, append rows.
Get a cross-service morning briefing combining inbox highlights, today's calendar, and pending tasks.
Find, upload, download, and share files on Google Drive.
Triage, search, and summarize Gmail messages. Check inbox, find specific emails, and extract key information from threads.
View your calendar, create events with natural language dates, and find open time slots for scheduling.
Manage Google Tasks: view task lists, create tasks, mark complete, and organize to-dos.
| name | google-communicate |
| description | Compose and send emails, create drafts, and manage recipients using Gmail and Contacts. |
| version | 1.0.0 |
| author | AgentZero Google Suite Plugin |
| license | MIT |
| tags | ["google","gmail","email","send","draft"] |
| triggers | ["send email","send an email","email someone","compose email","draft email","write an email","reply to email","forward email"] |
| allowed_tools | ["gmail_send","gmail_draft","gmail_read","contacts_search"] |
| metadata | {"complexity":"basic","category":"communication"} |
Compose and send emails, create drafts, and look up recipients via Contacts.
If you don't have the email address, search contacts first:
{"tool": "contacts_search", "args": {"query": "John Smith"}}
{"tool": "gmail_send", "args": {"to": "john@example.com", "subject": "Meeting follow-up", "body": "Hi John,\n\nThanks for the great discussion today.\n\nBest regards"}}
{"tool": "gmail_send", "args": {"to": "john@example.com", "cc": "team@example.com", "subject": "Project update", "body": "Here's the latest update..."}}
{"tool": "gmail_draft", "args": {"action": "create", "to": "john@example.com", "subject": "Proposal", "body": "Draft content here..."}}
{"tool": "gmail_draft", "args": {"action": "list"}}
{"tool": "gmail_draft", "args": {"action": "send", "draft_id": "r1234567890"}}
First read the original message to get the message ID and thread context:
{"tool": "gmail_read", "args": {"action": "read", "message_id": "18abc1234def5678"}}
Then reply (the tool handles In-Reply-To and threading):
{"tool": "gmail_send", "args": {"to": "sender@example.com", "subject": "Re: Original subject", "body": "Thanks for the update...", "reply_to": "18abc1234def5678"}}
contacts_search tool searches by name or email — use it when the user says "email John" without an address