recipe-forward-labeled-emails

Forward labeled Gmail messages to a specified recipient as new emails.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill recipe-forward-labeled-emails-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-forward-labeled-emails
Source: https://github.com/cellarwood/figurio/tree/main/skills/recipe-forward-labeled-emails
Command: npx skills add https://github.com/cellarwood/figurio --skill recipe-forward-labeled-emails-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates finding Gmail messages with a specific label and forwarding them to another address, eliminating manual search-and-forward steps and reducing missed escalations.

Core Features & Use Cases

  • Label-based search: Locate messages in Gmail that match a label query (for example, label:needs-review).
  • Message retrieval and forwarding: Fetch the original message content and forward it as a new email to the intended recipient.
  • Use Case: Forward all messages labeled "needs-review" to a manager or reviewer for triage and action.

Quick Start

Find all messages labeled needs-review in my Gmail and forward them to [email protected] for review.

Frequently Asked Questions about recipe-forward-labeled-emails

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically forward Gmail messages with a specific label to another email address?

To automatically forward labeled Gmail messages, this Skill retrieves emails matching a specific label query and sends them as new emails to your specified recipient. It eliminates manual search-and-forward steps for triage or escalation workflows.

Can I use Gmail label filters to route messages for manager review?

Yes, you can use label filters to route messages for manager review. The Skill searches for messages matching a label like needs-review, fetches the original content, and forwards it to a manager or reviewer for action.

Do I need the gws CLI to forward labeled emails programmatically?

Yes, forwarding labeled emails programmatically requires the gws CLI and gws-gmail skill. You must authorize these tools to list, fetch, and send messages from your Gmail mailbox to automate the forwarding workflow.

What is the best way to automate Gmail email forwarding for delegation without manual search?

The best way to automate Gmail email forwarding for delegation is using label-based message retrieval. This approach fetches labeled messages and forwards them as new emails, ensuring reviewers receive escalations without manual sorting.

Does this automated Gmail forwarding method work with existing label workflows?

This automated Gmail forwarding method works with existing label workflows by querying labels already applied to your messages. It integrates into current triage processes by fetching and forwarding messages matching your predefined label criteria.