recipe-forward-labeled-emails
This skill automates the process of identifying Gmail messages with a specific label and forwarding them to a designated email address.
Is recipe-forward-labeled-emails safe to install?
Review the source first: our audit of recipe-forward-labeled-emails's source files found 3 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands that interact with the Gmail API to list, retrieve, and send emails.
How we audit skills: our security review methodology.
Who is this skill for?
Users who manage Gmail workflows via the command line and require automated email forwarding based on labels.
What can you do with it?
- Forwarding emails labeled as needs-review to a manager
- Automating email triage workflows
- Batch processing labeled Gmail messages
How good is this skill?
Quality score: 4/10. The skill provides clear steps and command examples. It lacks automated error handling or parameterization for the label name.
What does the skill file contain?
# Forward Labeled Gmail Messages
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`
Find Gmail messages with a specific label and forward them to another address.
## Steps
1. Find labeled messages: `gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format table`
2. Get message content: `gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'`
3. Forward via new email: `gws gmail +send --to manager@company.com --subject 'FW: [Original Subject]' --body 'Forwarding for your review:
[Original Message Body]'`Frequently asked questions
What dependencies does this skill require?
The skill requires the gws binary and the gws-gmail skill.
Can I change the target email address?
Yes, the forwarding command specifies the recipient address in the --to parameter.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
programmatic-seo
83.5KContent strategists, SEO specialists, and marketers building large-scale, data-driven website content
The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.
ad-creative
64.0KPerformance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative
The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.
cold-email
63.5KSales development representatives, founders, and professionals conducting B2B cold outreach
The cold-email skill generates B2B cold outreach emails and follow-up sequences. It prioritizes human-sounding, concise copy that focuses on the recipient's perspective rather than vendor-style pitches. The skill incorporates product marketing context from local files to tailor messaging and utilizes specific frameworks for subject lines, body content, and calls to action.