gws-gmail — All send, read, and manage email commands
1---2name: gws-gmail-send3description: Gmail: Send an email.4---56# gmail +send78> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.910Send an email1112## Usage1314```bash15gws gmail +send --to <EMAIL> --subject <SUBJECT> --body <TEXT>16```1718## Flags1920| Flag | Required | Default | Description |21|------|----------|---------|-------------|22| `--to` | ✓ | — | Recipient email address |23| `--subject` | ✓ | — | Email subject |24| `--body` | ✓ | — | Email body (plain text) |2526## Examples2728```bash29gws gmail +send --to alice@example.com --subject 'Hello' --body 'Hi Alice!'30```3132## Tips3334- Handles RFC 2822 formatting and base64 encoding automatically.35- For HTML bodies, attachments, or CC/BCC, use the raw API instead:36- gws gmail users messages send --json '...'3738> [!CAUTION]39> This is a **write** command — confirm with the user before executing.4041## See Also4243- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth44- [gws-gmail](../gws-gmail/SKILL.md) — All send, read, and manage email commands
Run npx skillmds@latest add digitalspeed/gws-gmail-send in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Gmail: Send an email. It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
digitalspeed (@digitalspeed) published this skill. Their other Agent Skills are listed on their SkillMD profile.