From google-workspace-cli
Creates a Google Shared Drive, adds members with roles like writer, and lists permissions using gws CLI. Useful for team project folder setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-create-shared-driveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
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": "[email protected]"}'gws drive permissions list --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceCreates Google Shared Drive, adds members with roles like writer, and lists permissions using gws CLI. Useful for Workspace team project setup.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.