Skillquality 0.70

recipe-create-gmail-filter

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

Price
free
Protocol
skill
Verified
no

What it does

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

Capabilities

skillsource-googleworkspaceskill-recipe-create-gmail-filtertopic-agent-skillstopic-ai-agenttopic-automationtopic-clitopic-discovery-apitopic-gemini-cli-extensiontopic-google-admintopic-google-apitopic-google-calendartopic-google-chattopic-google-docstopic-google-drive

Install

Quality

0.70/ 1.00

deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 26371 github stars · SKILL.md body (731 chars)

Provenance

Indexed fromskills_sh
Also seen ingithub
Enriched2026-05-18 18:52:33Z · deterministic:skill-github:v1 · v1
First seen2026-04-18
Last seen2026-05-18

Agent access