gws-chat-send
🤖 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 |
| Source | googleworkspace/cli |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 27.3K |
| Est. per Skill | 546 (shared across 50 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
conductor-setup
Set up this Rails project for Conductor, the Mac app for parallel coding agents. When to Use You nee
polars
Polars When to Use You need a faster in-memory DataFrame workflow than pandas for data that still fi
clean-code
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob).
ml-engineer
Use this skill when Working on ml engineer tasks or workflows Needing guidance, best practices, or c
Works Well With
Skills from the same repository — often designed to work together
gws-admin-reports
admin-reports (reportsv1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and se
gws-calendar-agenda
calendar +agenda > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security ru
gws-calendar-insert
calendar +insert > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security ru