googleworkspace/recipe-forward-labeled-emails
Find Gmail messages with a specific label and forward them to another address.
npx skills add https://github.com/googleworkspace/cli --skill recipe-forward-labeled-emails
> PREREQUISITE: Load the following skills to execute this recipe: gws-gmail
Find Gmail messages with a specific label and forward them to another address.
gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format tablegws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'[Original Message Body]'`
Take googleworkspace/recipe-forward-labeled-emails from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.