Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
googleworkspace avatar

Gws Chat

  • 26.5k installs
  • 30k repo stars
  • Updated July 22, 2026
  • googleworkspace/cli

gws-chat is a CLI skill that wraps the Google Chat API to manage spaces, messages, and team communication workflows.

About

gws-chat is a CLI skill that wraps the Google Chat API for managing spaces, sending messages, and administering chat resources. Developers use it to automate chat workflows, create spaces with members, manage permissions, and handle message attachments programmatically within Google Workspace.

  • Manage Google Chat spaces, messages, and memberships
  • Upload and download media attachments
  • Custom emoji and space administration features

Gws Chat by the numbers

  • 26,497 all-time installs (skills.sh)
  • +871 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #31 of 690 Office & Documents skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

gws-chat capabilities & compatibility

Capabilities
chat messaging · space management · media handling · admin operations
Works with
slack
Pricing
Free
From the docs

What gws-chat says it does

Google Chat: Manage Chat spaces and messages.
SKILL.md
gws chat <resource> <method> [flags]
SKILL.md
Send a message to a space
SKILL.md
npx skills add https://github.com/googleworkspace/cli --skill gws-chat

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs26.5k
repo stars30k
Security audit3 / 3 scanners passed
Last updatedJuly 22, 2026
Repositorygoogleworkspace/cli

How do you send Google Chat messages from CLI?

Automate Google Chat space management and message workflows for team communication and workspace integration.

Who is it for?

Developers automating Google Chat notifications and space administration through the gws CLI with Workspace OAuth configured.

Skip if: Gmail inbox workflows, Slack integrations, or Chat automation without gws binary and appropriate Workspace Chat API scopes.

When should I use this skill?

User asks to send a Google Chat message, list chat spaces, create a space, or upload chat attachments via gws CLI.

What you get

Posted Chat messages, created or listed spaces, uploaded media attachments, and custom emoji API responses.

  • Space creation and management
  • Message sending with media attachments
  • Emoji and membership administration

By the numbers

  • SKILL.md metadata version 0.22.5
  • Documents 4 top-level API resource areas: customEmojis, media, spaces, users
  • Lists 9 spaces resource methods including create, list, and findDirectMessage

Files

SKILL.mdMarkdownGitHub ↗

chat (v1)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
gws chat <resource> <method> [flags]

Helper Commands

CommandDescription
`+send`Send a message to a space

API Resources

customEmojis

media

  • download — Downloads media. Download is supported on the URI /v1/media/{+name}?alt=media.
  • upload — Uploads an attachment. For an example, see Upload media as a file attachment.

spaces

  • completeImport — Completes the import process for the specified space and makes it visible to users.
  • create — Creates a space. Can be used to create a named space, or a group chat in Import mode. For an example, see Create a space.
  • delete — Deletes a named space. Always performs a cascading delete, which means that the space's child resources—like messages posted in the space and memberships in the space—are also deleted. For an example, see Delete a space.
  • findDirectMessage — Returns the existing direct message with the specified user. If no direct message space is found, returns a 404 NOT_FOUND error. For an example, see Find a direct message. With app authentication, returns the direct message space between the specified user and the calling Chat app.
  • get — Returns details about a space. For an example, see Get details about a space.
  • list — Lists spaces the caller is a member of. Group chats and DMs aren't listed until the first message is sent. For an example, see List spaces.
  • patch — Updates a space. For an example, see Update a space. If you're updating the displayName field and receive the error message ALREADY_EXISTS, try a different display name.. An existing space within the Google Workspace organization might already use this display name.
  • search — Returns a list of spaces in a Google Workspace organization based on an administrator's search. In the request, set use_admin_access to true. For an example, see Search for and manage spaces.
  • setup — Creates a space and adds specified users to it. The calling user is automatically added to the space, and shouldn't be specified as a membership in the request. For an example, see Set up a space with initial members. To specify the human members to add, add memberships with the appropriate membership.member.name. To add a human user, use users/{user}, where {user} can be the email address for the user.
  • members — Operations on the 'members' resource
  • messages — Operations on the 'messages' resource
  • spaceEvents — Operations on the 'spaceEvents' resource

users

  • sections — Operations on the 'sections' resource
  • spaces — Operations on the 'spaces' resource

Discovering Commands

Before calling any API method, inspect it:

# Browse resources and methods
gws chat --help

# Inspect a method's required params, types, and defaults
gws schema chat.<resource>.<method>

Use gws schema output to build your --params and --json flags.

Related skills

Forks & variants (1)

Gws Chat has 1 known copy in the catalog totaling 6 installs. They canonicalize to this original listing.

How it compares

Use gws-chat for Google Chat spaces and messages; use gws-gmail-reply-all when the channel is email threads instead of Chat spaces.

FAQ

How do I send a message to a specific space?

Use the gws-chat-send skill to send messages with automated threading.

Can I manage custom emojis and permissions?

Yes, use customEmojis and spaces methods to manage emojis and space settings.

Is Gws Chat safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.