Find Gmail messages with a specific label and forward them to another address.
Install with Tessl CLI
npx tessl i github:googleworkspace/cli --skill recipe-forward-labeled-emails63
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
gws command workflow and syntax
Uses gws binary
100%
100%
List command structure
0%
100%
Label query format
0%
100%
userId is 'me'
0%
100%
Table format flag
0%
100%
Message get command
0%
100%
Uses +send subcommand
0%
100%
FW: subject prefix
0%
100%
Original body included
60%
100%
Three-step workflow
62%
100%
Without context: $0.1648 · 43s · 12 turns · 14 in / 2,344 out tokens
With context: $0.2900 · 49s · 13 turns · 15 in / 2,608 out tokens
Prerequisite skill and params structure
gws-gmail prerequisite
33%
100%
Uses gws binary
100%
100%
List command present
37%
100%
Label query in list params
0%
100%
userId me in list
0%
100%
Table format in list
0%
100%
Message get command
30%
100%
userId me in get
0%
100%
Uses +send for forward
0%
100%
FW: subject format
0%
100%
Without context: $0.2854 · 1m 30s · 16 turns · 17 in / 4,722 out tokens
With context: $0.1887 · 52s · 13 turns · 266 in / 2,360 out tokens
Forward email body content and message retrieval
Uses gws binary
100%
100%
List command with label
0%
100%
userId me in list
0%
100%
Table format flag
0%
100%
Message get command
25%
100%
userId me in get
0%
100%
Uses +send for forwarding
0%
100%
FW: subject prefix
0%
100%
Original body in forward
100%
100%
Preamble in body
0%
100%
Without context: $0.3293 · 1m 21s · 24 turns · 26 in / 4,104 out tokens
With context: $0.2523 · 52s · 16 turns · 271 in / 2,651 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.