Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-save-email-attachments

Automated workflow to find Gmail attachments and save them to Google Drive folders.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-save-email-attachments
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-save-email-attachments has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-save-email-attachments.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Automated workflow to find Gmail attachments and save them to Google Drive folders. 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. - Requires both gws-gmail and gws-drive skills as prerequisites - Covers four core steps: searching emails by attachment criteria, retrieving message details, downloading attachments, and uploading files to Drive - Supports filtered searches using Gmail query syntax (e.g., sender, attachment presence) to target specific messages - Integrates Gmail and Drive operations in a single recipe for streamlined attachment management - Search for emails with attachments: gws gmail users messages list --params '{"userId": "me", "q": "has:attachment from:client@example.com"}' --format table - Get message details: gws gmail users messages get --params '{"userId": "me", "id": "MESSAGE_ID"}' - Download attachment: gws gmail users messages attachments get --params '{"userId": "me", "messageId": "MESSAGE_ID", "id": "ATTACHMENT_ID"}' - Upload to Drive folder: gws drive +upload --file ./attachment.pdf --parent FOLDER_ID

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-save-email-attachments do?

Automated workflow to find Gmail attachments and save them to Google Drive folders.

Is recipe-save-email-attachments good?

recipe-save-email-attachments does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-save-email-attachments?

recipe-save-email-attachments currently lists compatibility with Skills CLI.

Is recipe-save-email-attachments safe to install?

recipe-save-email-attachments has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-save-email-attachments?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-save-email-attachments?

Run the following command to install recipe-save-email-attachments: npx skills add https://github.com/googleworkspace/cli --skill recipe-save-email-attachments

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering