JavaScript is disabled. Some features may not work.
gws-chat-send — ★ 27.3K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

gws-chat-send

★ 27K repogenerationN/AIntermediateClaude
🤖 AI Summary

This skill sends a plain text message to a specified Google Workspace space using the `gws chat +send` command, requiring both `--space` and `--text` flags. It is a write operation that must be confirmed with the user before execution.

How to Install

Claude Code:
git clone --depth 1 https://github.com/googleworkspace/cli.git && cp cli/skills/gws-chat-send ~/.claude/skills/gws-chat-send -r
# 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 --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. - For cards or threaded replies, use the raw API instead. > [!CAUTION] > This is a **write** command — confirm with the user before executing. ## See Also - [gws-shared](../gws-shared/SKILL.md) — Global flags and auth - [gws-chat](../gws-chat/SKILL.md) — All manage chat spaces and messages commands

Details

Category Coding → generation
Sourcegoogleworkspace/cli
SKILL.mdView on GitHub →
Repo Stars★ 27.3K
Est. per Skill546 (shared across 50 skills from this repo)
DifficultyIntermediate
Risk LevelN/A

Related Skills

Works Well With

Skills from the same repository — often designed to work together