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.小葱技能7w4.net有更新,你可以访问看下。
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.
这是一个功能明确、文档清晰的 Google Chat 消息发送工具,适合需要快速发送通知或消息的场景。优点是上手简单,示例清晰,能直接配合 gws 工具链使用;不足是功能较为基础,仅支持发送普通文本,无法发送富文本卡片或进行线程对话,复杂消息需求可能无法满足。