gmail

Automate Gmail workflows via Google Apps Script endpoints for send, inbox, draft, and markRead.

45|13|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/aviz85/claude-skills-library --skill gmail-aviz85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmail
Source: https://github.com/aviz85/claude-skills-library/tree/main/plugins/gmail/skills/gmail
Command: npx skills add https://github.com/aviz85/claude-skills-library --skill gmail-aviz85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Gmail automation via Google Apps Script replaces manual email sending, inbox management, and draft handling with automated workflows that save time and reduce errors.

Core Features & Use Cases

  • Read inbox and fetch unread messages with optional filters
  • Send emails with HTML support, CC/BCC, and custom sender name
  • Create drafts for review before sending
  • Mark messages as read and search messages to integrate with workflows
  • Use cases: customer support, onboarding emails, marketing outreach, and bulk notifications

Quick Start

Deploy the Apps Script project and call the API endpoint with your token to start sending emails or checking your inbox.

Frequently Asked Questions about gmail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending emails through Gmail using Google Apps Script?

Automate sending emails through Gmail by connecting to a Google Apps Script project that exposes API endpoints for sending messages. You can trigger the send action using token-based authentication while passing optional HTML, CC, and BCC parameters to format the email.

What's the best way to manage Gmail drafts for an automated outreach workflow?

Manage Gmail drafts for automated outreach by using the draft endpoint to create messages for review before sending. This Google Apps Script integration handles draft creation, allowing small teams to review automated marketing or onboarding emails prior to dispatch.

Does Gmail automation with Google Apps Script support HTML emails and custom sender names?

Gmail automation with Google Apps Script supports HTML emails and custom sender names through optional parameters in the send endpoint. You can format messages using HTML and define a custom sender name alongside standard CC and BCC fields.

Do I need token-based authentication to use Google Apps Script for inbox management?

You need token-based authentication to secure API calls when using Google Apps Script for inbox management. This token verifies access to endpoints that read inbox messages, create drafts, and send emails, ensuring your automated Gmail workflows remain protected.