← 返回 Skills 市场
Gws Chat Send
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
506
总下载
0
收藏
13
当前安装
13
版本数
在 OpenClaw 中安装
/install gws-chat-send
功能描述
Google Chat: Send a message to a space.
使用说明 (SKILL.md)
chat +send
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto 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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gws-chat-send - 安装完成后,直接呼叫该 Skill 的名称或使用
/gws-chat-send触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Gws Chat Send 是什么?
Google Chat: Send a message to a space. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 506 次。
如何安装 Gws Chat Send?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-chat-send」即可一键安装,无需额外配置。
Gws Chat Send 是免费的吗?
是的,Gws Chat Send 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gws Chat Send 支持哪些平台?
Gws Chat Send 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gws Chat Send?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills