gws-gmail-send

Send emails with CC and BCC recipients via the Gmail API using the gws CLI.

1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Porkbutts/jetaasc-events --skill gws-gmail-send-porkbutts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-gmail-send
Source: https://github.com/Porkbutts/jetaasc-events/tree/main/.agents/skills/gws-gmail-send
Command: npx skills add https://github.com/Porkbutts/jetaasc-events --skill gws-gmail-send-porkbutts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of sending emails through Gmail, eliminating the need for manual composition and sending through the web interface.

Core Features & Use Cases

  • Compose and Send Emails: Send plain text or HTML emails to specified recipients.
  • CC and BCC: Include Carbon Copy and Blind Carbon Copy recipients.
  • Use Case: Quickly send a meeting confirmation email to all attendees with a single command.

Quick Start

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

Frequently Asked Questions about gws-gmail-send

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

FAQPage Schema
How do I send emails programmatically using the Gmail API?

You can send emails programmatically using the Gmail API by utilizing the gws CLI tool to compose messages with specified recipients, subjects, and HTML or plain text bodies. This Skill automates the sending process without manual web interface interaction.

Can I include CC and BCC recipients when sending Gmail messages via command line?

Yes, you can include CC and BCC recipients when sending Gmail messages via command line. The Skill supports sending to standard recipients alongside Carbon Copy and Blind Carbon Copy contacts for bulk communications like meeting confirmations.

Do I need to install the gws binary to send emails through this Skill?

Yes, you need the gws binary installed and authenticated for Gmail access to send emails through this Skill. The tool acts as the interface to the Gmail API, requiring proper environment setup before composing and sending messages.

Does this Skill support sending HTML formatted emails through Gmail?

Yes, this Skill supports sending HTML formatted emails through Gmail. You can customize the body content with HTML formatting or use plain text, allowing for structured and styled email composition via the gws CLI tool.

What is the best way to automate sending a meeting confirmation email to attendees?

Automating a meeting confirmation email to attendees is a primary use case for this Skill. By using the gws CLI tool to send a single command with specified recipient lists, subject, and body content, you can quickly distribute confirmations programmatically.