Home/AI Productivity & Automation/recipe-email-drive-link
R

recipe-email-drive-link

by @googleworkspacev
4.6(148)

Shares Google Drive files and sends file links with accompanying messages to recipients via email.

google-drive-sharinggmail-integrationfile-sharing-automationemail-workflowsproductivity-automationGitHub
Installation
npx skills add https://github.com/googleworkspace/cli --skill recipe-email-drive-link
compare_arrows

Before / After Comparison

1
Before

Sharing Google Drive files requires first setting permissions, then copying the link, and finally manually composing and sending an email. This multi-step process is cumbersome, prone to errors, and impacts the efficiency of information transfer.

After

Automatically shares Google Drive files and generates an email, including the link and a custom message, for one-click sending to recipients. This greatly simplifies the sharing process and enhances communication efficiency.

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": "client@example.com"}'
  3. Email the link: gws gmail +send --to client@example.com --subject 'Quarterly Report' --body 'Hi, please find the report here: https://docs.google.com/document/d/FILE_ID'

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs25.5K
Rating4.6 / 5.0
Version
Updated2026年7月28日
Comparisons1

User Rating

4.6(148)
5
24%
4
51%
3
24%
2
2%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年7月28日
🎁 Agent Knowledge Cards
Survey