Saves Gmail message body to Google Doc using GWS CLI: search/list messages, get content, create doc, insert text. For email archival/reference.
From google-workspacenpx claudepluginhub grailautomation/claude-plugins --plugin google-workspaceThis skill uses the workspace's default tool permissions.
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail,gws-docs
Save a Gmail message body into a Google Doc for archival or reference.
gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format tablegws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'gws docs documents create --json '{"title": "Saved Email - Important Update"}'[EMAIL BODY]'`