gws-workflow-email-to-task

Convert a Gmail message into a Google Tasks entry.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill gws-workflow-email-to-task-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-workflow-email-to-task
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/gws-workflow-email-to-task
Command: npx skills add https://github.com/wuyyyyyou/cli --skill gws-workflow-email-to-task-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail messages contain actionable information that should become tasks. This Skill converts a Gmail message into a Google Tasks entry to streamline follow-ups and to-dos.

Core Features & Use Cases

  • Reads the Gmail message subject as the task title and the snippet as the task notes.
  • Creates a new task in a specified task list (default: @default) via the gws workflow command.
  • Works with authentication context defined in gws-shared to ensure secure operation.

Quick Start

Run gws workflow +email-to-task --message-id <ID> to create a new task from a Gmail message.

Frequently Asked Questions about gws-workflow-email-to-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Gmail emails into Google Tasks?

You can convert a Gmail message into a Google Tasks entry by running the gws workflow command with the specific message-id, which maps the email subject to the task title and snippet to notes.

How does the Gmail to Google Tasks automation workflow handle email content?

This automation workflow maps the Gmail message subject directly to the task title and uses the email snippet as task notes, ensuring actionable email content is captured in Google Tasks.

Do I need a specific task list to turn Gmail messages into actionable tasks?

No, you do not need a specific task list, as the workflow defaults to the @default list, but you can designate an optional destination tasklist when converting a Gmail message.

What authentication is required to create Google Tasks from Gmail?

Creating Google Tasks from Gmail requires authentication context defined in gws-shared, ensuring secure operation and validated access to your Google Workspace services.

Can I use a Gmail message-id to automate task management workflows?

Yes, you can use a Gmail message-id to automate task management workflows by passing it to the gws workflow command, which identifies the specific email and converts it into a Google Tasks entry.