gmail

Automate Gmail operations through a Google Apps Script web app.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/a0972199950/lazy-cv --skill gmail-a0972199950
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmail
Source: https://github.com/a0972199950/lazy-cv/tree/main/.agents/skills/gmail
Command: npx skills add https://github.com/a0972199950/lazy-cv --skill gmail-a0972199950

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates common Gmail tasks, saving you time and effort in managing your inbox and communications.

Core Features & Use Cases

  • Send Emails: Compose and send emails with support for HTML, CC, and BCC.
  • Read Inbox: Fetch unread emails with customizable filters for sender, subject, and time.
  • Create Drafts: Prepare emails for later review and sending.
  • Mark as Read: Update the status of emails to 'read'.
  • Use Case: Automatically forward important customer inquiries from your inbox to a specific support channel or create a draft reply to a common question.

Quick Start

Send an email to '[email protected]' with the subject 'Meeting Reminder' and the body 'Please confirm your availability for tomorrow's meeting.'.

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 from my Gmail inbox?

You can automate sending emails through a Google Apps Script web app. This process handles HTML composition and supports CC and BCC recipients to streamline your communication workflow.

How do I filter unread emails in Gmail by sender or subject?

Filtering unread emails by sender, subject, and time is handled by an automated inbox reading mechanism. This fetches specific unread messages based on your custom parameters.

Do I need OAuth scopes to automate Gmail operations?

Yes, specific OAuth scopes for Gmail access are required to automate operations. You also need a secret token for authentication to securely connect and execute actions via the web app.

What is the best way to prepare automated email replies without sending them immediately?

The best way to prepare automated email replies without sending is by creating draft messages. This allows you to compose and save emails for later review before final delivery.

Can I automatically mark unread emails as read after processing them?

Yes, you can mark emails as read to update their status. This feature works alongside automated inbox reading and drafting to help maintain a clean and managed inbox.