drive▌
13 indexed skills · max 10 per page
recipe-create-shared-drive
googleworkspace/cli · Productivity
Create a Google Shared Drive and manage member access with role-based permissions. \n \n Requires the gws-drive skill and gws binary to execute \n Supports three core operations: creating shared drives, adding members with specific roles (writer, reader, etc.), and listing current members \n Uses Google Workspace API parameters for drive ID and permission management across shared drive resources \n
gws-drive-upload
googleworkspace/cli · Productivity
Upload files to Google Drive with automatic MIME type detection and metadata. \n \n Accepts a local file path and uploads it to Google Drive, with optional parent folder targeting and custom filename override \n Automatically detects MIME type based on file extension; filename defaults to source filename unless specified with --name \n Requires Google Workspace authentication via the shared gws module; treat as a write command and confirm with users before execution \n
recipe-email-drive-link
googleworkspace/cli · AI/ML
Share Google Drive files and email access links to recipients in a single workflow. \n \n Combines Google Drive file sharing with Gmail delivery in three sequential steps: locate files, grant access permissions, and send notification emails \n Requires both gws-drive and gws-gmail skills to be loaded before execution \n Supports role-based sharing (reader, commenter, editor) and targets specific email addresses with custom messages \n