gws-chat-send

Post plain-text messages to Google Chat spaces via the gws CLI.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill gws-chat-send-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-chat-send
Source: https://github.com/cellarwood/figurio/tree/main/skills/gws-chat-send
Command: npx skills add https://github.com/cellarwood/figurio --skill gws-chat-send-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a simple, CLI-driven way to post plain-text messages to Google Chat spaces so teams receive timely notifications without manual copying or web UI interaction.

Core Features & Use Cases

  • Post plain-text messages: Send a message to any Google Chat space by its space identifier.
  • Automation and operator workflows: Ideal for CI/CD alerts, deployment notifications, and scripted announcements.
  • Use Case: Notify a team channel about a new order, a deployment result, or a support escalation from automation.

Quick Start

Send 'Hello team!' to the space spaces/AAAAxxxx using the gws chat +send command with the --space and --text flags.

Frequently Asked Questions about gws-chat-send

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

FAQPage Schema
How do I post messages to Google Chat spaces from a CLI?

You can post plain-text messages to Google Chat spaces from a CLI by using the gws chat send command. Provide the target space identifier and your text payload via the --space and --text flags.

Can I automate Google Chat notifications for CI alerts and deployments?

Yes, you can automate Google Chat notifications for CI alerts and deployments. This Skill posts plain-text messages to Google Workspace chat spaces, making it ideal for scripted announcements and operator workflows.

What do I need to send a message to a Google Chat space?

To send a message to a Google Chat space, you need an authenticated gws CLI, a valid space identifier formatted as spaces/AAAA..., and a text payload provided through the --text flag.

Does this Skill support sending rich media or card messages to Google Chat?

No, this Skill does not support sending rich media or card messages. It is designed to post plain-text messages to Google Workspace chat spaces only, ensuring simple and direct notification delivery.

What is the best way to send operator commands to a Google Workspace chat space?

The best way to send operator commands to a Google Workspace chat space is using the gws chat send command. It enables instant plain-text message posting for automation scenarios and team notifications.