R
recipe-draft-email-from-doc
by @googleworkspacev
4.6(148)
从Google Doc读取内容,并将其用作Gmail邮件的正文。
安装方式
npx skills add https://github.com/googleworkspace/cli --skill recipe-draft-email-from-doccompare_arrows
Before / After 效果对比
1 组使用前
撰写邮件时,需要手动从Google文档复制粘贴内容,格式可能错乱,耗时且容易出错。邮件内容与文档不同步,影响信息准确性。
使用后
自动从Google文档读取内容并填充为Gmail邮件正文,保持格式一致。大幅节省邮件撰写时间,确保信息准确性,提升沟通效率。
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'
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量25.6K
评分4.6 / 5.0
版本
更新日期2026年7月28日
对比案例1 组
用户评分
4.6(148)
5
24%
4
51%
3
24%
2
2%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年7月28日