| 6.4 | skills.sh | gws-gmail-reply gws-gmail-reply sends replies to gmail messages with automatic thread handling, supporting attachments, cc/bcc, html formatting, and draft mode via command-line flags. |
| 5.8 | skills.sh | gws-people gws-people wraps google workspace contacts and profiles management via the people api, supporting contact groups, individual contacts with photos and metadata, search across multiple scopes, and incremental sync with tokens. |
| 5.4 | skills.sh | gws-shared gws-shared documents the cli syntax, global flags, and authentication patterns for the google workspace cli tool, including output formatting options, pagination controls, and shell quoting gotchas. |
| 5.3 | skills.sh | gws-sheets-append gws-sheets-append appends single or bulk rows to google sheets via csv or json input, requiring spreadsheet id and user confirmation before write execution. |
| 5.3 | skills.sh | recipe-create-gmail-filter recipe-create-gmail-filter automates message routing by creating filters that label, star, or archive incoming mail based on sender, subject, or keyword criteria using the gws-gmail skill. |
| 5.2 | skills.sh | recipe-create-expense-tracker recipe-create-expense-tracker automates google sheets setup for expense logging via gws-sheets and gws-drive apis, adding headers and sample data then sharing access by email. |
| 5.2 | skills.sh | recipe-deploy-apps-script recipe-deploy-apps-script handles pushing local files to google apps script projects via the gws cli, covering project discovery, content retrieval, file updates, and version creation in a linear four-step workflow. |
| 5.2 | skills.sh | recipe-label-and-archive-emails recipe-label-and-archive-emails automates inbox cleanup by searching gmail messages, applying labels, and archiving in a three-step workflow. depends on gws-gmail skill and gmail query syntax. |
| 5.2 | skills.sh | recipe-watch-drive-changes recipe-watch-drive-changes sets up google workspace event subscriptions to deliver drive file change notifications to pub/sub topics, supporting creation, listing, and renewal of subscriptions. |
| 5.2 | skills.sh | recipe-create-doc-from-template recipe-create-doc-from-template automates copying google docs templates, populating them with structured content via the docs api, and granting collaborator access through drive permissions. |
| 5.2 | skills.sh | gws-modelarmor-sanitize-response gws-modelarmor-sanitize-response applies google model armor templates to filter model outputs before user delivery, accepting text via flag or stdin with optional json request override. |
| 5.2 | skills.sh | gws-chat-send gws-chat-send posts plain-text messages to google chat spaces via cli. requires space identifier and message content. integrates with gws-shared for auth and depends on user confirmation before send. |
| 5.2 | skills.sh | recipe-reschedule-meeting recipe-reschedule-meeting moves google calendar events to new times and notifies attendees via the gws-calendar skill. supports timezone-aware scheduling with a three-step find-retrieve-patch workflow. |
| 5.2 | skills.sh | recipe-log-deal-update recipe-log-deal-update appends deal status records to a google sheets sales pipeline by locating the tracking sheet, reading existing data, and inserting new rows with date, company, status, amount, quarter, and owner fields. |
| 5.2 | skills.sh | gws-tasks gws-tasks exposes google tasks api operations (create, read, update, delete, list, move) for tasklists and tasks via cli flags, with documented limits on hierarchy depth and task counts per list. |
| 5.2 | skills.sh | recipe-share-doc-and-notify recipe-share-doc-and-notify automates locating google docs by name, granting editor permissions to collaborators, and sending them notification emails via gmail in sequence. |
| 5.2 | skills.sh | gws-events-subscribe gws-events-subscribe pulls google workspace events from pub/sub and streams them as ndjson. configurable polling, batching, and optional file output. requires existing gcp project and pub/sub setup. |
| 5.1 | skills.sh | gws-gmail-send gws-gmail-send wraps the gmail api to compose and dispatch emails with optional attachments, html bodies, and send-as aliases. dry-run flag available for request preview. |
| 4.9 | skills.sh | recipe-save-email-attachments recipe-save-email-attachments orchestrates gmail and google drive to locate messages with attachments matching query criteria and persist them to a target drive folder. |
| 4.9 | skills.sh | recipe-find-free-time recipe-find-free-time queries google calendar free/busy status across multiple users to identify overlapping availability windows and optionally creates meeting events in confirmed slots. |
| 4.9 | skills.sh | recipe-cancel-and-notify recipe-cancel-and-notify deletes a google calendar event and notifies attendees via gmail. requires gws-calendar and gws-gmail skills. uses calendar api sendUpdates flag for native notifications, plus optional follow-up email. |
| 4.9 | skills.sh | gws-gmail-watch gws-gmail-watch streams new gmail messages as ndjson via gcp pub/sub, supporting label filtering, batch sizing, and optional file output with configurable polling. |
| 4.9 | skills.sh | gws-docs gws-docs provides create, get, and batchUpdate operations for google docs via the google workspace api. uses schema-driven cli discovery and includes a +write helper for text appending. |
| 4.9 | skills.sh | recipe-copy-sheet-for-new-month recipe-copy-sheet-for-new-month automates monthly google sheets template duplication by retrieving spreadsheet metadata, copying a sheet, and renaming the tab with a month identifier. requires gws-sheets skill. |
| 4.8 | skills.sh | recipe-organize-drive-folder recipe-organize-drive-folder automates nested folder creation and file reparenting in google drive via gws-drive commands, with basic verification of folder contents post-organization. |
| 4.5 | skills.sh | gws-modelarmor gws-modelarmor wraps google's content filtering via three helper commands (sanitize-prompt, sanitize-response, create-template) but lacks complete procedural depth and edge case documentation. |
| 4.5 | skills.sh | recipe-create-shared-drive recipe-create-shared-drive provisions google workspace shared drives and manages member permissions via role-based access control using the gws-drive skill. |
| 4.5 | skills.sh | recipe-create-classroom-course recipe-create-classroom-course wraps gws-classroom to provision courses with customizable metadata and bulk student enrollment via email-based invitations with role assignment. |
| 4.5 | skills.sh | gws-calendar-insert gws-calendar-insert creates a google calendar event with required summary and time range, optional location, description, attendees, and google meet integration via command-line flags. |
| 4.5 | skills.sh | recipe-create-meet-space recipe-create-meet-space chains google meet and gmail apis to provision an open meeting room and distribute its join uri via email to a static recipient list. |
| 4.4 | skills.sh | gws-workflow-email-to-task gws-workflow-email-to-task maps gmail message subjects to google tasks titles with optional task list selection, extracting snippets as notes. |
| 4.3 | skills.sh | recipe-transfer-file-ownership recipe-transfer-file-ownership automates bulk ownership reassignment of google drive files across users via the gws-drive api, requiring two sequential cli operations with an irreversible consequence. |
| 4.3 | skills.sh | recipe-save-email-to-doc recipe-save-email-to-doc automates archival of gmail messages into google docs via sequential api calls. covers message search, retrieval, doc creation, and body insertion with gmail query parameter support. |
| 4.3 | skills.sh | gws-reseller gws-reseller provides command-line access to google workspace customer account, subscription, and notification management via the reseller api. covers customer crud, plan changes, and webhook registration but lacks procedural depth and failure handling. |
| 4.3 | skills.sh | recipe-create-presentation recipe-create-presentation wraps google slides and drive apis to scaffold new presentations with a title and initial sharing configuration, supporting writer and viewer role assignment. |
| 4.3 | skills.sh | recipe-batch-invite-to-event recipe-batch-invite-to-event adds multiple attendees to a google calendar event via the gws-calendar skill and triggers notifications to invitees. the attendee list is hardcoded in the example. |
| 4.3 | skills.sh | recipe-review-meet-participants recipe-review-meet-participants retrieves attendance records and session duration from google meet conferences via three sequential api calls, extracting participant and session metadata. |
| 4.3 | skills.sh | persona-event-coordinator persona-event-coordinator bundles five google workspace skills to handle calendar creation, email invitations, and logistics tracking via predefined workflows. lacks specificity on decision logic and failure modes. |
| 4.3 | skills.sh | recipe-bulk-download-folder recipe-bulk-download-folder automates batch retrieval of files from a google drive folder, with optional format conversion for docs and sheets to pdf or other formats during download. |
| 4.3 | skills.sh | gws-sheets gws-sheets exposes google sheets v4 api read, write, and batch-update operations via three helper commands (+read, +append, batchUpdate) with atomic validation and prerequisite gws authentication. |
| 4.2 | skills.sh | recipe-email-drive-link recipe-email-drive-link automates sharing a google drive file with specific users and notifying them via email with a direct link to the document. |
| 4.2 | skills.sh | persona-content-creator persona-content-creator coordinates multi-step content workflows across google workspace (docs, drive, gmail, chat, slides), relying on prerequisite skills and loosely-coupled sub-workflows rather than integrated orchestration. |
| 4.2 | skills.sh | recipe-batch-rename-files recipe-batch-rename-files renames multiple google drive files matching a query pattern via gws cli commands, applying name changes one file at a time and verifying updates. |
| 4.2 | skills.sh | gws-script gws-script wraps the google apps script management api for command-line project operations including create, update, and deployment. lacks procedural depth and edge case handling. |
| 4.2 | skills.sh | gws-vault gws-vault provides cli access to google vault operations including matter lifecycle management, holds, exports, and saved query management via the google workspace sdk. requires gws authentication and schema inspection for parameter details. |
| 4.2 | skills.sh | recipe-draft-email-from-doc recipe-draft-email-from-doc extracts text from a google doc and pipes it into a gmail draft or send operation, requiring manual doc id and recipient specification. |
| 4.2 | skills.sh | gws-gmail-read gws-gmail-read retrieves and parses gmail messages by id, extracting body text or headers with optional html passthrough and json output formatting. |
| 4.2 | skills.sh | gws-events gws-events enables real-time event subscription and streaming from google workspace via ndjson, with helpers for subscription lifecycle management. requires prior auth setup and the gws binary. |
| 4.2 | skills.sh | gws-workflow-standup-report gws-workflow-standup-report aggregates calendar meetings and open tasks into a single daily briefing, supporting json, table, yaml, and csv output formats. |
| 4.1 | skills.sh | persona-exec-assistant persona-exec-assistant wraps google workspace APIs (gmail, calendar, drive, chat) into daily executive support workflows: standup reports, meeting prep, and inbox triage. lacks error handling and treats happy path as sufficient. |
| 4.1 | skills.sh | recipe-compare-sheet-tabs recipe-compare-sheet-tabs reads data from two google sheets tabs and identifies differences, requiring the gws-sheets skill and supporting flexible range selection across sheet names. |
| 4.1 | skills.sh | recipe-forward-labeled-emails recipe-forward-labeled-emails automates finding gmail messages by label and forwarding them to a recipient, preserving subject and body. requires gws-gmail skill and manual message id substitution between steps. |
| 4.1 | skills.sh | persona-customer-support persona-customer-support orchestrates ticket triage, task creation, and escalation across gmail, sheets, and chat. lacks specificity on decision logic, failure handling, and trigger conditions. |
| 4.0 | skills.sh | gws-gmail-triage gws-gmail-triage retrieves and displays unread inbox messages with sender, subject, and date metadata. supports filtering by query and label inclusion, outputs as table or json. |
| 3.9 | skills.sh | gws-admin gws-admin provides CLI access to google workspace directory APIs for user, group, and device management via delegated auth, but lacks procedural depth and actionable examples. |
| 3.8 | skills.sh | persona-it-admin persona-it-admin provides google workspace administration tooling for security monitoring and configuration, but lacks actionable procedure depth and explicit failure handling. |
| 3.8 | skills.sh | gws-drive-upload gws-drive-upload handles file uploads to google drive with automatic mime type detection and optional metadata override via flags, but lacks procedural depth and failure handling. |
| 3.8 | skills.sh | gws-workflow-file-announce gws-workflow-file-announce posts drive file announcements to google chat spaces by fetching file metadata and constructing a formatted message, supporting multiple output formats. |
| 3.8 | skills.sh | gws-drive gws-drive wraps the google drive v3 api but lacks concrete procedures, actionable examples, and failure handling. the skeleton is present but execution steps are missing and most resource methods are undocumented. |
| 3.7 | skills.sh | gws-docs-write gws-docs-write appends plain text to the end of a google docs document via cli flag. requires document id and text input. delegates rich formatting to raw api. |
| 3.4 | skills.sh | gws-calendar gws-calendar wraps the google calendar v3 api for event and calendar operations via a cli syntax, requires workspace auth, but lacks procedural depth and concrete usage examples. |
| 3.2 | skills.sh | gws-workflow-weekly-digest gws-workflow-weekly-digest aggregates weekly meeting schedules and unread email counts into a configurable digest output, but lacks operational depth and actionable procedural detail. |
| 3.2 | skills.sh | gws-classroom gws-classroom exposes google classroom api resources (courses, invitations, registrations, user profiles) via a generic cli wrapper. lacks actionable procedures for common workflows like roster management or coursework submission. |
| 3.2 | skills.sh | gws-keep gws-keep exposes google keep api resources (notes, media, permissions) via a command-line wrapper. lacks actionable workflows or decision logic beyond raw api method documentation. |
| 3.2 | skills.sh | recipe-find-large-files recipe-find-large-files queries google drive to list files by storage consumption, returning metadata for manual review and deletion decisions. |
| 3.2 | skills.sh | recipe-send-team-announcement recipe-send-team-announcement chains gmail and google chat commands to broadcast announcements across two channels. lacks error handling, decision logic, and output validation. |
| 2.1 | skills.sh | gws-alertcenter gws-alertcenter exposes the alerts resource via a minimal cli wrapper around the google workspace alert center api. lacks procedural guidance, trigger context, and actionable steps. |
| — | skills.sh | gws-script-push Google Apps Script: Upload local files to an Apps Script project. |
| — | skills.sh | gws-modelarmor-sanitize-prompt Google Model Armor: Sanitize a user prompt through a Model Armor template. |
| — | skills.sh | recipe-share-event-materials Share Google Drive files with all attendees of a Google Calendar event. |
| — | skills.sh | gws-modelarmor-create-template Google Model Armor: Create a new Model Armor template. |
| — | skills.sh | persona-hr-coordinator Handle HR workflows — onboarding, announcements, and employee comms. |
| — | skills.sh | recipe-post-mortem-setup Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat. |
| — | skills.sh | recipe-create-feedback-form Create a Google Form for feedback and share it via Gmail. |
| — | skills.sh | recipe-create-vacation-responder Enable a Gmail out-of-office auto-reply with a custom message and date range. |
| — | skills.sh | persona-sales-ops Manage sales workflows — track deals, schedule calls, client comms. |
| — | skills.sh | recipe-share-folder-with-team Share a Google Drive folder and all its contents with a list of collaborators. |
| — | skills.sh | recipe-create-events-from-sheet Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row. |
| — | skills.sh | recipe-collect-form-responses Retrieve and review responses from a Google Form. |
| — | skills.sh | recipe-review-overdue-tasks Find Google Tasks that are past due and need attention. |
| — | skills.sh | recipe-schedule-recurring-event Create a recurring Google Calendar event with attendees. |
| — | skills.sh | recipe-create-task-list Set up a new Google Tasks list with initial tasks. |
| — | skills.sh | recipe-block-focus-time Create recurring focus time blocks on Google Calendar to protect deep work hours. |
| — | skills.sh | persona-team-lead Lead a team — run standups, coordinate tasks, and communicate. |
| — | skills.sh | gws-admin-reports Google Workspace Admin SDK: Audit logs and usage reports. |
| — | skills.sh | recipe-generate-report-from-sheet Read data from a Google Sheet and create a formatted Google Docs report. |
| — | skills.sh | gws-events-renew Google Workspace Events: Renew/reactivate Workspace Events subscriptions. |
| — | skills.sh | recipe-plan-weekly-schedule Review your Google Calendar week, identify gaps, and add events to fill them. |
| — | skills.sh | recipe-sync-contacts-to-sheet Export Google Contacts directory to a Google Sheets spreadsheet. |
| — | skills.sh | recipe-backup-sheet-as-csv Export a Google Sheets spreadsheet as a CSV file for local backup or processing. |
| — | skills.sh | persona-researcher Organize research — manage references, notes, and collaboration. |
| — | skills.sh | persona-project-manager Coordinate projects — track tasks, schedule meetings, and share docs. |
| — | skills.sh | gws-workflow-meeting-prep Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs. |
| — | skills.sh | gws-gmail-reply-all Gmail: Reply-all to a message (handles threading automatically). |
| — | skills.sh | gws-chat Google Chat: Manage Chat spaces and messages. |
| — | skills.sh | gws-gmail-forward Gmail: Forward a message to new recipients. |
| — | skills.sh | gws-workflow Google Workflow: Cross-service productivity workflows. |
| — | skills.sh | gws-forms Read and write Google Forms. |
| — | skills.sh | gws-meet Manage Google Meet conferences. |
| — | skills.sh | gws-slides Google Slides: Read and write presentations. |
| — | skills.sh | gws-calendar-agenda Google Calendar: Show upcoming events across all calendars. |
| — | skills.sh | gws-sheets-read Google Sheets: Read values from a spreadsheet. |
| — | skills.sh | gws-gmail Gmail: Send, read, and manage email. |
| — | skills.sh | recipe-send-personalized-emails Read recipient data from Google Sheets and send personalized Gmail messages to each row. |
| — | skills.sh | gws-licensing Google Workspace Enterprise License Manager: Manage product licenses. |
| — | skills.sh | gws-cloudidentity Google Cloud Identity: Manage identity groups and memberships. |
| — | skills.sh | recipe-triage-security-alerts List and review Google Workspace security alerts from Alert Center. |
| — | skills.sh | gws-groupssettings gws-groupssettings — an installable skill for AI agents, published by googleworkspace/cli. |
| — | skills.sh | recipe-audit-external-sharing Find and review Google Drive files shared outside the organization. |
| — | skills.sh | recipe-search-and-export-emails Find Gmail messages matching a query and export them for review. |
| — | skills.sh | gws-apps-script-push Google Apps Script: Upload local files to an Apps Script project. |
| — | skills.sh | gws-apps-script Google Apps Script: Manage and execute Apps Script projects. |