gmail-write

Send emails, create drafts, trash messages, and modify labels via the gws CLI.

18|7|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/thecloudtips/founder-os --skill gmail-write
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmail-write
Source: https://github.com/thecloudtips/founder-os/tree/main/plugin/skills/infrastructure/gws-gmail-write
Command: npx skills add https://github.com/thecloudtips/founder-os --skill gmail-write

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of sending emails, creating drafts, trashing messages, and managing labels within Gmail, directly from your command line.

Core Features & Use Cases

  • Send Emails: Quickly send emails with specified recipients, subjects, and bodies.
  • Create Drafts: Generate email drafts for later review or sending.
  • Manage Labels: Add or remove labels from existing emails, including marking as read or archiving.
  • Use Case: Automatically send a follow-up email to a client after a meeting, or archive a batch of read emails to keep your inbox organized.

Quick Start

Send an email to [email protected] with the subject 'Hello' and body 'This is a test email.'.

Frequently Asked Questions about gmail-write

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

FAQPage Schema
How do I send Gmail emails directly from the command line?

Creating Gmail drafts with the gws CLI generates email drafts for later review or sending. This supports automated email response workflows, allowing you to prepare content programmatically before final manual approval and submission.

Can I manage Gmail labels and archive messages using a CLI?

Yes, you can manage Gmail labels and archive messages using the gws CLI. The Skill performs bulk label operations, allowing you to add or remove labels from existing emails, mark them as read, or archive them to keep your inbox organized.

Do I need specific Gmail scopes to send emails and modify labels with the gws CLI?

Yes, you need the gws CLI configured with appropriate Gmail scopes for sending, modification, and draft insertion. Setting up these permissions is required to authorize the CLI to perform write operations on your Gmail account.

What is the best way to automate follow-up emails and inbox organization for Gmail?

The best way to automate follow-up emails and inbox organization for Gmail is using the gws CLI. It enables automated email responses for client follow-ups and bulk label modifications for organizing read emails directly from your terminal.

How do I trash Gmail messages in bulk via command line?

You trash Gmail messages in bulk via command line by executing the gws CLI trash operation. This Skill manages Gmail write operations including trashing messages, allowing you to programmatically delete unwanted emails from your inbox.