Help us improve
Share bugs, ideas, or general feedback.
From google-workspace
Chat: Send a message to a space via the gws CLI. Use when the user asks to "send chat" or "post message".
npx claudepluginhub grailautomation/claude-plugins --plugin google-workspaceHow this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace:gws-chat-sendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **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 text, rich cards (cardsV2), and threaded replies to Google Chat via webhooks. Includes TypeScript utilities for sending and card building.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
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.