recipe-forward-labeled-emails

Forward Gmail messages with a specific label to a designated recipient.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill recipe-forward-labeled-emails-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-forward-labeled-emails
Source: https://github.com/73ai/openbotkit/tree/main/skills/recipe-forward-labeled-emails
Command: npx skills add https://github.com/73ai/openbotkit --skill recipe-forward-labeled-emails-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail messages labeled with a target label can pile up, delaying reviews and responses.

Core Features & Use Cases

  • Forward labeled messages to a specified address.
  • Integrate with prerequisite skills (e.g., gws-gmail) to automate routing.
  • Use case: forward all messages labeled "needs-review" to your manager for quick review.

Quick Start

Forward Gmail messages with a chosen label to a designated recipient.

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 based on a specific label?

You can automatically forward Gmail messages by using label-based email routing to list, retrieve, and send labeled messages to a designated recipient. This automates email triage for compliance reviews or notification pipelines.

What is the best way to route Gmail emails tagged 'needs-review' to a manager?

The best way to route Gmail emails tagged 'needs-review' is to use label-based automated forwarding. This sends all messages matching a target label to a specified address, preventing labeled messages from piling up and delaying reviews.

Do I need the gws-gmail skill to forward labeled Gmail messages?

Yes, you need the gws-gmail skill as a prerequisite to forward labeled Gmail messages. It provides the necessary Gmail API integration to list, retrieve, and forward messages that match your target label criteria.

Can I use Gmail API to automate email routing for compliance reviews?

Yes, you can use the Gmail API to automate email routing for compliance reviews. By filtering messages with a specific label and forwarding them to a designated recipient, you ensure timely processing of compliance notifications.

How does label-based email forwarding work for notification pipelines?

Label-based email forwarding works by using the Gmail API to list and retrieve messages matching a target label, then automatically forwarding them to a designated recipient. This creates an automated routing pipeline for notifications.

Why are my labeled Gmail messages piling up and delaying responses?

Labeled Gmail messages pile up and delay responses when there is no automated routing workflow in place. Forwarding messages by label to a designated recipient ensures immediate review and prevents inbox bottlenecks.