recipe-create-gmail-filter

Create Gmail labels and filters to automate incoming message triage.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill recipe-create-gmail-filter-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-create-gmail-filter
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/recipe-create-gmail-filter
Command: npx skills add https://github.com/wuyyyyyou/cli --skill recipe-create-gmail-filter-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically organize Gmail by creating labels and filters that apply to incoming messages based on defined criteria.

Core Features & Use Cases

  • Prerequisites: Load the gws-gmail skill to execute this recipe.
  • Create a new label: Programmatically create and apply a label (e.g., Receipts) to messages.
  • Create a filter: Define criteria (from a specific address) and actions (add labels, move to label, etc.).
  • Verify results: List labels and filters to confirm the setup.

Quick Start

Create a Gmail filter to automatically label and categorize incoming messages based on the sender or criteria.

Frequently Asked Questions about recipe-create-gmail-filter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Gmail labeling for incoming emails based on the sender?

Automate Gmail labeling by creating filters that match specific sender addresses and automatically apply designated labels to incoming messages, enabling organized triage without manual sorting.

Do I need to load gws-gmail to create and apply Gmail filters programmatically?

Yes, loading the gws-gmail skill is a required prerequisite to execute this recipe, as it provides the integration needed to create labels, configure filter criteria, and verify actions.

Can I verify that a newly created Gmail filter is working correctly?

Yes, you can verify Gmail filter setup by listing existing labels and filters to confirm that the criteria and actions were configured and applied successfully to your account.

What's the best way to organize Gmail messages by category across accounts?

Organize Gmail messages by programmatically creating labels for categories and configuring filters with specific criteria that automatically move and categorize incoming emails across accounts.

Does this approach support creating new labels before applying them to messages?

Yes, the process supports programmatically creating a new label, such as Receipts, and then defining a filter that applies that label to incoming messages matching your criteria.