gws-workflow-email-to-task

Convert a Gmail message into a Google Tasks entry using message ID and optional tasklist ID.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill gws-workflow-email-to-task-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-workflow-email-to-task
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/gws-workflow-email-to-task
Command: npx skills add https://github.com/temple-slope/dotfiles --skill gws-workflow-email-to-task-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts Gmail messages into Google Tasks entries, turning emails into actionable tasks to track work items directly in Google Tasks.

Core Features & Use Cases

  • Reads the Gmail subject as the task title and the message snippet as task notes.
  • Creates a new task in a specified task list (defaulting to @default) and prompts for confirmation before execution.

Quick Start

Run the workflow with a Gmail message ID to create a corresponding Google Tasks entry.

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 a Gmail message into a Google Tasks entry?

You need the gws toolchain and its authentication framework to run this Gmail-to-Tasks conversion workflow. It requires a Gmail message ID and an optional tasklist ID, defaulting to the @default list if none is specified.

Can I specify which Google Tasks list receives the converted Gmail message?

Yes, you can specify a target task list by providing a tasklist ID during the workflow setup. If you omit the tasklist parameter, the system defaults to creating the task in the @default list.

What information is extracted from an email when creating a task from Gmail?

When creating a task from Gmail, the workflow extracts the email subject to use as the task title and the message snippet to populate the task notes. This captures the core context of the email for actionable tracking.

Does the Gmail to Google Tasks automation require confirmation before creating a task?

Yes, the Gmail to Google Tasks automation includes a confirmation step before execution. This prevents accidental task creation and ensures you verify the extracted task title and notes before committing the entry.

Why turn emails into Google Tasks instead of leaving them in Gmail?

Converting Gmail messages into Google Tasks entries turns emails into actionable work items, separating actionable tracking from general inbox communication. This allows you to manage work items directly within Google Tasks.