gws-chat-send

Send messages to Google Chat spaces via the gws chat +send command.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill gws-chat-send-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-chat-send
Source: https://github.com/73ai/openbotkit/tree/main/skills/gws-chat-send
Command: npx skills add https://github.com/73ai/openbotkit --skill gws-chat-send-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to post messages directly to Google Chat spaces from the command line, simplifying automated updates and status notifications without switching apps.

Core Features & Use Cases

  • CLI command: gws chat +send to post a message to a specified Google Chat space.
  • Prerequisites: relies on gws-shared for authentication and security rules; requires a space name (spaces/... format) and text.
  • Use cases include team updates, incident alerts, and daily standup reminders delivered to a chat space.

Quick Start

Send a message to a Google Chat space using the gws chat +send command.

Frequently Asked Questions about gws-chat-send

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a message to a Google Chat space from the command line?

You can send a message to a Google Chat space from the command line by running the gws chat +send command. You must provide a valid space name in the spaces/... format and your message text.

Can I automate incident alerts and daily standup reminders to Google Chat spaces?

Yes, you can automate incident alerts and daily standup reminders to Google Chat spaces. The command-line tool posts text messages directly to specified spaces, simplifying automated status notifications without switching apps.

Do I need to set up authentication before posting to Google Chat spaces via CLI?

Yes, you need to set up authentication before posting to Google Chat spaces via CLI. The tool relies on the gws-shared authentication flow and security rules to validate your session before sending any messages.

What format is required for the space name when sending Google Chat messages?

The required format for the space name when sending Google Chat messages is the spaces/... format. The tool validates this input alongside your message text before successfully posting the update.

Why does my Google Chat CLI message fail to send?

Your Google Chat CLI message fails to send if the --space or --text inputs are invalid. The tool explicitly validates these arguments before sending, and failures often indicate incomplete gws-shared authentication.

What is the best way to deliver team updates to Google Chat without switching apps?

The best way to deliver team updates to Google Chat without switching apps is using a command-line interface. This skill posts messages directly to spaces, automating notifications and alert delivery seamlessly.