@googleworkspace/gws-gmail-send

by googleworkspace · v1.0.0 · prompt

Gmail: Send an email.

Install

Add @googleworkspace/gws-gmail-send to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-gmail-send

Instructions

# gmail +send > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Send an email ## Usage ```bash gws gmail +send --to <EMAIL> --subject <SUBJECT> --body <TEXT> ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--to` | ✓ | — | Recipient email address | | `--subject` | ✓ | — | Email subject | | `--body` | ✓ | — | Email body (plain text) | ## Examples ```bash gws gmail +send --to alice@example.com --subject 'Hello' --body 'Hi Alice!' ``` ## Tips - Ha…

Keywords: google, gws, gmail, workspace, send