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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws: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 wadewarren/gws-claude-pluginManages Google Chat spaces, custom emojis, messages, and media via gws CLI commands including create, delete, list, upload, and download.
Sends text, rich cards (cardsV2), and threaded replies to Google Chat via webhooks. Includes TypeScript utilities for sending and card building.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.