首页/AI 效率与自动化/recipe-email-drive-link
R

recipe-email-drive-link

by @googleworkspacev
4.6(148)

共享Google云端硬盘文件,并通过电子邮件发送文件链接及附带消息给收件人。

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

Before / After 效果对比

1
使用前

分享Google Drive文件需要先设置权限,再复制链接,最后手动撰写邮件发送。步骤繁琐,容易出错,影响信息传递效率。

使用后

自动分享Google Drive文件并生成邮件,附带链接和自定义消息,一键发送给收件人。大幅简化分享流程,提升沟通效率。

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'

用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价

统计数据

安装量25.5K
评分4.6 / 5.0
版本
更新日期2026年7月28日
对比案例1 组

用户评分

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

为此 Skill 评分

0.0

兼容平台

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

时间线

创建2026年3月16日
最后更新2026年7月28日
🎁 Agent 知识卡片
调研问卷