This recipe automates the tedious process of finding Gmail messages with specific labels and forwarding them to another email address. You'd use this when you need to regularly send labeled emails to managers, team members, or external stakeholders for review or action. It runs three specific commands: searches for messages by label using Gmail's query syntax, retrieves the full message content including subject and body, then sends a new forwarded email with proper formatting. The workflow is straightforward but saves significant manual clicking when you're processing batches of labeled messages that need to be routed elsewhere.
npx skills add https://github.com/googleworkspace/cli --skill recipe-forward-labeled-emails