Automate Gmail sending and inbox management
gmailskillsetup L2★40
aviz85/claude-skills-library ↗What it does
Send, read, and manage Gmail messages via Apps Script
Best for
Automate email workflows when you need full Gmail API access without OAuth popups.
Inputs
- · to address
- · subject
- · body HTML
- · optional CC/BCC
Outputs
- · email_id
- · thread_id
- · message_list JSON
Requires
- · Google Apps Script API
- · Gmail API
Preconditions
- · Google Apps Script enabled
- · Gmail account authenticated
- · setup_complete: true
Failure modes
- · No emojis in subject/body (URL encoding breaks)
- · Default query is is:unread with 24h window
Trust signals
- · Handles HTML emails and multiple recipients
- · Response format documented with examples