| name | gmail |
| description | Send and read emails via Gmail browser automation. Use when asked to send email or check inbox. |
| disable-model-invocation | true |
| allowed-tools | ["mcp__claude-in-chrome__*"] |
Gmail Skill
Send and read emails using Gmail browser automation.
Prerequisites
- Claude-in-Chrome extension must be connected
- Browser must be logged into Gmail account
Send Email
1. Navigate to Gmail
Use mcp__claude-in-chrome__navigate to go to https://mail.google.com
Wait for inbox to load
2. Open Compose
Use mcp__claude-in-chrome__find to locate "Compose" button
Click Compose
Wait for compose modal to appear
3. Fill Email Fields
To:
- Find "To" input field
- Use form_input to enter recipient email
Subject:
- Find "Subject" input field
- Enter subject line
Body:
- Find message body textarea
- Enter email content
4. Add Attachments (Optional)
Find the attachment (paperclip) icon
Click to open file picker
Use upload to attach files
Wait for upload to complete
5. Send Email
Find "Send" button
Click to send
Verify email was sent (compose modal closes)
Read Emails
1. Navigate to Inbox
Use mcp__claude-in-chrome__navigate to go to https://mail.google.com
Wait for inbox to load