Forward Labeled Gmail Messages

SkillCommunication

Lets your agent find Gmail messages with a specific label and forward them to another address.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Forward Labeled Gmail Messages skill

About this capability

Find Gmail messages with a specific label and forward them to another address.

What this skill tells your AI

The instructions your AI receives, as published by googleworkspace/cli in skills/recipe-forward-labeled-emails/SKILL.md and read by ahel’s review.

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail

Find Gmail messages with a specific label and forward them to another address.

Steps

  1. Find labeled messages: gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format table
  2. Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'
  3. Forward via new email: `gws gmail +send --to manager@company.com --subject 'FW: [Original Subject]' --body 'Forwarding for your review:

[Original Message Body]'`

Signals

GitHub stars
31k
Forks
2k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
recipe-forward-labeled-emails
Source
github.com/googleworkspace/cli