chore: release versions (#624)
Release / plan (push) Has been cancelled
Release / announce (push) Has been cancelled
Release / build-local-artifacts (${{ join(matrix.targets, ', ') }}) (push) Has been cancelled
Release / build-global-artifacts (push) Has been cancelled
Release / host (push) Has been cancelled
Release / publish-npm (push) Has been cancelled
Release / publish-cargo (push) Has been cancelled
Release / plan (push) Has been cancelled
Release / announce (push) Has been cancelled
Release / build-local-artifacts (${{ join(matrix.targets, ', ') }}) (push) Has been cancelled
Release / build-global-artifacts (push) Has been cancelled
Release / host (push) Has been cancelled
Release / publish-npm (push) Has been cancelled
Release / publish-cargo (push) Has been cancelled
This commit is contained in:
committed by
GitHub
parent
b45cdf862a
commit
45ca45bfd4
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@googleworkspace/cli": patch
|
||||
---
|
||||
|
||||
Sync generated skills with latest Google Discovery API specs
|
||||
@@ -1,5 +1,11 @@
|
||||
# @googleworkspace/cli
|
||||
|
||||
## 0.22.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6a45832: Sync generated skills with latest Google Discovery API specs
|
||||
|
||||
## 0.22.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
Generated
+4
-4
@@ -896,7 +896,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "google-workspace"
|
||||
version = "0.22.0"
|
||||
version = "0.22.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"percent-encoding",
|
||||
@@ -912,7 +912,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "google-workspace-cli"
|
||||
version = "0.22.0"
|
||||
version = "0.22.1"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"anyhow",
|
||||
@@ -1586,9 +1586,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "num-conv"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
|
||||
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
|
||||
|
||||
[[package]]
|
||||
name = "num-derive"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
[package]
|
||||
name = "google-workspace-cli"
|
||||
version = "0.22.0"
|
||||
version = "0.22.1"
|
||||
edition = "2021"
|
||||
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
|
||||
license = "Apache-2.0"
|
||||
@@ -30,7 +30,7 @@ name = "gws"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
google-workspace = { version = "0.22.0", path = "../google-workspace" }
|
||||
google-workspace = { version = "0.22.1", path = "../google-workspace" }
|
||||
tempfile = "3"
|
||||
aes-gcm = "0.10"
|
||||
anyhow = "1"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
[package]
|
||||
name = "google-workspace"
|
||||
version = "0.22.0"
|
||||
version = "0.22.1"
|
||||
edition = "2021"
|
||||
description = "Google Workspace API client — Discovery Document types, service registry, and HTTP utilities"
|
||||
license = "Apache-2.0"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@googleworkspace/cli",
|
||||
"version": "0.22.0",
|
||||
"version": "0.22.1",
|
||||
"private": true,
|
||||
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-admin-reports
|
||||
description: "Google Workspace Admin SDK: Audit logs and usage reports."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-calendar-agenda
|
||||
description: "Google Calendar: Show upcoming events across all calendars."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-calendar-insert
|
||||
description: "Google Calendar: Create a new event."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-calendar
|
||||
description: "Google Calendar: Manage calendars and events."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-chat-send
|
||||
description: "Google Chat: Send a message to a space."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-chat
|
||||
description: "Google Chat: Manage Chat spaces and messages."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-classroom
|
||||
description: "Google Classroom: Manage classes, rosters, and coursework."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-docs-write
|
||||
description: "Google Docs: Append text to a document."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-docs
|
||||
description: "Read and write Google Docs."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-drive-upload
|
||||
description: "Google Drive: Upload a file with automatic metadata."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-drive
|
||||
description: "Google Drive: Manage files, folders, and shared drives."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-events-renew
|
||||
description: "Google Workspace Events: Renew/reactivate Workspace Events subscriptions."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-events-subscribe
|
||||
description: "Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-events
|
||||
description: "Subscribe to Google Workspace events."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-forms
|
||||
description: "Read and write Google Forms."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-gmail-forward
|
||||
description: "Gmail: Forward a message to new recipients."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-gmail-read
|
||||
description: "Gmail: Read a message and extract its body or headers."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-gmail-reply-all
|
||||
description: "Gmail: Reply-all to a message (handles threading automatically)."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-gmail-reply
|
||||
description: "Gmail: Reply to a message (handles threading automatically)."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-gmail-send
|
||||
description: "Gmail: Send an email."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-gmail-triage
|
||||
description: "Gmail: Show unread inbox summary (sender, subject, date)."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-gmail-watch
|
||||
description: "Gmail: Watch for new emails and stream them as NDJSON."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-gmail
|
||||
description: "Gmail: Send, read, and manage email."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-keep
|
||||
description: "Manage Google Keep notes."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-meet
|
||||
description: "Manage Google Meet conferences."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-modelarmor-create-template
|
||||
description: "Google Model Armor: Create a new Model Armor template."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "security"
|
||||
requires:
|
||||
|
||||
@@ -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.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "security"
|
||||
requires:
|
||||
|
||||
@@ -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.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "security"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-modelarmor
|
||||
description: "Google Model Armor: Filter user-generated content for safety."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-people
|
||||
description: "Google People: Manage contacts and profiles."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-shared
|
||||
description: "gws CLI: Shared patterns for authentication, global flags, and output formatting."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-sheets-append
|
||||
description: "Google Sheets: Append a row to a spreadsheet."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-sheets-read
|
||||
description: "Google Sheets: Read values from a spreadsheet."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-sheets
|
||||
description: "Google Sheets: Read and write spreadsheets."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-slides
|
||||
description: "Google Slides: Read and write presentations."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-tasks
|
||||
description: "Google Tasks: Manage task lists and tasks."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -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.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-workflow-file-announce
|
||||
description: "Google Workflow: Announce a Drive file in a Chat space."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -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.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-workflow-standup-report
|
||||
description: "Google Workflow: Today's meetings + open tasks as a standup summary."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-workflow-weekly-digest
|
||||
description: "Google Workflow: Weekly summary: this week's meetings + unread email count."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: gws-workflow
|
||||
description: "Google Workflow: Cross-service productivity workflows."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "productivity"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-content-creator
|
||||
description: "Create, organize, and distribute content across Workspace."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-customer-support
|
||||
description: "Manage customer support — track tickets, respond, escalate issues."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-event-coordinator
|
||||
description: "Plan and manage events — scheduling, invitations, and logistics."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-exec-assistant
|
||||
description: "Manage an executive's schedule, inbox, and communications."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-hr-coordinator
|
||||
description: "Handle HR workflows — onboarding, announcements, and employee comms."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-it-admin
|
||||
description: "Administer IT — monitor security and configure Workspace."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-project-manager
|
||||
description: "Coordinate projects — track tasks, schedule meetings, and share docs."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-researcher
|
||||
description: "Organize research — manage references, notes, and collaboration."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-sales-ops
|
||||
description: "Manage sales workflows — track deals, schedule calls, client comms."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: persona-team-lead
|
||||
description: "Lead a team — run standups, coordinate tasks, and communicate."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "persona"
|
||||
requires:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-backup-sheet-as-csv
|
||||
description: "Export a Google Sheets spreadsheet as a CSV file for local backup or processing."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-batch-invite-to-event
|
||||
description: "Add a list of attendees to an existing Google Calendar event and send notifications."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "scheduling"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-block-focus-time
|
||||
description: "Create recurring focus time blocks on Google Calendar to protect deep work hours."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "scheduling"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-bulk-download-folder
|
||||
description: "List and download all files from a Google Drive folder."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-collect-form-responses
|
||||
description: "Retrieve and review responses from a Google Form."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-compare-sheet-tabs
|
||||
description: "Read data from two tabs in a Google Sheet to compare and identify differences."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-copy-sheet-for-new-month
|
||||
description: "Duplicate a Google Sheets template tab for a new month of tracking."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-classroom-course
|
||||
description: "Create a Google Classroom course and invite students."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "education"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-doc-from-template
|
||||
description: "Copy a Google Docs template, fill in content, and share with collaborators."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-events-from-sheet
|
||||
description: "Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-expense-tracker
|
||||
description: "Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-feedback-form
|
||||
description: "Create a Google Form for feedback and share it via Gmail."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-gmail-filter
|
||||
description: "Create a Gmail filter to automatically label, star, or categorize incoming messages."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-meet-space
|
||||
description: "Create a Google Meet meeting space and share the join link."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "scheduling"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-presentation
|
||||
description: "Create a new Google Slides presentation and add initial slides."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-shared-drive
|
||||
description: "Create a Google Shared Drive and add members with appropriate roles."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-task-list
|
||||
description: "Set up a new Google Tasks list with initial tasks."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-create-vacation-responder
|
||||
description: "Enable a Gmail out-of-office auto-reply with a custom message and date range."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-draft-email-from-doc
|
||||
description: "Read content from a Google Doc and use it as the body of a Gmail message."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-email-drive-link
|
||||
description: "Share a Google Drive file and email the link with a message to recipients."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-find-free-time
|
||||
description: "Query Google Calendar free/busy status for multiple users to find a meeting slot."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "scheduling"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-find-large-files
|
||||
description: "Identify large Google Drive files consuming storage quota."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-forward-labeled-emails
|
||||
description: "Find Gmail messages with a specific label and forward them to another address."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-generate-report-from-sheet
|
||||
description: "Read data from a Google Sheet and create a formatted Google Docs report."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-label-and-archive-emails
|
||||
description: "Apply Gmail labels to matching messages and archive them to keep your inbox clean."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-log-deal-update
|
||||
description: "Append a deal status update to a Google Sheets sales tracking spreadsheet."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "sales"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-organize-drive-folder
|
||||
description: "Create a Google Drive folder structure and move files into the right locations."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-plan-weekly-schedule
|
||||
description: "Review your Google Calendar week, identify gaps, and add events to fill them."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "scheduling"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-post-mortem-setup
|
||||
description: "Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "engineering"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-reschedule-meeting
|
||||
description: "Move a Google Calendar event to a new time and automatically notify all attendees."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "scheduling"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-review-meet-participants
|
||||
description: "Review who attended a Google Meet conference and for how long."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-review-overdue-tasks
|
||||
description: "Find Google Tasks that are past due and need attention."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-save-email-attachments
|
||||
description: "Find Gmail messages with attachments and save them to a Google Drive folder."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-save-email-to-doc
|
||||
description: "Save a Gmail message body into a Google Doc for archival or reference."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-schedule-recurring-event
|
||||
description: "Create a recurring Google Calendar event with attendees."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "scheduling"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-send-team-announcement
|
||||
description: "Send a team announcement via both Gmail and a Google Chat space."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "communication"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-share-doc-and-notify
|
||||
description: "Share a Google Docs document with edit access and email collaborators the link."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-share-event-materials
|
||||
description: "Share Google Drive files with all attendees of a Google Calendar event."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-share-folder-with-team
|
||||
description: "Share a Google Drive folder and all its contents with a list of collaborators."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-sync-contacts-to-sheet
|
||||
description: "Export Google Contacts directory to a Google Sheets spreadsheet."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "productivity"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: recipe-watch-drive-changes
|
||||
description: "Subscribe to change notifications on a Google Drive file or folder."
|
||||
metadata:
|
||||
version: 0.22.0
|
||||
version: 0.22.1
|
||||
openclaw:
|
||||
category: "recipe"
|
||||
domain: "engineering"
|
||||
|
||||
Reference in New Issue
Block a user