recipe-save-email-attachments

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

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill recipe-save-email-attachments-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-save-email-attachments
Source: https://github.com/73ai/openbotkit/tree/main/skills/recipe-save-email-attachments
Command: npx skills add https://github.com/73ai/openbotkit --skill recipe-save-email-attachments-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the tedious process of locating emails with attachments and archiving them to Google Drive, eliminating manual download and upload steps.

Core Features & Use Cases

  • Find Gmail messages with attachments using specified criteria and retrieve the attachments.
  • Download attachments and store them in a designated Google Drive folder for centralized access and backup.
  • Use Case: automatically archive client-provided documents by saving all attachments from a given sender to Drive.

Quick Start

Save Gmail attachments from a specific sender to a Google Drive folder.

Frequently Asked Questions about recipe-save-email-attachments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically save Gmail attachments to Google Drive?

You can automatically save Gmail attachments to Google Drive by setting up a workflow that searches for messages matching specific senders or subjects, downloads the files, and uploads them to a designated folder.

Can I archive email attachments from a specific sender to Drive without manual downloads?

Yes, you can archive email attachments from a specific sender by configuring a search criteria to match that sender, automatically fetching the files, and storing them directly in a Drive folder for backup.

What is needed to automate Gmail attachment backups to Google Drive?

Automating Gmail attachment backups requires connecting gws-gmail and gws-drive to perform sequential search, download, and upload steps, including necessary permission checks and error handling.

Does this Gmail to Drive attachment workflow handle permission errors?

Yes, the Gmail to Drive attachment workflow handles permission errors by incorporating permission checks and error handling during the sequential search, download, and upload processes.

What is the best way to collect client documents sent via email into a centralized folder?

The best way to collect client documents is to automate an archiving workflow that retrieves attachments from matching Gmail messages and stores them centrally in Google Drive, eliminating manual uploads.