← Back to Skills Marketplace
Recipe Forward Labeled Emails
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
340
Downloads
0
Stars
9
Active Installs
13
Versions
Install in OpenClaw
/install recipe-forward-labeled-emails
Description
Find Gmail messages with a specific label and forward them to another address.
Usage Guidance
This recipe is coherent: it uses the gws CLI and gws-gmail to list, read, and forward labeled Gmail messages. Before installing, confirm you trust the gws/gws-gmail tooling and understand its authentication (OAuth tokens) and scopes. Note the recipe as written will forward full message content (and likely attachments) to [email protected] — edit the label, recipient, or add filtering/sanitization if needed to avoid leaking sensitive data. Also check organizational policy about auto-forwarding emails and whether the skill might be invoked automatically by agents (model invocation is allowed by default).
Capability Analysis
Type: OpenClaw Skill
Name: recipe-forward-labeled-emails
Version: 1.0.12
This skill bundle is a standard productivity recipe for automating Gmail message forwarding based on labels. It utilizes the 'gws' command-line tool to list, retrieve, and send emails to a placeholder address ([email protected]) as described in SKILL.md. No malicious logic, unauthorized data exfiltration, or prompt injection attempts were identified.
Capability Assessment
Purpose & Capability
Name/description match the runtime steps. The declared required binary (gws) and dependency on the gws-gmail skill are appropriate for accessing and sending Gmail messages.
Instruction Scope
Instructions only invoke gws gmail commands to list, fetch, and send messages, which is within the stated purpose. The recipe hardcodes a query (label:needs-review) and a recipient ([email protected]) and does not mention handling attachments, headers, or sanitization of message contents — so forwarded content may include sensitive data unless the operator changes the recipe.
Install Mechanism
Instruction-only skill with no install spec or downloads; nothing is written to disk by the skill itself.
Credentials
No environment variables or credentials are declared by this skill; Gmail authentication is presumably handled by the gws/gws-gmail tooling. This is consistent but you should confirm gws-gmail's auth scope and storage because forwarding requires access to mailbox contents.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. Model invocation is allowed (the platform default) but that alone is not a red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-forward-labeled-emails - After installation, invoke the skill by name or use
/recipe-forward-labeled-emails - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Bumped metadata version from 0.22.4 to 0.22.5 in SKILL.md.
- No other content or functional changes made.
v1.0.11
- Updated skill metadata version from 0.22.3 to 0.22.4 in SKILL.md.
- No changes to functionality or usage instructions.
v1.0.10
- Updated version number in metadata from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated skill version from 0.22.1 to 0.22.2 in metadata.
- No changes to functionality or instructions.
v1.0.8
- Updated skill version from 0.22.0 to 0.22.1 in metadata.
- No functional or instructional changes were made.
v1.0.7
- Updated skill version from 0.21.2 to 0.22.0 in metadata.
- No other content or functionality changes.
v1.0.6
- Updated skill version in metadata from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.5
- Updated skill metadata version from 0.20.1 to 0.21.1 in SKILL.md.
v1.0.4
- Bumped version in metadata from 0.20.0 to 0.20.1 in SKILL.md
- No changes to recipe steps or functionality; documentation version update only
v1.0.3
- Bumped version from 0.19.0 to 0.20.0 in metadata.
- No other changes made to functionality or documentation.
v1.0.2
- Updated SKILL.md metadata: moved version under metadata and set to 0.19.0.
- Removed top-level version field from SKILL.md.
- No changes to functionality or usage instructions.
v1.0.1
- Updated metadata formatting in SKILL.md for improved consistency
- No changes to recipe functionality or instructions
v1.0.0
Initial release of recipe-forward-labeled-emails.
- Find Gmail messages with a specified label.
- Retrieve the content of labeled messages.
- Forward the message to another email address with a formatted subject and body.
- Requires the gws-gmail skill to be loaded.
Metadata
Frequently Asked Questions
What is Recipe Forward Labeled Emails?
Find Gmail messages with a specific label and forward them to another address. It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.
How do I install Recipe Forward Labeled Emails?
Run "/install recipe-forward-labeled-emails" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Forward Labeled Emails free?
Yes, Recipe Forward Labeled Emails is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Forward Labeled Emails support?
Recipe Forward Labeled Emails is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Forward Labeled Emails?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills