From gws
Converts a Gmail message to a Google Tasks entry via gws CLI, using subject as title and snippet as notes. Specify message ID and optional tasklist.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
Converts a Gmail message to a Google Tasks entry via gws CLI, using subject as title and snippet as notes. Specify message ID and optional tasklist.
Forwards Gmail messages to new recipients via gws CLI with flags for message ID, recipients, CC/BCC, body notes, HTML, and dry-run. Useful for email automation in scripts.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Share bugs, ideas, or general feedback.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto 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