A straightforward automation for pulling email attachments into organized Drive storage. Searches Gmail by sender or other criteria, extracts attachment metadata, downloads files locally, then uploads to your specified Drive folder. Saves you from manually downloading dozens of invoices, contracts, or reports one by one. The recipe walks through the four-step process but you'll need to handle the actual looping and error handling. Works well for batch processing client deliverables or archiving financial documents, though you'll want to add filename deduplication if you run it regularly.
npx skills add https://github.com/googleworkspace/cli --skill recipe-save-email-attachments