Agent Skillsgoogleworkspace/cli › recipe-create-gmail-filter

recipe-create-gmail-filter

GitHub

自动化创建Gmail邮件过滤器,实现自动标记、星标或分类功能。通过调用API列出标签、新建标签并配置过滤规则,提升邮件管理效率。

skills/recipe-create-gmail-filter/SKILL.md googleworkspace/cli

Trigger Scenarios

用户需要自动整理收件箱邮件 用户希望根据发件人或关键词对邮件进行分类 用户想要设置特定邮件的默认标签或操作

Install

npx skills add googleworkspace/cli --skill recipe-create-gmail-filter -g -y
More Options

Use without installing

npx skills use googleworkspace/cli@recipe-create-gmail-filter

指定 Agent (Claude Code)

npx skills add googleworkspace/cli --skill recipe-create-gmail-filter -a claude-code -g -y

安装 repo 全部 skill

npx skills add googleworkspace/cli --all -g -y

预览 repo 内 skill

npx skills add googleworkspace/cli --list

SKILL.md

Frontmatter
{
    "name": "recipe-create-gmail-filter",
    "metadata": {
        "version": "0.22.5",
        "openclaw": {
            "domain": "productivity",
            "category": "recipe",
            "requires": {
                "bins": [
                    "gws"
                ],
                "skills": [
                    "gws-gmail"
                ]
            }
        }
    },
    "description": "Create a Gmail filter to automatically label, star, or categorize incoming messages."
}

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

Version History

  • a3768d0 Current 2026-08-20 07:26

Same Skill Collection

skills/gws-admin-reports/SKILL.md
skills/gws-calendar-agenda/SKILL.md
skills/gws-classroom/SKILL.md
skills/gws-drive-upload/SKILL.md
skills/gws-drive/SKILL.md
skills/gws-events-renew/SKILL.md
skills/gws-events-subscribe/SKILL.md
skills/gws-gmail-read/SKILL.md
skills/gws-gmail-reply-all/SKILL.md
skills/gws-gmail-reply/SKILL.md
skills/gws-gmail-triage/SKILL.md
skills/gws-gmail-watch/SKILL.md
skills/gws-modelarmor-create-template/SKILL.md
skills/gws-modelarmor-sanitize-prompt/SKILL.md
skills/gws-modelarmor-sanitize-response/SKILL.md
skills/gws-modelarmor/SKILL.md
skills/gws-script-push/SKILL.md
skills/gws-shared/SKILL.md
skills/gws-workflow-email-to-task/SKILL.md
skills/gws-workflow-file-announce/SKILL.md
skills/gws-workflow-meeting-prep/SKILL.md
skills/gws-workflow-standup-report/SKILL.md
skills/gws-workflow-weekly-digest/SKILL.md
skills/gws-workflow/SKILL.md
skills/persona-content-creator/SKILL.md
skills/persona-customer-support/SKILL.md
skills/persona-event-coordinator/SKILL.md
skills/persona-exec-assistant/SKILL.md
skills/persona-hr-coordinator/SKILL.md
skills/persona-it-admin/SKILL.md
skills/persona-project-manager/SKILL.md
skills/persona-researcher/SKILL.md
skills/persona-sales-ops/SKILL.md
skills/persona-team-lead/SKILL.md
skills/recipe-backup-sheet-as-csv/SKILL.md
skills/recipe-batch-invite-to-event/SKILL.md
skills/recipe-block-focus-time/SKILL.md
skills/recipe-bulk-download-folder/SKILL.md
skills/recipe-compare-sheet-tabs/SKILL.md
skills/recipe-copy-sheet-for-new-month/SKILL.md
skills/recipe-create-classroom-course/SKILL.md
skills/recipe-create-doc-from-template/SKILL.md
skills/recipe-create-events-from-sheet/SKILL.md
skills/recipe-create-expense-tracker/SKILL.md
skills/recipe-create-feedback-form/SKILL.md
skills/recipe-create-meet-space/SKILL.md
skills/recipe-create-presentation/SKILL.md
skills/recipe-create-shared-drive/SKILL.md
skills/recipe-create-task-list/SKILL.md

Metadata

Files
0
Version
a3768d0
Hash
ed50dd3a
Indexed
2026-08-20 07:26

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 05:17
浙ICP备14020137号-1 $mapa de visitantes$