googleworkspace/gws-events-renew
Google Workspace Events: Renew/reactivate Workspace Events subscriptions.
npx skills add https://github.com/googleworkspace/cli --skill gws-events-renew
> PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
Renew/reactivate Workspace Events subscriptions
gws events +renew
| 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) |
gws events +renew --name subscriptions/SUB_ID
gws events +renew --all --within 2d
Take googleworkspace/gws-events-renew from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.