Draft a Gmail Message from a Google Doc
SkillCommunicationLets your agent turn a Google Doc into a Gmail draft using the doc's content as the email body.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Draft a Gmail Message from a Google Doc skill
About this capability
Read content from a Google Doc and use it as the body of a Gmail message.
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-draft-email-from-doc/SKILL.md and read by ahel’s review.
PREREQUISITE: Load the following skills to execute this recipe:
gws-docs,gws-gmail
Read content from a Google Doc and use it as the body of a Gmail message.
Steps
- Get the document content:
gws docs documents get --params '{"documentId": "DOC_ID"}' - Copy the text from the body content
- Send the email:
gws gmail +send --to recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
recipe-draft-email-from-doc- Source
- github.com/googleworkspace/cli