ホーム/AI 生産性・自動化/recipe-create-gmail-filter
R

recipe-create-gmail-filter

by @googleworkspacev
4.5(156)

Gmailフィルターを作成し、メールを自動的にラベル付け、スター付け、または分類することで、受信トレイを効率的に管理し、作業効率を向上させます。

gmail-filtersemail-automationinbox-managementgoogle-workspace-cliproductivity-recipesGitHub
インストール方法
npx skills add googleworkspace/cli --skill recipe-create-gmail-filter
compare_arrows

Before / After 効果比較

1
使用前

以前は、ユーザーは大量に届くGmailメールを手動で処理し、一つずつマーク、スター付け、または分類する必要がありました。これは多大な時間と労力を消費し、重要なメールを見落としやすく、受信トレイが混乱し、作業効率が低下していました。

使用後

Gmailフィルターを作成することで、メールは事前に設定されたルールに基づいて自動的にマーク、スター付け、または分類されます。これにより、メール管理が大幅に簡素化され、受信トレイが整理され、重要なメールが見過ごされることがなくなり、個人およびチームの作業効率が著しく向上します。

SKILL.md

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

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数15.4K
評価4.5 / 5.0
バージョン
更新日2026年5月23日
比較事例1 件

ユーザー評価

4.5(156)
5
23%
4
52%
3
23%
2
2%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月16日
最終更新2026年5月23日