From gws
Automates finding Gmail messages with attachments, downloading them via gws CLI, and uploading to a Google Drive folder. Useful for email attachment workflows.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`, `gws-drive`
Automates finding Gmail messages with attachments, downloading them via gws CLI, and uploading to a Google Drive folder. Useful for email attachment workflows.
Automates Google Drive file and folder operations via Python CLI scripts: search, list, upload, download, create, move, rename, trash. Standalone OAuth for Workspace accounts, no MCP server needed.
Executes gog CLI commands for Google Workspace services: Gmail search/send, Calendar events, Drive/Contacts queries, Sheets read/update/append/clear, Docs export/cat. Useful for shell scripting and automation.
Share bugs, ideas, or general feedback.
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.
gws gmail users messages list --params '{"userId": "me", "q": "has:attachment from:client@example.com"}' --format tablegws gmail users messages get --params '{"userId": "me", "id": "MESSAGE_ID"}'gws gmail users messages attachments get --params '{"userId": "me", "messageId": "MESSAGE_ID", "id": "ATTACHMENT_ID"}'gws drive +upload --file ./attachment.pdf --parent FOLDER_ID