R
recipe-share-doc-and-notify
by @googleworkspacev1.0.0
0.0(0)
分享Google文档,授予编辑权限,并自动通过电子邮件通知协作者,方便团队高效协作,共同编辑文档内容。
安装方式
npx skills add googleworkspace/cli --skill recipe-share-doc-and-notifycompare_arrows
Before / After 效果对比
1 组使用前
分享Google文档需要手动设置编辑权限,再复制链接并撰写邮件通知协作者,操作繁琐。信息传递不及时,影响团队协作。
使用后
自动分享Google文档并赋予编辑权限,同时通过邮件通知协作者链接。简化分享流程,确保信息及时传达,提升团队协作效率。
description SKILL.md
name: recipe-share-doc-and-notify version: 1.0.0 description: "Share a Google Docs document with edit access and email collaborators the link." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-drive", "gws-docs", "gws-gmail"]
Share a Google Doc and Notify Collaborators
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive,gws-docs,gws-gmail
Share a Google Docs document with edit access and email collaborators the link.
Steps
- Find the doc:
gws drive files list --params '{"q": "name contains '\''Project Brief'\'' and mimeType = '\''application/vnd.google-apps.document'\''"}' - Share with editor access:
gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "reviewer@company.com"}' - Email the link:
gws gmail +send --to reviewer@company.com --subject 'Please review: Project Brief' --body 'I have shared the project brief with you: https://docs.google.com/document/d/DOC_ID'
forum用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价,来写第一条吧
统计数据
安装量0
评分0.0 / 5.0
版本1.0.0
更新日期2026年3月16日
对比案例1 组
用户评分
0.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年3月16日