gws-events-renew

Renew Google Workspace Events subscriptions by name or in bulk within a configurable window.

8|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-events-renew-niclasmartinsson-sys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gws-events-renew
Source: https://github.com/niclasmartinsson-sys/google-workspace-cli/tree/main/skills/gws-events-renew
Command: npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-events-renew-niclasmartinsson-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subscriptions for Google Workspace Events can expire if not renewed, causing service gaps. This Skill automates the renewal or reactivation of those subscriptions to keep event delivery uninterrupted.

Core Features & Use Cases

  • Automatically renew subscriptions expiring within a configurable window.
  • Renew a specific subscription by name (e.g., subscriptions/SUB_ID).
  • Support bulk renewals to keep all active subscriptions up to date.

Quick Start

Activate the renewal command to renew subscriptions as needed.

Frequently Asked Questions about gws-events-renew

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Workspace Events subscription renewals before they expire?▼

You can automate Google Workspace Events subscription renewals using a CLI tool that checks subscriptions within a configurable time window and reactivates them to prevent service gaps. This ensures event delivery remains uninterrupted without manual intervention.

What happens if my Google Workspace Events subscriptions expire?▼

When Google Workspace Events subscriptions expire, they cause service gaps that interrupt event delivery. Renewing or reactivating these subscriptions before their expiration date keeps the event delivery pipeline active and prevents data loss.

Can I renew a specific Google Workspace Events subscription by its name?▼

Yes, you can renew a specific Google Workspace Events subscription by name using the --name parameter with the subscription ID. This allows targeted renewal of individual subscriptions like subscriptions/SUB_ID without processing all active subscriptions.

How do I bulk renew all active Google Workspace Events subscriptions?▼

You can bulk renew all active Google Workspace Events subscriptions by using the --all parameter in the CLI. This processes every active subscription within the configured time window to ensure none are missed during the renewal cycle.

Do I need authentication setup to renew Workspace Events subscriptions via CLI?▼

Yes, authentication setup is required to renew Workspace Events subscriptions via CLI. The tool follows standard authentication patterns defined in the shared skill documentation and SKILL.md to securely access and modify your Google Workspace Events subscriptions.

Can I configure a time window for Workspace Events subscription renewals?▼

Yes, you can configure a time window for Workspace Events subscription renewals using the --within parameter. This setting specifies how far ahead of expiration the tool should look to identify and process subscriptions that need renewal.