R
recipe-draft-email-from-doc
by @googleworkspacev
4.6(148)
Googleドキュメントからコンテンツを読み取り、それを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日