npx skills add streakyc/googleworkspacecli --skill gws-gmail-send
wadewarren/gws-claude-plugin
gws-gmail-send
Gmail: Send an email.
Installation
npx skills add wadewarren/gws-claude-plugin --skill gws-gmail-send
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Gmail: Send, read, and manage email.
74.7K installsGmail: Send an email.
69.5K installsGmail: Show unread inbox summary (sender, subject, date).
41.4K installsGmail: Read a message and extract its body or headers.
37.3K installsGmail: Watch for new emails and stream them as NDJSON.
33.8K installsGmail: Reply to a message (handles threading automatically).
31.7K installsAlso in this package
Other skills from wadewarren/gws-claude-plugin · top by installs.
npx skills add wadewarren/gws-claude-plugin
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
npx skills add googleworkspace/cli --skill gws-gmail-send
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
More metadata
- openclaw
- {"category":"productivity","requires":{"bins":["gws"]},"cliHelp":"gws gmail +send --help"}
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,838 B -
docs
SUMMARY.md43 B
History
- First seen on skills.sh
- First recorded snapshot · 20 installs
SKILL.md
gmail +send
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Send an email
Usage
gws gmail +send --to <EMAILS> --subject <SUBJECT> --body <TEXT>
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--to |
✓ | — | Recipient email address(es), comma-separated |
--subject |
✓ | — | Email subject |
--body |
✓ | — | Email body (plain text, or HTML with --html) |
--cc |
— | — | CC email address(es), comma-separated |
--bcc |
— | — | BCC email address(es), comma-separated |
--html |
— | — | Treat --body as HTML content (default is plain text) |
--dry-run |
— | — | Show the request that would be sent without executing it |
Examples
gws gmail +send --to [email protected] --subject 'Hello' --body 'Hi Alice!'
gws gmail +send --to [email protected] --subject 'Hello' --body 'Hi!' --cc [email protected]
gws gmail +send --to [email protected] --subject 'Hello' --body 'Hi!' --bcc [email protected]
gws gmail +send --to [email protected] --subject 'Hello' --body '<b>Bold</b> text' --html
Tips
- Handles RFC 2822 formatting and base64 encoding automatically.
- For attachments, use the raw API instead: gws gmail users messages send --json '...'
[!CAUTION]
This is a write command — confirm with the user before executing.
See Also
- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
- [gws-gmail](../gws-gmail/SKILL.md) — All send, read, and manage email commands