From gws
Finds Gmail messages with a label like 'needs-review' using gws CLI, retrieves content, and forwards to another address for review 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`
Finds Gmail messages with a label like 'needs-review' using gws CLI, retrieves content, and forwards to another address for review workflows.
Forwards Gmail messages to new recipients via gws CLI with flags for message ID, recipients, CC/BCC, body notes, HTML, and dry-run. Useful for email automation in scripts.
Automates Gmail operations like searching, reading, sending emails, managing drafts/labels via Python CLI scripts with standalone OAuth. Requires Google Workspace.
Share bugs, ideas, or general feedback.
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]'`