R
recipe-draft-email-from-doc
by @googleworkspacev
4.6(148)
Reads content from a Google Doc and uses it as the body of a Gmail email.
Installation
npx skills add https://github.com/googleworkspace/cli --skill recipe-draft-email-from-doccompare_arrows
Before / After Comparison
1 组Before
When writing emails, content needs to be manually copied and pasted from Google Docs, which can lead to formatting issues, is time-consuming, and prone to errors. Email content may not be synchronized with the document, affecting information accuracy.
After
Automatically read content from Google Docs and populate it as the Gmail email body, maintaining consistent formatting. Significantly save email writing time, ensure information accuracy, and improve communication efficiency.
SKILL.md
Draft a Gmail Message from a Google Doc
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'
User Reviews (0)
Write a Review
Effect
Usability
Docs
Compatibility
No reviews yet
Statistics
Installs25.6K
Rating4.6 / 5.0
Version
Updated2026年7月28日
Comparisons1
User Rating
4.6(148)
5
24%
4
51%
3
24%
2
2%
1
0%
Rate this Skill
0.0
Compatible Platforms
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
Timeline
Created2026年3月16日
Last Updated2026年7月28日