# Gws Workflow Email To Task > Google Workflow: Convert a Gmail message into a Google Tasks entry. Source: https://skillsagentes.com/skills/googleworkspace/cli/gws-workflow-email-to-task Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 17 tok installed, 316 tok once triggered, 316 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-email-to-task --agent claude-code ``` ## What it does - Convierte un mensaje de Gmail en una entrada de Google Tasks - Usa el asunto del correo como título de la tarea y el snippet como notas ## Use it when - Se necesita crear una tarea de Google Tasks a partir de un correo de Gmail existente ## What triggers it - "Convierte este correo de Gmail en una tarea de Google Tasks" - "Crea una tarea a partir del mensaje MSG_ID en la lista LIST_ID" ## Before you install - Requiere el binario `gws` y haber leído gws-shared/SKILL.md para autenticación, flags globales y reglas de seguridad. ## 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 +email-to-task > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Convert a Gmail message into a Google Tasks entry ## Usage ```bash gws workflow +email-to-task --message-id ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--message-id` | ✓ | — | Gmail message ID to convert | | `--tasklist` | — | @default | Task list ID (default: @default) | ## Examples ```bash gws workflow +email-to-task --message-id MSG_ID gws workflow +email-to-task --message-id MSG_ID --tasklist LIST_ID ``` ## Tips - Reads the email subject as the task title and snippet as notes. - Creates a new task — confirm with the user before executing. ## See Also - [gws-shared](../gws-shared/SKILL.md) — Global flags and auth - [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/gws-workflow-email-to-task