← Back to Skills Marketplace
Recipe Save Email Attachments
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
372
Downloads
0
Stars
8
Active Installs
13
Versions
Install in OpenClaw
/install recipe-save-email-attachments
Description
Find Gmail messages with attachments and save them to a Google Drive folder.
Usage Guidance
This recipe appears internally consistent, but check these before installing: ensure the gws CLI and the gws-gmail / gws-drive skills come from sources you trust (they will hold your Google auth); confirm the OAuth scopes granted to those skills are least-privilege (only Gmail/Drive access needed); replace example query and placeholder IDs carefully to avoid moving unintended attachments; if you do not want the agent to act autonomously, disable autonomous invocation or review the agent's settings; and verify where the gws binary was installed from (to avoid running an untrusted CLI).
Capability Analysis
Type: OpenClaw Skill
Name: recipe-save-email-attachments
Version: 1.0.12
The skill bundle is a standard recipe for automating the transfer of Gmail attachments to Google Drive using the 'gws' tool. The instructions in SKILL.md are transparent, align with the stated purpose, and do not contain any indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md uses the gws CLI to list Gmail messages, download attachments, and upload them to Drive. Declaring gws and dependent skills gws-gmail and gws-drive is coherent for this recipe.
Instruction Scope
Instructions are narrowly focused on Gmail/Drive operations via gws commands. They do not instruct reading unrelated files, scanning system paths, or exfiltrating data to third-party endpoints. The recipe uses placeholders (MESSAGE_ID, ATTACHMENT_ID, FOLDER_ID) and an example query (from:[email protected]) which must be replaced when used.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. Requires the gws binary to be present, which is expected given the CLI commands used.
Credentials
The skill itself does not request environment variables or credentials, which is reasonable. However it depends on gws-gmail and gws-drive skills (and the gws CLI), which will need Google/Gmail/Drive credentials; the recipe assumes those are already provided by the environment or those skills. Verify the dependent skills' credential scopes before granting access.
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent privileges or attempt to modify other skills. Autonomous invocation is allowed by default (platform normal) but not unusually privileged here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-save-email-attachments - After installation, invoke the skill by name or use
/recipe-save-email-attachments - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated skill metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated version metadata from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated skill version in metadata from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated skill metadata version from 0.22.1 to 0.22.2 in SKILL.md.
v1.0.8
- Updated skill version from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.7
- Updated skill version to 0.22.0.
- No changes made to functionality or documentation content.
- Version metadata in SKILL.md updated for consistency.
v1.0.6
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.5
- Updated version number from 0.20.1 to 0.21.1 in SKILL.md.
v1.0.4
- Updated recipe version to 0.20.1 in metadata.
- No functional or instructional changes made.
v1.0.3
- Updated skill version to 0.20.0 in metadata.
- No changes to functionality or documentation content.
v1.0.2
- Updated metadata format in SKILL.md for improved compatibility.
- Removed explicit version field from root and added under metadata.
- No changes to skill behavior or usage.
v1.0.1
- Fixed YAML formatting for dependency lists in SKILL.md
- No functional changes to the recipe itself
v1.0.0
- Initial release of the skill.
- Automates finding Gmail messages with attachments.
- Provides steps to download attachments and save them to a Google Drive folder.
- Requires the `gws-gmail` and `gws-drive` skills to function.
Metadata
Frequently Asked Questions
What is Recipe Save Email Attachments?
Find Gmail messages with attachments and save them to a Google Drive folder. It is an AI Agent Skill for Claude Code / OpenClaw, with 372 downloads so far.
How do I install Recipe Save Email Attachments?
Run "/install recipe-save-email-attachments" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Save Email Attachments free?
Yes, Recipe Save Email Attachments is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Save Email Attachments support?
Recipe Save Email Attachments is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Save Email Attachments?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills