Skip to main content
Back to registry

recipe-save-email-attachments

googleworkspace/cli

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

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-save-email-attachments
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. - 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 skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

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

Is recipe-save-email-attachments good?

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

What agent does recipe-save-email-attachments work with?

recipe-save-email-attachments currently lists compatibility with Agent compatibility has not been published yet..

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

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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