CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-create-gmail-filter

Create a Gmail filter to automatically label, star, or categorize incoming messages.

Install with Tessl CLI

npx tessl i github:googleworkspace/cli --skill recipe-create-gmail-filter
What are skills?

88

1.51x

Does it follow best practices?

Evaluation100%

1.51x

Agent success when using this skill

Validation for skill structure

SKILL.md
Review
Evals

Create a Gmail Filter

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

Create a Gmail filter to automatically label, star, or categorize incoming messages.

Steps

  1. List existing labels: gws gmail users labels list --params '{"userId": "me"}' --format table
  2. Create a new label: gws gmail users labels create --params '{"userId": "me"}' --json '{"name": "Receipts"}'
  3. Create a filter: gws gmail users settings filters create --params '{"userId": "me"}' --json '{"criteria": {"from": "receipts@example.com"}, "action": {"addLabelIds": ["LABEL_ID"], "removeLabelIds": ["INBOX"]}}'
  4. Verify filter: gws gmail users settings filters list --params '{"userId": "me"}' --format table
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.