Gmail Label Routing
/install gmail-label-routing
Gmail Label Routing
Overview
Estandarizar cambios de etiquetas por remitente en Gmail con un flujo único y consistente. Priorizar el script local para evitar inconsistencias manuales entre filtro, retroaplicación y estado de INBOX.
Workflow
- Confirmar intención del usuario:
- Etiqueta destino
- Uno o varios remitentes
- Si debe salir de INBOX (default: sí)
- Si debe reemplazar filtros existentes del remitente (solo cuando lo pida o haya conflictos)
- Ejecutar el workflow:
python3 scripts/gws_gmail_label_workflow.py \
--label "\x3CEtiqueta>" \
--sender "[email protected]" \
--sender "[email protected]"
scripts/gws_gmail_label_workflow.pyes ruta relativa al directorio de esta skill.
- Variantes comunes:
- Mantener en INBOX:
--keep-inbox - Reemplazar filtros del remitente:
--replace-sender-filters - Simular sin cambios:
--dry-run
- Confirmar resultado con el JSON final del script:
createdFilterIdretroAppliedwithLabelCountinboxCount
Rules
- Repetir
--senderpor cada remitente. - Mantener comillas en etiqueta y remitentes para evitar errores de parsing.
- Usar
--replace-sender-filterscuando haya mezcla por reglas duplicadas para el mismo remitente. - Si el usuario dice “haz lo mismo”, repetir el mismo patrón usado: etiqueta + filtro + retroactivo + manejo de INBOX.
- Si hay fallo de scopes en
gwspara filtros, usar el fallback ya implementado dentro del workflow (credenciales OAuth locales).
Reference
- Ver ejemplos listos en
references/commands.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gmail-label-routing - 安装完成后,直接呼叫该 Skill 的名称或使用
/gmail-label-routing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gmail Label Routing 是什么?
Configurar en Gmail el enrutamiento por remitente hacia etiquetas usando el workflow local `scripts/gws_gmail_label_workflow.py`, incluyendo crear/usar etiqu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。
如何安装 Gmail Label Routing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gmail-label-routing」即可一键安装,无需额外配置。
Gmail Label Routing 是免费的吗?
是的,Gmail Label Routing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gmail Label Routing 支持哪些平台?
Gmail Label Routing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gmail Label Routing?
由 Luis Alvarado(@1u1s4)开发并维护,当前版本 v1.0.0。