Gmail: Send an email.
npx claudepluginhub googleworkspace/cliThis skill inherits all available tools. When active, it can use any tool Claude has access to.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Send an email
gws gmail +send --to <EMAIL> --subject <SUBJECT> --body <TEXT>
| Flag | Required | Default | Description |
|---|---|---|---|
--to | ✓ | — | Recipient email address |
--subject | ✓ | — | Email subject |
--body | ✓ | — | Email body (plain text) |
gws gmail +send --to alice@example.com --subject 'Hello' --body 'Hi Alice!'
[!CAUTION] This is a write command — confirm with the user before executing.