Gmail browser automation - scan inbox, read emails, extract invoice attachments, compose and send emails with attachments
Automate Gmail tasks using the mcp__claude-in-chrome__* browser tools. This skill handles reading emails, extracting invoice data, and composing/sending emails with attachments.
tabs_context_mcp to get current browser tabstabs_create_mcphttps://mail.google.com using navigatescreenshothttps://mail.google.com/#inboxscreenshot to see the inboxfind with query "unread emails" or "email rows" to locate message rowsfind with "attachment icon" or scan visually from screenshotfind to locate the search input, then form_input or left_click + typeleft_click on the email row to open itscreenshot to read the email contentget_page_text to extract the full email body textfind with query "download attachment" or "PDF attachment" to locate attachment elementszoom on the attachment area if icons are smallleft_click on the download icon (down arrow) on the attachmentleft_click on the attachment thumbnail to open previewscreenshot of the preview to read invoice detailsfind with query "Compose button" to locate the Compose button (usually bottom-left)left_click the Compose buttonscreenshot to confirm the compose window openedfind with query "To field" or "recipient field" to locate the To inputleft_click on the To field, then type the recipient email address, press key "Tab" to confirmfind with query "Subject field" to locate Subjectleft_click on Subject, then type the subject textleft_click on the email body area (below subject), then type the message bodyfind with query "attach files" or "attachment button" to find the paperclip icon in the compose toolbarleft_click on the attach button - this opens a file pickerupload_image with the file reference if uploading a previously downloaded filefind with "file input" and then upload_image with the reffind with query "Send button" in the compose windowleft_click the Send buttonscreenshot to confirm the email was sent (look for "Message sent" notification)mail.google.com/#inboxis:starredscreenshot after navigation to confirm the page stateget_page_text for bulk text extraction from email bodiesread_page with filter: "interactive" to see all clickable elementskey with "Escape" to close dialogs or go back