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".
How 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.
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.
npx claudepluginhub grailautomation/claude-plugins --plugin google-workspaceSends 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.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.