R
recipe-label-and-archive-emails
by @googleworkspacev
4.8(8)
条件を満たすGmailメールにラベルを適用し、アーカイブして、メールの分類管理と検索を容易にします。
インストール方法
npx skills add googleworkspace/cli --skill recipe-label-and-archive-emailscompare_arrows
Before / After 効果比較
1 组使用前
受信トレイにメールが山積し、手動での分類やアーカイブは時間と労力がかかり、重要なメールを見落としがちです。受信トレイが混乱していると、作業効率や情報検索に悪影響を与えます。
使用後
条件に合致するGmailメールに自動的にラベルを適用し、アーカイブすることで、受信トレイをすっきりと保ちます。メール整理にかかる時間を大幅に削減し、情報管理と検索の効率を向上させます。
description SKILL.md
name: recipe-label-and-archive-emails version: 1.0.0 description: "Apply Gmail labels to matching messages and archive them to keep your inbox clean." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-gmail"]
Label and Archive Gmail Threads
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail
Apply Gmail labels to matching messages and archive them to keep your inbox clean.
Steps
- Search for matching emails:
gws gmail users messages list --params '{"userId": "me", "q": "from:notifications@service.com"}' --format table - Apply a label:
gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"addLabelIds": ["LABEL_ID"]}' - Archive (remove from inbox):
gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"removeLabelIds": ["INBOX"]}'
forumユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数637
評価4.8 / 5.0
バージョン
更新日2026年3月16日
比較事例1 件
ユーザー評価
4.8(8)
5
0%
4
0%
3
0%
2
0%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月16日
最終更新2026年3月16日