🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Gws Chat Send

by @googleworkspace-bot

Google Chat: Send a message to a space.

Versionv1.0.12
Downloads863
Installs13
TERMINAL
clawhub install gws-chat-send

πŸ“– About This Skill


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"

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

gws chat +send --space  --text 

Flags

| Flag | Required | Default | Description | |------|----------|---------|-------------| | --space | βœ“ | β€” | Space name (e.g. spaces/AAAA...) | | --text | βœ“ | β€” | Message text (plain text) |

Examples

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 β€” Global flags and auth
  • gws-chat β€” All manage chat spaces and messages commands
  • πŸ’‘ Examples

    gws chat +send --space spaces/AAAAxxxx --text 'Hello team!'
    

    πŸ“‹ Tips & Best Practices

  • 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.