From gws
Sends plain text messages to Google Chat spaces using gws CLI. Requires space ID (e.g., spaces/AAAA...) and text; use for team notifications.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
Sends plain text messages to Google Chat spaces using gws CLI. Requires space ID (e.g., spaces/AAAA...) and text; use for team notifications.
Sends messages to Google Chat spaces and users via webhooks (predefined channels) or OAuth (dynamic spaces/DMs). Use for notifications, alerts, or updates like deploy completions.
Sends text, rich cards (cardsV2), and threaded replies to Google Chat via webhooks. Includes TypeScript utilities for sending and card building.
Share bugs, ideas, or general feedback.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Send a message to a space
gws chat +send --space <NAME> --text <TEXT>
| Flag | Required | Default | Description |
|---|---|---|---|
--space | ✓ | — | Space name (e.g. spaces/AAAA...) |
--text | ✓ | — | Message text (plain text) |
gws chat +send --space spaces/AAAAxxxx --text 'Hello team!'
[!CAUTION] This is a write command — confirm with the user before executing.