googleworkspace/gws-chat-send
Google Chat: Send a message to a space.
npx skills add https://github.com/googleworkspace/cli --skill gws-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
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.
Take googleworkspace/gws-chat-send from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.