R
recipe-create-gmail-filter
by @googleworkspacev
4.5(156)
Gmailフィルターを作成し、メールを自動的にラベル付け、スター付け、または分類することで、受信トレイを効率的に管理し、作業効率を向上させます。
インストール方法
npx skills add googleworkspace/cli --skill recipe-create-gmail-filtercompare_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
- List existing labels:
gws gmail users labels list --params '{"userId": "me"}' --format table - Create a new label:
gws gmail users labels create --params '{"userId": "me"}' --json '{"name": "Receipts"}' - Create a filter:
gws gmail users settings filters create --params '{"userId": "me"}' --json '{"criteria": {"from": "receipts@example.com"}, "action": {"addLabelIds": ["LABEL_ID"], "removeLabelIds": ["INBOX"]}}' - 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日