From google-workspace-cli
Converts a Gmail message into a Google Tasks entry via gws CLI workflow. Uses subject as task title, snippet as notes. Specify message ID; optional tasklist. Useful for email-to-task automation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:gws-workflow-email-to-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
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
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceConverts 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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.