R
recipe-save-email-to-doc
by @googleworkspacev1.0.0
0.0(0)
将Gmail邮件正文保存到Google文档中,用于归档、记录或进一步编辑和分享。
安装方式
npx skills add googleworkspace/cli --skill recipe-save-email-to-doccompare_arrows
Before / After 效果对比
1 组使用前
重要邮件内容需要手动复制粘贴到Google文档进行归档,操作繁琐且容易遗漏。邮件信息分散,查找和参考不便。
使用后
自动将Gmail邮件正文保存到Google文档,实现快速归档和集中管理。方便随时查阅和参考,提升信息管理效率。
description SKILL.md
name: recipe-save-email-to-doc version: 1.0.0 description: "Save a Gmail message body into a Google Doc for archival or reference." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-gmail", "gws-docs"]
Save a Gmail Message to Google Docs
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail,gws-docs
Save a Gmail message body into a Google Doc for archival or reference.
Steps
- Find the message:
gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format table - Get message content:
gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' - Create a doc with the content:
gws docs documents create --json '{"title": "Saved Email - Important Update"}' - Write the email body: `gws docs +write --document-id DOC_ID --text 'From: boss@company.com Subject: Important Update
[EMAIL BODY]'`
forum用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价,来写第一条吧
统计数据
安装量0
评分0.0 / 5.0
版本1.0.0
更新日期2026年3月16日
对比案例1 组
用户评分
0.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年3月16日