name: gws-chat-send description: "Google Chat: Send a message to a space." metadata: version: 0.22.5 openclaw: category: "productivity" requires: bins: - gws cliHelp: "gws chat +send --help"
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) |
來源於7w4.net。
gws chat +send --space spaces/AAAAxxxx --text 'Hello team!'
[!CAUTION] This is a write command — confirm with the user before executing.
這是一個功能明確、文件清晰的 Google Chat 訊息傳送工具,適合需要快速傳送通知或訊息的場景。優點是上手簡單,示例清晰,能直接配合 gws 工具鏈使用;不足是功能較為基礎,僅支援傳送普通文本,無法傳送富文本卡片或進行執行緒對話,複雜訊息需求可能無法滿足。