← 返回
效率工具 中文

Recipe Label And Archive Emails

Apply Gmail labels to matching messages and archive them to keep your inbox clean.
将匹配的消息添加 Gmail 标签并归档,保持收件箱整洁。
googleworkspace-bot
效率工具 clawhub v1.0.12 3 版本 99849.8 Key: 无需
★ 0
Stars
📥 665
下载
💾 10
安装
3
版本
#latest

概述

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

  1. Search for matching emails: gws gmail users messages list --params '{"userId": "me", "q": "from:notifications@service.com"}' --format table
  2. Apply a label: gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"addLabelIds": ["LABEL_ID"]}'
  3. Archive (remove from inbox): gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"removeLabelIds": ["INBOX"]}'

版本历史

共 3 个版本

  • v1.0.12 当前
    2026-05-03 04:04 安全 安全
  • v1.0.10
    2026-03-29 19:30
  • v1.0.0
    2026-03-19 20:30

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,326
communication-collaboration

Gws Gmail

googleworkspace-bot
Gmail:发送、阅读和管理邮件。
★ 2 📥 4,985
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,747