gws-chat

Automate Google Chat space and message management via the gws CLI.

8|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-chat-niclasmartinsson-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-chat
Source: https://github.com/niclasmartinsson-sys/google-workspace-cli/tree/main/skills/gws-chat
Command: npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-chat-niclasmartinsson-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Chat management across spaces and messages can be tedious when performed manually, especially in larger organizations with many spaces and teams.

Core Features & Use Cases

  • Create, list, and patch spaces and manage space members.
  • Send messages to spaces and manage custom emojis.
  • Govern Google Chat resources via a predictable CLI workflow for admins and app integrations.

Quick Start

Run gws chat spaces list to view existing spaces and begin automating chat workflows.

Frequently Asked Questions about gws-chat

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

FAQPage Schema
How do I automate managing Google Chat spaces and messages from the command line?

You can automate managing Google Chat spaces and messages by using a CLI interface to perform CRUD operations on spaces, messages, and members after user authentication via Google Chat APIs.

Can I create and list Google Chat spaces programmatically for my Workspace environment?

Yes, you can create, list, and patch Google Chat spaces programmatically, which is useful for managing teams in larger organizations where manual workspace administration becomes tedious.

How do I send messages to Google Chat spaces using a CLI workflow?

You can send messages to Google Chat spaces by executing CLI commands that interact directly with Google Chat APIs, providing a predictable workflow for app integrations and admins.

Does this CLI approach support managing space members and custom emojis in Google Chat?

Yes, the CLI approach supports managing space members and custom emojis, allowing admins to govern Google Chat resources effectively within Google Workspace environments.

What is the best way to govern Google Chat resources for app integrations?

Using a CLI workflow to automate Google Chat resource management is a structured way to govern spaces and messages, replacing manual admin tasks with predictable, scriptable CRUD operations.