@googleworkspace/gws-chat-send
Google Chat: Send a message to a space.
Install
Add @googleworkspace/gws-chat-send to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-chat-send
Instructions
# chat +send > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Send a message to a space ## Usage ```bash gws chat +send --space <NAME> --text <TEXT> ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--space` | ✓ | — | Space name (e.g. spaces/AAAA...) | | `--text` | ✓ | — | Message text (plain text) | ## Examples ```bash gws chat +send --space spaces/AAAAxxxx --text 'Hello team!' ``` ## Tips - Use 'gws chat spaces list' to find space names. - Fo…
Keywords: google, gws, workspace, send, chat