Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/sync-skills.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@googleworkspace/cli": patch
Comment thread
jpoehnelt marked this conversation as resolved.
---

Sync generated skills with latest Google Discovery API specs
2 changes: 1 addition & 1 deletion skills/gws-admin-reports/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-admin-reports
description: "Google Workspace Admin SDK: Audit logs and usage reports."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-calendar-agenda/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-calendar-agenda
description: "Google Calendar: Show upcoming events across all calendars."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-calendar-insert/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-calendar-insert
description: "Google Calendar: Create a new event."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-calendar/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-calendar
description: "Google Calendar: Manage calendars and events."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-chat-send/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-chat-send
description: "Google Chat: Send a message to a space."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-chat/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-chat
description: "Google Chat: Manage Chat spaces and messages."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-classroom/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-classroom
description: "Google Classroom: Manage classes, rosters, and coursework."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-docs-write/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-docs-write
description: "Google Docs: Append text to a document."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-docs/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-docs
description: "Read and write Google Docs."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-drive-upload/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-drive-upload
description: "Google Drive: Upload a file with automatic metadata."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
10 changes: 5 additions & 5 deletions skills/gws-drive/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-drive
description: "Google Drive: Manage files, folders, and shared drives."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down Expand Up @@ -70,19 +70,19 @@ gws drive <resource> <method> [flags]
- `create` — Creates a shared drive. For more information, see [Manage shared drives](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives).
- `get` — Gets a shared drive's metadata by ID. For more information, see [Manage shared drives](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives).
- `hide` — Hides a shared drive from the default view. For more information, see [Manage shared drives](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives).
- `list` — Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](https://developers.google.com/workspace/drive/api/guides/search-shareddrives) guide.
- `list` — Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/workspace/drive/api/guides/search-shareddrives) guide.
- `unhide` — Restores a shared drive to the default view. For more information, see [Manage shared drives](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives).
- `update` — Updates the metadata for a shared drive. For more information, see [Manage shared drives](https://developers.google.com/workspace/drive/api/guides/manage-shareddrives).

### files

- `copy` — Creates a copy of a file and applies any requested updates with patch semantics. For more information, see [Create and manage files](https://developers.google.com/workspace/drive/api/guides/create-file).
- `create` — Creates a file. For more information, see [Create and manage files](https://developers.google.com/workspace/drive/api/guides/create-file). This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:* `*/*` (Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded.
- `create` — Creates a file. For more information, see [Create and manage files](/workspace/drive/api/guides/create-file). This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:* `*/*` (Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded.
- `download` — Downloads the content of a file. For more information, see [Download and export files](https://developers.google.com/workspace/drive/api/guides/manage-downloads). Operations are valid for 24 hours from the time of creation.
- `export` — Exports a Google Workspace document to the requested MIME type and returns exported byte content. For more information, see [Download and export files](https://developers.google.com/workspace/drive/api/guides/manage-downloads). Note that the exported content is limited to 10 MB.
- `generateIds` — Generates a set of file IDs which can be provided in create or copy requests. For more information, see [Create and manage files](https://developers.google.com/workspace/drive/api/guides/create-file).
- `get` — Gets a file's metadata or content by ID. For more information, see [Search for files and folders](https://developers.google.com/workspace/drive/api/guides/search-files). If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive.
- `list` — Lists the user's files. For more information, see [Search for files and folders](https://developers.google.com/workspace/drive/api/guides/search-files). This method accepts the `q` parameter, which is a search query combining one or more search terms. This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.
- `get` — Gets a file's metadata or content by ID. For more information, see [Search for files and folders](/workspace/drive/api/guides/search-files). If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/workspace/drive/api/reference/rest/v3/files/export) instead.
- `list` — Lists the user's files. For more information, see [Search for files and folders](/workspace/drive/api/guides/search-files). This method accepts the `q` parameter, which is a search query combining one or more search terms. This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.
- `listLabels` — Lists the labels on a file. For more information, see [List labels on a file](https://developers.google.com/workspace/drive/api/guides/list-labels).
- `modifyLabels` — Modifies the set of labels applied to a file. For more information, see [Set a label field on a file](https://developers.google.com/workspace/drive/api/guides/set-label). Returns a list of the labels that were added or modified.
- `update` — Updates a file's metadata, content, or both. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:* `*/*` (Specify a valid MIME type, rather than the literal `*/*` value.
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-events-renew/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-events-renew
description: "Google Workspace Events: Renew/reactivate Workspace Events subscriptions."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-events-subscribe/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-events-subscribe
description: "Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-events/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-events
description: "Subscribe to Google Workspace events."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-forms/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-forms
description: "Read and write Google Forms."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-forward/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-forward
description: "Gmail: Forward a message to new recipients."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-read/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-read
description: "Gmail: Read a message and extract its body or headers."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-reply-all/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-reply-all
description: "Gmail: Reply-all to a message (handles threading automatically)."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-reply/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-reply
description: "Gmail: Reply to a message (handles threading automatically)."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-send/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-send
description: "Gmail: Send an email."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-triage/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-triage
description: "Gmail: Show unread inbox summary (sender, subject, date)."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-watch/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-watch
description: "Gmail: Watch for new emails and stream them as NDJSON."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail
description: "Gmail: Send, read, and manage email."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-keep/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-keep
description: "Manage Google Keep notes."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-meet/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-meet
description: "Manage Google Meet conferences."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-modelarmor-create-template/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-modelarmor-create-template
description: "Google Model Armor: Create a new Model Armor template."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "security"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-modelarmor-sanitize-prompt/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-modelarmor-sanitize-prompt
description: "Google Model Armor: Sanitize a user prompt through a Model Armor template."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "security"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-modelarmor-sanitize-response/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-modelarmor-sanitize-response
description: "Google Model Armor: Sanitize a model response through a Model Armor template."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "security"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-modelarmor/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-modelarmor
description: "Google Model Armor: Filter user-generated content for safety."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-people/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-people
description: "Google People: Manage contacts and profiles."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-shared/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-shared
description: "gws CLI: Shared patterns for authentication, global flags, and output formatting."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-sheets-append/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-sheets-append
description: "Google Sheets: Append a row to a spreadsheet."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-sheets-read/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-sheets-read
description: "Google Sheets: Read values from a spreadsheet."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-sheets/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-sheets
description: "Google Sheets: Read and write spreadsheets."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-slides/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-slides
description: "Google Slides: Read and write presentations."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-tasks/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-tasks
description: "Google Tasks: Manage task lists and tasks."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-workflow-email-to-task/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-workflow-email-to-task
description: "Google Workflow: Convert a Gmail message into a Google Tasks entry."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-workflow-file-announce/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-workflow-file-announce
description: "Google Workflow: Announce a Drive file in a Chat space."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-workflow-meeting-prep/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-workflow-meeting-prep
description: "Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-workflow-standup-report/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-workflow-standup-report
description: "Google Workflow: Today's meetings + open tasks as a standup summary."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-workflow-weekly-digest/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-workflow-weekly-digest
description: "Google Workflow: Weekly summary: this week's meetings + unread email count."
metadata:
version: 0.19.0
version: 0.20.0
openclaw:
category: "productivity"
requires:
Expand Down
Loading
Loading