gws-chat-send

Send a message to a Google Chat space via the command line.

8|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-chat-send-haberlah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-chat-send
Source: https://github.com/haberlah/dotfiles-claude/tree/main/skills/gws-chat-send
Command: npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-chat-send-haberlah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to send messages directly to a Google Chat space from the command line, streamlining quick updates and team communication without switching apps.

Core Features & Use Cases

  • CLI messaging: Send text messages to spaces quickly from scripts or terminal.
  • Automation-friendly: Integrate with workflows to post alerts or status updates to Google Chat.
  • Use Case: Notify a project space when a build finishes, or post daily standup notes to a team chat.

Quick Start

Run gws chat +send --space <SPACE> --text <TEXT> to post to a Google Chat space.

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 Google Chat message from the command line?

To send a Google Chat message from the command line, use gws chat +send --space <SPACE> --text <TEXT> to post your message directly to the specified space.

Can I use Google Chat notifications in my build pipelines?

Yes, you can send Google Chat notifications in automation scripts or build pipelines to post alerts and status updates when a build finishes or an event occurs.

What do I need to set up before sending Google Chat messages via CLI?

You need gws tooling installed and authentication configured with gws-shared before you can send CLI messages to a Google Chat space.

How does sending Google Chat messages from automation scripts work?

Sending Google Chat messages from automation scripts works by executing the CLI command with --space and --text flags, allowing scripts to push text updates without switching apps.

What is the best way to post quick team updates to Google Chat?

The best way to post quick team updates to Google Chat is using the CLI command, which streamlines communication by sending text directly from your terminal or scripts.