← Back to Skills Marketplace
googleworkspace-bot

Gws Chat Send

by googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ⚠ suspicious
506
Downloads
0
Stars
13
Active Installs
13
Versions
Install in OpenClaw
/install gws-chat-send
Description
Google Chat: Send a message to a space.
README (SKILL.md)

chat +send

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Send a message to a space

Usage

gws chat +send --space \x3CNAME> --text \x3CTEXT>

Flags

Flag Required Default Description
--space Space name (e.g. spaces/AAAA...)
--text Message text (plain text)

Examples

gws chat +send --space spaces/AAAAxxxx --text 'Hello team!'

Tips

  • Use 'gws chat spaces list' to find space names.
  • For cards or threaded replies, use the raw API instead.

[!CAUTION] This is a write command — confirm with the user before executing.

See Also

  • gws-shared — Global flags and auth
  • gws-chat — All manage chat spaces and messages commands
Usage Guidance
This skill appears to be a thin wrapper around the local 'gws' CLI for sending Google Chat messages, which is reasonable — but it hides authentication and security behavior in a separate file (../gws-shared/SKILL.md). Before installing or enabling it: 1) open and inspect ../gws-shared/SKILL.md (or the output of `gws generate-skills`) to see exactly how auth is obtained and where any tokens/credentials are stored; 2) verify the 'gws' binary on your system (how it was installed, its vendor, and that it is the expected tool); 3) confirm you’re comfortable with a write-capable action that can post messages on your behalf and require explicit user confirmation before executing. If the shared file shows only benign global flags and standard user OAuth flows (with explicit consent) and you trust the gws binary source, the risk is low; if it references service account keys, secret files, or remote endpoints for token storage, do not enable the skill without further review.
Capability Analysis
Type: OpenClaw Skill Name: gws-chat-send Version: 1.0.12 The skill bundle provides instructions for an AI agent to send Google Chat messages using the 'gws' CLI tool. The documentation in SKILL.md is consistent with its stated purpose, includes appropriate safety warnings for write operations, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description map to the requested binary (gws) and the documented CLI invocation (gws chat +send). Requiring the gws CLI is coherent with sending Google Chat messages.
Instruction Scope
The SKILL.md instructs the agent to read ../gws-shared/SKILL.md for auth, global flags, and security rules. That directs the agent to read a file outside this skill's bundle (potentially exposing or relying on credentials or other sensitive configuration) and to run gws generate-skills if it's missing. Instructions that reference external skill files or create files on disk broaden the scope and should be inspected before use.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Note: the guidance to run `gws generate-skills` can create files, but that action is a separate CLI operation rather than an automatic install step of this skill.
Credentials
The skill declares no required environment variables or credentials, yet explicitly defers auth to a shared SKILL.md. This omission hides where credentials come from (user OAuth vs service account vs stored tokens). The lack of declared credentials makes it unclear what secrets the agent will need or access.
Persistence & Privilege
The skill is not marked always:true and has no install-time persistence. It can be invoked autonomously per platform defaults, which is expected for a CLI-integrating skill and not, by itself, a new risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gws-chat-send
  3. After installation, invoke the skill by name or use /gws-chat-send
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated version metadata from 0.22.4 to 0.22.5 in SKILL.md. - No other user-facing changes.
v1.0.11
- Updated skill version from 0.22.3 to 0.22.4 in SKILL.md. - No other changes were made.
v1.0.10
- Updated version metadata from 0.22.2 to 0.22.3 in SKILL.md. - No changes to usage, options, or functionality.
v1.0.9
- Updated skill version in SKILL.md from 0.22.1 to 0.22.2.
v1.0.8
- Updated version metadata from 0.22.0 to 0.22.1 in SKILL.md. - No changes to usage, flags, or functionality.
v1.0.7
- Version updated to 0.22.0 in metadata. - No functional or documentation changes; only the version number was incremented.
v1.0.6
- Updated version metadata from 0.21.1 to 0.21.2 in SKILL.md. - No changes to usage, features, or functionality.
v1.0.5
- Updated version metadata to 0.21.1 in SKILL.md (was 0.20.1). - No other functional or documentation changes.
v1.0.4
- Updated version metadata from 0.20.0 to 0.20.1 in SKILL.md. - No changes to functionality or documentation content.
v1.0.3
- Updated skill version from 0.19.0 to 0.20.0 in the documentation. - No functional changes; documentation only.
v1.0.2
- Updated metadata format for improved compatibility and clarity. - Changed version field location and value in metadata. - No functional or usage changes to the skill itself.
v1.0.1
- Metadata formatting in SKILL.md improved for consistency. - No functional changes; documentation only.
v1.0.0
Initial release of gws-chat-send. - Enables sending messages to Google Chat spaces via the CLI. - Requires specifying both the space name and message text as flags. - Refer to global authentication and security info in gws-shared. - Includes basic usage instructions, examples, and tips for finding space names. - Caution advised due to the write nature of the command.
Metadata
Slug gws-chat-send
Version 1.0.12
License MIT-0
All-time Installs 13
Active Installs 13
Total Versions 13
Frequently Asked Questions

What is Gws Chat Send?

Google Chat: Send a message to a space. It is an AI Agent Skill for Claude Code / OpenClaw, with 506 downloads so far.

How do I install Gws Chat Send?

Run "/install gws-chat-send" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gws Chat Send free?

Yes, Gws Chat Send is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gws Chat Send support?

Gws Chat Send is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gws Chat Send?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.

💬 Comments