Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-forward-labeled-emails

Locate Gmail messages by label and automatically forward them to another recipient.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-forward-labeled-emails
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-forward-labeled-emails has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-forward-labeled-emails.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Locate Gmail messages by label and automatically forward them to another recipient. PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Find Gmail messages with a specific label and forward them to another address. [Original Message Body]'` - Requires the gws-gmail skill as a prerequisite dependency - Three-step workflow: search messages by label, retrieve full message content, and forward to a specified email address - Supports custom label queries and preserves original subject and body in forwarded messages - Designed as a recipe for productivity automation within agent workflows - Find labeled messages: gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format table - Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' - Forward via new email: `gws gmail +send --to manager@company.com --subject 'FW: [Original Subject]' --body 'Forwarding for your review:

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-forward-labeled-emails do?

Locate Gmail messages by label and automatically forward them to another recipient.

Is recipe-forward-labeled-emails good?

recipe-forward-labeled-emails does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-forward-labeled-emails?

recipe-forward-labeled-emails currently lists compatibility with Skills CLI.

Is recipe-forward-labeled-emails safe to install?

recipe-forward-labeled-emails has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-forward-labeled-emails?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-forward-labeled-emails?

Run the following command to install recipe-forward-labeled-emails: npx skills add https://github.com/googleworkspace/cli --skill recipe-forward-labeled-emails

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering