Create a Google Shared Drive and add members with appropriate roles.
74
68%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/recipe-create-shared-drive/SKILL.mdPREREQUISITE: 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}'c7c6646
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.