From google-workspace-cli
Find Gmail messages matching a query and export them for review.
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`
Apply labels to matching Gmail messages and archive them using gws-gmail CLI commands to keep inbox clean. Prerequisite: gws-gmail skill.
Interact with Gmail via Python CLI: search/read/send emails, create drafts, manage labels (read/archive/star). Standalone OAuth for Google Workspace accounts.
Accesses Gmail via CLI with 1Password OAuth to read emails, search inbox, export messages, list threads, and create drafts. Triggers on gmail/email mentions.
Share bugs, ideas, or general feedback.
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail
Find Gmail messages matching a query and export them for review.
gws gmail users messages list --params '{"userId": "me", "q": "from:client@example.com after:2024/01/01"}'gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'gws gmail users messages list --params '{"userId": "me", "q": "label:project-x"}' --format json > project-emails.json