# Gws Workflow > Google Workflow: Cross-service productivity workflows. Source: https://skillsagentes.com/skills/googleworkspace/cli/gws-workflow Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 14 tok installed, 356 tok once triggered, 356 tok with every bundled file Bundle: 1 file, 1 KB Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill gws-workflow --agent claude-code ``` ## What it does - Ejecuta workflows de productividad que cruzan varios servicios de Google (Gmail, Calendar, Tasks, Drive, Chat) mediante `gws workflow [flags]` - Ofrece comandos ayudantes: standup-report, meeting-prep, email-to-task, weekly-digest, file-announce - Permite inspeccionar recursos y métodos con `gws workflow --help` y `gws schema workflow..` ## Use it when - Necesitas generar un resumen de standup con reuniones y tareas pendientes de hoy - Quieres preparar la próxima reunión con agenda, asistentes y documentos vinculados - Necesitas convertir un correo de Gmail en una tarea de Google Tasks - Quieres un resumen semanal de reuniones y correos no leídos, o anunciar un archivo de Drive en Chat ## What triggers it - "Genera mi reporte de standup de hoy" - "Prepárame para mi próxima reunión" - "Convierte este correo en una tarea de Google Tasks" - "Dame el resumen semanal de reuniones y correos no leídos" - "Anuncia este archivo de Drive en el canal de Chat" ## Before you install - Requiere el binario `gws` y haber leído ../gws-shared/SKILL.md para autenticación, flags globales y reglas de seguridad (ejecutar `gws generate-skills` si falta). ## Files - SKILL.md — 1 KB ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # workflow (v1) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws workflow [flags] ``` ## Helper Commands | Command | Description | |---------|-------------| | [`+standup-report`](../gws-workflow-standup-report/SKILL.md) | Today's meetings + open tasks as a standup summary | | [`+meeting-prep`](../gws-workflow-meeting-prep/SKILL.md) | Prepare for your next meeting: agenda, attendees, and linked docs | | [`+email-to-task`](../gws-workflow-email-to-task/SKILL.md) | Convert a Gmail message into a Google Tasks entry | | [`+weekly-digest`](../gws-workflow-weekly-digest/SKILL.md) | Weekly summary: this week's meetings + unread email count | | [`+file-announce`](../gws-workflow-file-announce/SKILL.md) | Announce a Drive file in a Chat space | ## Discovering Commands Before calling any API method, inspect it: ```bash # Browse resources and methods gws workflow --help # Inspect a method's required params, types, and defaults gws schema workflow.. ``` Use `gws schema` output to build your `--params` and `--json` flags. --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/gws-workflow