← 返回 Skills 市场
googleworkspace-bot

Gws Chat

作者 googleworkspace-bot · GitHub ↗ · v1.0.14 · MIT-0
cross-platform ✓ 安全检测通过
624
总下载
0
收藏
13
当前安装
15
版本数
在 OpenClaw 中安装
/install gws-chat
功能描述
Google Chat: Manage Chat spaces and messages.
使用说明 (SKILL.md)

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 \x3Cresource> \x3Cmethod> [flags]

Helper Commands

Command Description
+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.\x3Cresource>.\x3Cmethod>

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

安全使用建议
This skill runs a local 'gws' CLI to manage Google Chat (create/delete spaces, send messages, upload media). Before installing: 1) verify the origin and integrity of the 'gws' binary you will use (who published it, how it is installed); 2) inspect the referenced ../gws-shared/SKILL.md to see how authentication is performed and what OAuth scopes or tokens are used; 3) ensure credentials used by the CLI have the minimum necessary privileges (avoid admin-level scopes if unnecessary); and 4) test actions that delete or modify chat spaces in a test account or workspace first. Because auth is delegated to a shared file not included here, review that file to raise confidence from medium to high.
功能分析
Type: OpenClaw Skill Name: gws-chat Version: 1.0.14 The skill bundle is a standard CLI wrapper for the Google Chat API using the 'gws' tool. The SKILL.md file provides legitimate documentation for managing spaces, messages, and emojis without any signs of malicious intent, prompt injection, or unauthorized data access.
能力评估
Purpose & Capability
Name/description (Google Chat management) match the SKILL.md contents which document Google Chat resources and methods. The only declared runtime requirement is the 'gws' CLI binary, which is appropriate for a CLI-based skill.
Instruction Scope
Instructions are limited to using the 'gws' CLI (list, create, delete, upload, etc.). They instruct the agent to read ../gws-shared/SKILL.md for auth, global flags, and security rules; that dependency on a sibling/shared SKILL.md is out-of-band and should be checked because it is the place where authentication and security behavior is defined. The skill documents destructive operations (delete spaces/messages) which are expected for the purpose but increase risk if auth/scopes are too broad.
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk from an install standpoint because nothing is downloaded or written by the skill itself.
Credentials
The skill requests no environment variables or credentials itself. However it explicitly delegates auth and global flags to ../gws-shared/SKILL.md, so credential handling is implemented elsewhere and must be reviewed to ensure the auth scopes and storage mechanisms are appropriate.
Persistence & Privilege
No elevated persistence requested (always:false). The skill is user-invocable and can be invoked autonomously per platform defaults — that is normal and not by itself a problem.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-chat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-chat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.14
- Updated version in SKILL.md from 0.22.4 to 0.22.5. - No changes to API functionality or documentation content. - Internal version alignment; documentation and feature set remain unchanged.
v1.0.13
- Version updated from 0.22.3 to 0.22.4 in SKILL.md. - No functional changes; documentation version bump only.
v1.0.12
- Updated metadata version from 0.22.2 to 0.22.3 in SKILL.md. - No changes to functionality or usage; documentation and API resource descriptions remain the same.
v1.0.11
- Updated version metadata from 0.22.1 to 0.22.2 in SKILL.md. - No functional or documentation changes aside from version number update.
v1.0.10
- Updated version metadata to 0.22.1. - Added documentation for a new users.sections resource under API Resources.
v1.0.9
- Removed the documentation for the users.sections resource in the SKILL.md file. - All other content and API references remain unchanged.
v1.0.8
- Bumped metadata version from 0.21.2 to 0.22.0 in SKILL.md. - No changes to features, commands, or API resource documentation.
v1.0.7
- Updated skill version to 0.21.2. - Added documentation for a new API resource: users.sections. - No other changes to commands or functionality.
v1.0.6
- Updated version metadata to 0.21.1 in SKILL.md. - No changes to commands or API resources; documentation version increase only.
v1.0.5
- Bumped metadata version to 0.20.1 in SKILL.md. - No functional changes to commands or documentation content.
v1.0.4
- Updated skill version to 0.20.0 in metadata - No changes to functionality or documentation content
v1.0.3
- Updated skill version information in documentation metadata. - Moved version from root key to metadata block and set to 0.19.0. - Removed redundant version line from the top-level section. - No functional or command changes; documentation cleanup only.
v1.0.2
- Minor update to SKILL.md formatting for consistency (YAML list style adjusted) - No API or functionality changes - No new features or breaking changes introduced
v1.0.1
- Expanded and clarified descriptions for several API methods, especially in the customEmojis and spaces resources. - Updated documentation links for better guidance and context. - Added more detail to parameters and some method behaviors (e.g. displayName update handling). - Made helper resource information more explicit and specific.
v1.0.0
- Initial release of gws-chat v1.0.0. - Manage Google Chat spaces, messages, media, and custom emojis from CLI. - Includes helper command to send messages to spaces. - Supports operations for custom emojis, media (download/upload), spaces (create, delete, update, search, list), members, messages, space events, and user spaces. - Added detailed command documentation and usage instructions.
元数据
Slug gws-chat
版本 1.0.14
许可证 MIT-0
累计安装 13
当前安装数 13
历史版本数 15
常见问题

Gws Chat 是什么?

Google Chat: Manage Chat spaces and messages. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 624 次。

如何安装 Gws Chat?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-chat」即可一键安装,无需额外配置。

Gws Chat 是免费的吗?

是的,Gws Chat 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gws Chat 支持哪些平台?

Gws Chat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gws Chat?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.14。

💬 留言讨论