Finds Gmail messages with a label like 'needs-review' using gws CLI, retrieves content, and forwards to another address for review workflows.
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
Find Gmail messages with a specific label and forward them to another address.
gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format tablegws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'[Original Message Body]'`