Gws Events Renew
v1.0.12Google Workspace Events: Renew/reactivate Workspace Events subscriptions.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill is an instruction-only wrapper for a 'gws' CLI command to renew Workspace event subscriptions. Requiring a 'gws' binary is coherent with the described functionality; no unrelated binaries or credentials are requested in this file.
Instruction Scope
SKILL.md stays on-purpose (shows CLI usage, flags, examples). However it defers auth and global flags to ../gws-shared/SKILL.md — that external file likely contains credential/auth instructions. The dependency is not included here, so authentication behavior is hidden and should be reviewed before use.
Install Mechanism
No install spec (instruction-only skill), so nothing is written to disk by the skill itself. The operational dependency is the 'gws' binary; the skill does not supply or download that binary.
Credentials
This SKILL.md declares no env vars itself, which is consistent with being a thin wrapper. But because it defers auth to gws-shared, required credentials are hidden from this file. You should inspect gws-shared to confirm what credentials or tokens will be needed and whether they are proportionate.
Persistence & Privilege
always is false and there are no install scripts or self-modifying behaviors in this SKILL.md. The skill can be invoked autonomously (platform default), which is normal for skills but should be considered when automating renewal (cron usage is suggested).
Assessment
This skill is a small wrapper around a 'gws' CLI command to renew Google Workspace event subscriptions and appears coherent for that purpose. Before installing: (1) Verify the provenance and trustworthiness of the 'gws' binary (where it comes from, how it was installed). (2) Open and review ../gws-shared/SKILL.md (or any generated files) because that file likely contains the authentication flow and may request Google credentials or tokens — ensure requested scopes are minimal. (3) Avoid running 'gws generate-skills' or other generation commands until you inspect what files and credentials they will create. (4) If you plan to automate (--all with cron), ensure credentials used are scoped and rotated, and that the agent's autonomous invocation is acceptable for your threat model.Like a lobster shell, security has layers — review code before you run it.
Plugin bundle (nix)
Skill pack · CLI binary · Config
SKILL.mdCLIConfig
CLI help (from plugin)
gws events +renew --help
Runtime requirements
Binsgws
latest
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
Usage
gws events +renew
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
gws events +renew --name subscriptions/SUB_ID
gws events +renew --all --within 2d
Tips
- 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
Comments
Loading comments...
