googleworkspace/gws-workflow-email-to-task
Google Workflow: Convert a Gmail message into a Google Tasks entry.
npx skills add https://github.com/googleworkspace/cli --skill gws-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
gws workflow +email-to-task --message-id <ID>
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| --message-id | ✓ | — | Gmail message ID to convert |
| --tasklist | — | @default | Task list ID (default: @default) |
gws workflow +email-to-task --message-id MSG_ID
gws workflow +email-to-task --message-id MSG_ID --tasklist LIST_ID
Take googleworkspace/gws-workflow-email-to-task from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.