From google-workspace-cli
Creates Gmail filters to automatically label, star, or categorize incoming messages using gws CLI commands. Steps cover listing/creating labels and verifying filters. Useful for email automation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-create-gmail-filterThe 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
Create a Gmail filter to automatically label, star, or categorize incoming messages.
gws gmail users labels list --params '{"userId": "me"}' --format tablegws gmail users labels create --params '{"userId": "me"}' --json '{"name": "Receipts"}'gws gmail users settings filters create --params '{"userId": "me"}' --json '{"criteria": {"from": "[email protected]"}, "action": {"addLabelIds": ["LABEL_ID"], "removeLabelIds": ["INBOX"]}}'gws gmail users settings filters list --params '{"userId": "me"}' --format tablenpx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceCreates Gmail filters to automatically label, star, or categorize incoming messages using gws CLI. Steps include label creation and filter verification.
Automates Gmail operations like searching, reading, sending emails, managing drafts/labels via Python CLI scripts with standalone OAuth. Requires Google Workspace.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.