From google-workspace-cli
Sends plain text Gmail emails via gws CLI with --to, --subject, --body flags. Handles RFC 2822 formatting and base64 encoding. Useful for scripting notifications in dev workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:gws-gmail-sendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
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 [email protected] --subject 'Hello' --body 'Hi Alice!'
[!CAUTION] This is a write command — confirm with the user before executing.
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceSends Gmail emails via gws CLI: specify to/cc/bcc recipients, subject, plain/HTML body, with dry-run preview. Requires gws auth.
Automates Gmail via Google Apps Script: send emails with HTML/CC/BCC, read/search inbox with filters, create drafts, mark as read. Useful for email workflows in code.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.