
gws-events-renew
✓ Official★ 29,400by Google · part of googleworkspace/cli
Google Workspace Events: Renew/reactivate Workspace Events subscriptions.
🔥🔥✓ VerifiedFreeQuick setup
🧰 Not standalone. This skill ships with googleworkspace/cli and only works together with that tool — install the tool first, then add this skill.
Google Workspace Events: Renew/reactivate Workspace Events subscriptions.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: gws-events-renew description: "Google Workspace Events: Renew/reactivate Workspace Events subscriptions." metadata: version: 0.22.5 openclaw: category: "productivity" requires: bins: - gws cliHelp: "gws events +renew --help"
events +renew
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Renew/reactivate Workspace Events subscriptions
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--name | — | — | Subscription name to reactivate (e.g., subscriptions/SUB_ID) |
--all | — | — | Renew all subscriptions expiring within --within window |
--within | — | 1h | Time window for --all (e.g., 1h, 30m, 2d) |
Examples
Copy & paste — that's it
gws events +renew --name subscriptions/SUB_ID
gws events +renew --all --within 2dTips
- Subscriptions expire if not renewed periodically.
- Use --all with a cron job to keep subscriptions alive.
See Also
- gws-shared — Global flags and auth
- gws-events — All subscribe to google workspace events commands
Copy & paste — that's it
npx skills add https://github.com/googleworkspace/cli --skill gws-events-renewRun this in your project — your agent picks the skill up automatically.
Usage
Copy & paste — that's it
gws events +renewNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.