ホーム/AI 生産性・自動化/recipe-save-email-attachments
R

recipe-save-email-attachments

by @googleworkspacev
4.5(152)

添付ファイル付きのGmailメールを検索し、これらの添付ファイルをGoogleドライブに保存して、管理とアクセスを容易にします。

gmail-attachmentsgoogle-driveemail-automationfile-storageproductivity-workflowsGitHub
インストール方法
npx skills add googleworkspace/cli --skill recipe-save-email-attachments
compare_arrows

Before / After 効果比較

1
使用前

メールの添付ファイルは、Google Driveに手動で一つずつダウンロードして保存する必要があり、煩雑で時間がかかります。重要な添付ファイルを見落としやすく、ファイル管理の効率が低下します。

使用後

Gmailメール内の添付ファイルを自動的に認識し、指定されたGoogle Driveフォルダに一括保存します。これにより、手動操作の時間を大幅に節約し、添付ファイルの安全なアーカイブを確保し、作業効率を向上させます。

SKILL.md

Save Gmail Attachments to Google Drive

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail, gws-drive

Find Gmail messages with attachments and save them to a Google Drive folder.

Steps

  1. Search for emails with attachments: gws gmail users messages list --params '{"userId": "me", "q": "has:attachment from:client@example.com"}' --format table
  2. Get message details: gws gmail users messages get --params '{"userId": "me", "id": "MESSAGE_ID"}'
  3. Download attachment: gws gmail users messages attachments get --params '{"userId": "me", "messageId": "MESSAGE_ID", "id": "ATTACHMENT_ID"}'
  4. Upload to Drive folder: gws drive +upload --file ./attachment.pdf --parent FOLDER_ID

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数15.1K
評価4.5 / 5.0
バージョン
更新日2026年5月23日
比較事例1 件

ユーザー評価

4.5(152)
5
23%
4
52%
3
23%
2
2%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月16日
最終更新2026年5月23日