recipe▌
50 indexed skills · max 10 per page
recipe-deploy-apps-script
googleworkspace/cli · Productivity
Deploy local files to Google Apps Script projects with version control. \n \n Requires the gws-apps-script skill and gws command-line tool as prerequisites \n Supports listing projects, retrieving project content, updating files, and creating versioned releases \n Workflow covers four core operations: project discovery, content inspection, file updates, and version creation \n
recipe-search-and-export-emails
googleworkspace/cli · AI/ML
Search Gmail messages by query and export results for offline review. \n \n Requires the gws-gmail skill as a prerequisite dependency \n Supports Gmail query syntax for filtering by sender, date, labels, and other message properties \n Exports search results to JSON format for further processing or archival \n Retrieves full message details including headers and body content for selected emails \n
recipe-bulk-download-folder
googleworkspace/cli · Productivity
Bulk download all files from a Google Drive folder with automatic format conversion. \n \n Requires the gws-drive skill and gws binary to execute \n Lists folder contents by querying parent folder ID, then downloads each file individually \n Supports exporting Google Docs and Sheets as PDF or other formats during download \n Workflow: query folder, iterate through results, download or export each file to local storage \n
recipe-find-large-files
googleworkspace/cli · Productivity
Identify large Google Drive files consuming storage quota. \n \n Lists files sorted by size in descending order to quickly spot storage hogs \n Returns file metadata including ID, name, size, MIME type, and owners for informed deletion or archival decisions \n Requires the gws-drive skill to be loaded before execution \n
recipe-create-presentation
googleworkspace/cli · Productivity
Create a new Google Slides presentation with initial slides and sharing. \n \n Requires the gws-slides skill as a prerequisite dependency \n Creates presentations with a specified title and retrieves the presentation ID for further operations \n Supports sharing presentations with team members by setting permissions (writer, viewer, or other roles) via email address \n
recipe-create-doc-from-template
googleworkspace/cli · Documents
Template-based Google Doc creation with automated content population and team sharing. \n \n Requires gws-drive and gws-docs skills; uses Google Workspace APIs for file operations and document editing \n Workflow: copy a template doc, populate it with structured content via the docs API, then grant collaborator access through drive permissions \n Supports markdown-style content insertion and granular permission assignment (writer, editor roles, user/group targeting) \n
recipe-watch-drive-changes
googleworkspace/cli · Productivity
Subscribe to Google Drive file and folder changes via Pub/Sub notifications. \n \n Requires the gws-events skill and gws binary to execute \n Creates event subscriptions on Drive resources with configurable notification endpoints and payload options \n Supports subscription lifecycle management: create, list, and renew subscriptions before expiry \n Delivers change events (file updates) to Google Cloud Pub/Sub topics for downstream processing \n
recipe-create-task-list
googleworkspace/cli · Productivity
Initialize a Google Tasks list and populate it with multiple tasks via command sequence. \n \n Requires the gws-tasks skill to execute task list and task management operations \n Provides step-by-step commands to create a new task list, add tasks with optional notes and due dates, and display results in table format \n Demonstrates task insertion with structured JSON payloads including title, notes, and ISO 8601 due date formatting \n
recipe-create-feedback-form
googleworkspace/cli · Productivity
Create a Google Form for feedback collection and distribute it via email. \n \n Requires gws-forms and gws-gmail skills as dependencies \n Two-step workflow: create a form with custom title and document name, then email the responder URI to recipients \n Designed for feedback collection scenarios such as post-event surveys or attendee input gathering \n
recipe-share-event-materials
googleworkspace/cli · Productivity
Automatically share Google Drive files with all attendees of a Calendar event. \n \n Requires gws-calendar and gws-drive skills as dependencies \n Retrieves event attendee list from Google Calendar, then grants each attendee reader access to specified Drive files \n Includes verification step to confirm sharing permissions were applied successfully \n