gws-chat

Manage Google Chat spaces and messages via the gws CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nomad3/servicetsunami-agents --skill gws-chat-nomad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-chat
Source: https://github.com/nomad3/servicetsunami-agents/tree/main/apps/api/app/skills/community/gws_chat
Command: npx skills add https://github.com/nomad3/servicetsunami-agents --skill gws-chat-nomad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Chat management is manual and fragmented across the web UI and APIs. This skill provides a CLI-based way to manage Chat spaces and messages, consolidating operations into a single workflow.

Core Features & Use Cases

  • Create and list spaces from the command line to streamline team collaboration.
  • Post, update, and retrieve messages across spaces without switching apps.
  • Use in automated onboarding and project channels to ensure consistent space configurations.

Quick Start

Run gws chat spaces list to display all spaces, then send a message to a space with gws chat spaces <space-id> messages.

Frequently Asked Questions about gws-chat

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

FAQPage Schema
How do I automate sending Google Chat messages from the command line?

You can automate sending Google Chat messages by using a CLI skill to post, update, and retrieve messages across spaces. This centralizes communication operations into a single workflow without switching apps.

Can I create and list Google Chat spaces via CLI?

Yes, you can create and list Google Chat spaces via CLI. This allows teams using Google Workspace to streamline collaboration and manage space configurations directly from the command line.

Do I need Google Workspace authentication to manage Google Chat spaces through a CLI?

Yes, managing Google Chat spaces through a CLI requires Google Workspace authentication. You must fulfill the authentication model prerequisites described by the gws framework before accessing spaces and messages.

What is the best way to manage multiple Google Chat spaces from a centralized interface?

The best way to manage multiple Google Chat spaces centrally is using a CLI-based framework. It allows you to consolidate manual web UI tasks into automated workflows for creating spaces and posting messages.

Why use a CLI tool for Google Chat automation instead of the web UI?

Using a CLI tool for Google Chat automation avoids manual fragmentation across the web UI and APIs. It provides a single workflow to manage onboarding and project channels, ensuring consistent space configurations.

Can I update existing messages in Google Chat spaces without switching apps?

Yes, you can update existing messages in Google Chat spaces without switching apps by executing CLI commands. This allows you to retrieve and modify message content directly from your terminal environment.