R
recipe-share-folder-with-team
by @googleworkspacev
4.5(144)
将Google Drive文件夹及其所有内容共享给团队成员列表,方便团队协作,统一管理和访问项目文件。
安装方式
npx skills add googleworkspace/cli --skill recipe-share-folder-with-teamcompare_arrows
Before / After 效果对比
1 组使用前
需要与团队共享Google Drive文件夹及其所有内容时,手动设置权限和添加成员耗时费力。协作效率低下,信息传递不便。
使用后
自动共享Google Drive文件夹及其所有内容给指定协作者列表。大幅简化共享流程,确保团队成员快速获取所需文件,提升协作效率。
SKILL.md
Share a Google Drive Folder with a Team
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Share a Google Drive folder and all its contents with a list of collaborators.
Steps
- Find the folder:
gws drive files list --params '{"q": "name = '\''Project X'\'' and mimeType = '\''application/vnd.google-apps.folder'\''"}' - Share as editor:
gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "colleague@company.com"}' - Share as viewer:
gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "stakeholder@company.com"}' - Verify permissions:
gws drive permissions list --params '{"fileId": "FOLDER_ID"}' --format table
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量14.5K
评分4.5 / 5.0
版本
更新日期2026年5月23日
对比案例1 组
用户评分
4.5(144)
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年5月23日