From gws
Apply labels to matching Gmail messages and archive them using gws-gmail CLI commands to keep inbox clean. Prerequisite: gws-gmail skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-label-and-archive-emailsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail
Apply Gmail labels to matching messages and archive them to keep your inbox clean.
gws gmail users messages list --params '{"userId": "me", "q": "from:[email protected]"}' --format tablegws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"addLabelIds": ["LABEL_ID"]}'gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"removeLabelIds": ["INBOX"]}'npx claudepluginhub wadewarren/gws-claude-pluginFinds Gmail messages with a label like 'needs-review' using gws CLI, retrieves content, and forwards to another address for review workflows.
Automates Gmail operations like searching, reading, sending emails, managing drafts/labels via Python CLI scripts with standalone OAuth. Requires Google Workspace.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.