Skip to main content
Back to registry

recipe-create-gmail-filter

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-gmail-filter
Security audits
Gen Agent Trust HubPASS
SnykPASS
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Create a Gmail filter to automatically label, star, or categorize incoming messages. - List existing labels: gws gmail users labels list --params '{"userId": "me"}' --format table - Create a new label: gws gmail users labels create --params '{"userId": "me"}' --json '{"name": "Receipts"}' - Create a filter: gws gmail users settings filters create --params '{"userId": "me"}' --json '{"criteria": {"from": "receipts@example.com"}, "action": {"addLabelIds": ["LABEL_ID"], "removeLabelIds": ["INBOX"]}}' - Verify filter: gws gmail users settings filters list --params '{"userId": "me"}' --format table

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-create-gmail-filter do?

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail

Is recipe-create-gmail-filter good?

recipe-create-gmail-filter does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-create-gmail-filter work with?

recipe-create-gmail-filter currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-create-gmail-filter?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-create-gmail-filter?

npx skills add https://github.com/googleworkspace/cli --skill recipe-create-gmail-filter

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering