← Back to Skills Marketplace
googleworkspace-bot

Recipe Email Drive Link

by googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ Security Clean
379
Downloads
0
Stars
9
Active Installs
13
Versions
Install in OpenClaw
/install recipe-email-drive-link
Description
Share a Google Drive file and email the link with a message to recipients.
README (SKILL.md)

Email a Google Drive File Link

PREREQUISITE: Load the following skills to execute this recipe: gws-drive, gws-gmail

Share a Google Drive file and email the link with a message to recipients.

Steps

  1. Find the file: gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}'
  2. Share the file: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "[email protected]"}'
  3. Email the link: gws gmail +send --to [email protected] --subject 'Quarterly Report' --body 'Hi, please find the report here: https://docs.google.com/document/d/FILE_ID'
Usage Guidance
This recipe appears coherent, but check a few practical things before installing/using it: - Confirm the gws CLI you have is from a trusted source and that you understand which Google account it's authorized to use. - Inspect the gws-drive and gws-gmail skills (the recipe depends on them) to see what credentials/scopes they require — they will control which Drive files and recipients can be accessed or emailed. - Verify the permission being granted (role/type). Avoid using broad scopes like 'anyoneWithLink' unless intended. - Double-check recipient addresses and FILE_ID before running to avoid accidental data exposure. - If you need stronger assurance, run the commands in a test account or with a non-sensitive file first. Overall: the skill does what it says, but its behavior depends entirely on the gws CLI and the referenced skills' authentication — review those before use.
Capability Analysis
Type: OpenClaw Skill Name: recipe-email-drive-link Version: 1.0.12 The skill is a standard recipe for sharing a Google Drive file and emailing the link using the 'gws' toolset. The instructions in SKILL.md are transparent, align with the stated purpose, and do not contain any malicious commands, exfiltration logic, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions. The skill only needs the gws CLI and the gws-drive and gws-gmail recipe skills to list a file, add Drive permissions, and send an email — these are expected for the stated task.
Instruction Scope
SKILL.md confines actions to gws drive and gmail commands (list files, create permission, send email). It does not instruct reading local files or unrelated environment variables. Note: it assumes the referenced gws-* skills provide authentication/credentials; this recipe itself does not declare or manage those credentials.
Install Mechanism
Instruction-only skill with no install spec and no code to write to disk — lowest install risk.
Credentials
The recipe declares no environment variables itself, which is reasonable because it delegates auth to gws-drive and gws-gmail. You should verify those dependent skills' credentials and scopes (Google OAuth tokens) before use; otherwise the skill will operate with whatever account those skills are authorized for.
Persistence & Privilege
Does not request always:true or system-wide configuration changes. It is user-invocable and does not persist beyond executing the gws commands.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install recipe-email-drive-link
  3. After installation, invoke the skill by name or use /recipe-email-drive-link
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated version metadata from 0.22.4 to 0.22.5 in SKILL.md. - No other changes made.
v1.0.11
- Updated version metadata from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Bumped skill version from 0.22.2 to 0.22.3 in metadata. - No other changes made.
v1.0.9
- Updated version number in SKILL.md metadata from 0.22.1 to 0.22.2. - No other content or functionality changes.
v1.0.8
- Updated skill metadata version from 0.22.0 to 0.22.1 in SKILL.md. - No functional or documentation changes made.
v1.0.7
- Version updated from 0.21.2 to 0.22.0 in metadata. - No changes to functionality or usage instructions.
v1.0.6
- Updated skill version from 0.21.1 to 0.21.2 in metadata. - No changes to functionality or instructions.
v1.0.5
- Updated version in metadata to 0.21.1 - No changes to steps or main content; documentation version bump only
v1.0.4
- Updated the version in metadata from 0.20.0 to 0.20.1 in SKILL.md. - No other changes to functionality or documentation.
v1.0.3
- Bumped version to 0.20.0 in metadata. - No recipe steps or content changes.
v1.0.2
- Updated metadata version from 1.0.0 to 0.19.0 in SKILL.md. - Removed the top-level version field from the root and moved version under metadata. - No changes to recipe steps or functionality.
v1.0.1
- Fixed YAML formatting in metadata section for bin and skill dependencies. - No changes to steps or recipe instructions.
v1.0.0
- Initial release of recipe-email-drive-link skill. - Allows users to share a Google Drive file and email its link with a custom message. - Requires the gws-drive and gws-gmail skills to function. - Includes step-by-step instructions for finding, sharing, and emailing the file link.
Metadata
Slug recipe-email-drive-link
Version 1.0.12
License MIT-0
All-time Installs 9
Active Installs 9
Total Versions 13
Frequently Asked Questions

What is Recipe Email Drive Link?

Share a Google Drive file and email the link with a message to recipients. It is an AI Agent Skill for Claude Code / OpenClaw, with 379 downloads so far.

How do I install Recipe Email Drive Link?

Run "/install recipe-email-drive-link" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Recipe Email Drive Link free?

Yes, Recipe Email Drive Link is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Recipe Email Drive Link support?

Recipe Email Drive Link is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Recipe Email Drive Link?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.

💬 Comments