gws-workflow-email-to-task
The gws-workflow-email-to-task skill converts a Gmail message into a Google Tasks entry using the gws CLI tool.
Is gws-workflow-email-to-task safe to install?
Review the source first: our audit of gws-workflow-email-to-task's source files found 4 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the gws binary and interacts with Google Workspace APIs.
How we audit skills: our security review methodology.
Who is this skill for?
Users who manage tasks directly from their Gmail inbox via the command line.
What can you do with it?
- Convert a specific Gmail message into a Google Tasks entry.
- Specify a target task list for the created task.
How good is this skill?
Quality score: 9/10. The documentation is clear and follows the specified structure. It provides necessary prerequisites and usage examples.
What does the skill file contain?
# 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 <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 +...
Frequently asked questions
What information does the skill extract from the email?
The skill uses the email subject as the task title and the email snippet as the task notes.
Does the skill require authentication?
Yes, the skill requires authentication as defined in the gws-shared skill documentation.
Can I choose which task list the task is added to?
Yes, you can use the --tasklist flag to specify a list ID, otherwise it defaults to @default.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
gws-workflow-meeting-prep
17.5KUsers who manage schedules and meeting preparation via the Google Workspace CLI
The gws-workflow-meeting-prep skill retrieves agenda, attendee, and document information for the next upcoming Google Calendar event.
recipe-save-email-attachments
16.9KUsers who manage email attachments and Google Drive storage using the Google Workspace CLI
This recipe automates the process of locating Gmail messages containing attachments and saving those files to a specified Google Drive folder.
recipe-draft-email-from-doc
16.7KUsers who need to automate email drafting from Google Docs content
This skill drafts a Gmail message using text extracted from a Google Doc.