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/move-version-to-metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@googleworkspace/cli": patch
---

Move version from top-level SKILL.md frontmatter to metadata and track CLI version
7 changes: 5 additions & 2 deletions scripts/version-sync.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Syncs the version from package.json into Cargo.toml and updates Cargo.lock.
# Syncs the version from package.json into Cargo.toml, updates Cargo.lock, and regenerates skills.
# Used by changesets/action as a custom version command.
set -euo pipefail

Expand All @@ -26,5 +26,8 @@ if command -v nix > /dev/null 2>&1; then
nix flake lock --update-input nixpkgs
fi

# Regenerate skills so metadata.version tracks the CLI version
cargo run -- generate-skills --output-dir skills

# Stage the changed files so changesets/action commits them
git add Cargo.toml Cargo.lock flake.nix flake.lock
git add Cargo.toml Cargo.lock flake.nix flake.lock skills/
2 changes: 1 addition & 1 deletion skills/gws-admin-reports/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: gws-admin-reports
version: 1.0.0
description: "Google Workspace Admin SDK: Audit logs and usage reports."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-calendar-agenda
version: 1.0.0
description: "Google Calendar: Show upcoming events across all calendars."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-calendar-insert
version: 1.0.0
description: "Google Calendar: Create a new event."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-calendar
version: 1.0.0
description: "Google Calendar: Manage calendars and events."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-chat-send
version: 1.0.0
description: "Google Chat: Send a message to a space."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-chat
version: 1.0.0
description: "Google Chat: Manage Chat spaces and messages."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-classroom
version: 1.0.0
description: "Google Classroom: Manage classes, rosters, and coursework."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-docs-write
version: 1.0.0
description: "Google Docs: Append text to a document."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-docs
version: 1.0.0
description: "Read and write Google Docs."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-drive-upload
version: 1.0.0
description: "Google Drive: Upload a file with automatic metadata."
metadata:
version: 0.19.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-drive/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: gws-drive
version: 1.0.0
description: "Google Drive: Manage files, folders, and shared drives."
metadata:
version: 0.19.0
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-events-renew/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: gws-events-renew
version: 1.0.0
description: "Google Workspace Events: Renew/reactivate Workspace Events subscriptions."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-events-subscribe
version: 1.0.0
description: "Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-events
version: 1.0.0
description: "Subscribe to Google Workspace events."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-forms
version: 1.0.0
description: "Read and write Google Forms."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-gmail-forward
version: 1.0.0
description: "Gmail: Forward a message to new recipients."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-gmail-read
version: 1.0.0
description: "Gmail: Read a message and extract its body or headers."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-gmail-reply-all
version: 1.0.0
description: "Gmail: Reply-all to a message (handles threading automatically)."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-gmail-reply
version: 1.0.0
description: "Gmail: Reply to a message (handles threading automatically)."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-gmail-send
version: 1.0.0
description: "Gmail: Send an email."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-gmail-triage
version: 1.0.0
description: "Gmail: Show unread inbox summary (sender, subject, date)."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-gmail-watch
version: 1.0.0
description: "Gmail: Watch for new emails and stream them as NDJSON."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-gmail
version: 1.0.0
description: "Gmail: Send, read, and manage email."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-keep
version: 1.0.0
description: "Manage Google Keep notes."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-meet
version: 1.0.0
description: "Manage Google Meet conferences."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-modelarmor-create-template
version: 1.0.0
description: "Google Model Armor: Create a new Model Armor template."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-modelarmor-sanitize-prompt
version: 1.0.0
description: "Google Model Armor: Sanitize a user prompt through a Model Armor template."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-modelarmor-sanitize-response
version: 1.0.0
description: "Google Model Armor: Sanitize a model response through a Model Armor template."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-modelarmor
version: 1.0.0
description: "Google Model Armor: Filter user-generated content for safety."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-people
version: 1.0.0
description: "Google People: Manage contacts and profiles."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-shared
version: 1.0.0
description: "gws CLI: Shared patterns for authentication, global flags, and output formatting."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-sheets-append
version: 1.0.0
description: "Google Sheets: Append a row to a spreadsheet."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-sheets-read
version: 1.0.0
description: "Google Sheets: Read values from a spreadsheet."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-sheets
version: 1.0.0
description: "Google Sheets: Read and write spreadsheets."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-slides
version: 1.0.0
description: "Google Slides: Read and write presentations."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-tasks
version: 1.0.0
description: "Google Tasks: Manage task lists and tasks."
metadata:
version: 0.19.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
@@ -1,8 +1,8 @@
---
name: gws-workflow-email-to-task
version: 1.0.0
description: "Google Workflow: Convert a Gmail message into a Google Tasks entry."
metadata:
version: 0.19.0
openclaw:
category: "productivity"
requires:
Expand Down
Loading
Loading