gws-workflow-email-to-task

Convert Gmail messages into Google Tasks entries with subject-to-title mapping.

googleworkspace ↓ 26k
Claude Code
View source ↗

What it does

  • Reads the email subject as the task title and snippet as notes.
  • Creates a new task — confirm with the user before executing.
  • gws-shared — Global flags and auth
  • gws-workflow — All cross-service productivity workflows commands

Requirements & configuration

  • PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Convert Gmail messages into Google Tasks entries with subject-to-title mapping.

Source

Repository: https://github.com/googleworkspace/cli

gws-workflow-email-to-task FAQ

What does the gws-workflow-email-to-task skill do?

Google Workflow: Convert a Gmail message into a Google Tasks entry. Reads the email subject as the task title and snippet as notes. Creates a new task — confirm with the user before executing.

What does gws-workflow-email-to-task require?

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

How do I install gws-workflow-email-to-task?

Run: npx -y skills add https://github.com/googleworkspace/cli --skill gws-workflow-email-to-task --agent claude-code — the source lives at github.com/googleworkspace/cli.

Maintain gws-workflow-email-to-task?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

gws-workflow-email-to-task on getagentictools
[![gws-workflow-email-to-task on getagentictools](https://getagentictools.com/badge/skills/googleworkspace-cli-gws-workflow-email-to-task.svg)](https://getagentictools.com/skills/googleworkspace-cli-gws-workflow-email-to-task?ref=badge)
npx agentictools info skills/googleworkspace-cli-gws-workflow-email-to-task

The second line is the CLI lookup for this page — handy in READMEs and docs.