recipe-create-shared-drive by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-shared-drive前提条件: 执行此配方需加载以下技能:
gws-drive
创建一个 Google 共享云端硬盘,并添加具有适当角色的成员。
gws drive drives create --params '{"requestId": "unique-id-123"}' --json '{"name": "Project X"}'gws drive permissions create --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}' --json '{"role": "writer", "type": "user", "emailAddress": "member@company.com"}'gws drive permissions list --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}'每周安装量
6.2K
代码仓库
GitHub 星标数
22.8K
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
首次出现
2026年3月4日
安全审计
安装于
codex6.0K
opencode5.9K
gemini-cli5.9K
cursor5.9K
github-copilot5.9K
kimi-cli5.9K
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Create a Google Shared Drive and add members with appropriate roles.
gws drive drives create --params '{"requestId": "unique-id-123"}' --json '{"name": "Project X"}'gws drive permissions create --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}' --json '{"role": "writer", "type": "user", "emailAddress": "member@company.com"}'gws drive permissions list --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}'Weekly Installs
6.2K
Repository
GitHub Stars
22.8K
First Seen
Mar 4, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex6.0K
opencode5.9K
gemini-cli5.9K
cursor5.9K
github-copilot5.9K
kimi-cli5.9K
Azure RBAC 权限管理工具:查找最小角色、创建自定义角色与自动化分配
104,600 周安装