send-email

Send Gmail messages via gws CLI with MIME-encoded non-English subjects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/elliot200852-lab/waldorf-teacher-os --skill send-email-elliot200852-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-email
Source: https://github.com/elliot200852-lab/waldorf-teacher-os/tree/main/.agents/skills/send-email
Command: npx skills add https://github.com/elliot200852-lab/waldorf-teacher-os --skill send-email-elliot200852-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sending Gmail messages across multiple accounts can be tedious and error-prone when the user must manually switch credentials and encode non-English subject lines. This Skill consolidates the sending flow behind a natural-language trigger and defers to a canonical core for reliable Gmail interactions.

Core Features & Use Cases

  • Gmail via gws CLI: Sends emails using the canonical Gmail integration with proper MIME encoding for non-English subjects.
  • Multi-account support: Seamlessly switch between Gmail accounts to send from different addresses.
  • Cross-platform compatibility: Works on macOS and Windows environments.
  • Trigger phrases: Responds to natural-language requests like 寄信, 寄 Email, 發郵件, 寄給, or any request to send email.

Quick Start

Send an email to [email protected] with subject 會議通知.

Frequently Asked Questions about send-email

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

FAQPage Schema
How do I automate sending Gmail across multiple accounts using natural language?

Automating Gmail emails across multiple accounts uses a gws CLI wrapper to switch credentials and send messages triggered by natural-language phrases like 寄信. It handles MIME encoding and cross-platform compatibility for reliable email workflows.

How does sending email handle non-English subject lines?

Sending email handles non-English subject lines by applying MIME encoding through a canonical core implementation. This ensures characters in subjects like 會議通知 are correctly formatted and displayed across different email clients.

Can I use this email automation on both macOS and Windows environments?

Yes, you can use this email automation on both macOS and Windows environments. The cross-platform compatibility ensures the gws CLI wrapper functions consistently across different operating systems when sending Gmail messages.

What is the best way to switch Gmail credentials for cross-account email workflows?

The best way to switch Gmail credentials for cross-account workflows is using the gws CLI wrapper. It defers to a canonical core for account switching, allowing you to seamlessly send from different addresses without manual credential management.

What natural language triggers can I use to send an email?

You can use natural language triggers like 寄信, 寄 Email, 發郵件, 寄給, or any request to send email. These phrases activate the gws CLI wrapper to automate the Gmail sending process.