gws-chat-send

仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

简化向 Chat 空间发通知的流程,便于告警与自动化通知场景。

▸ 风险提示

需要 Chat 发送权限,可能被滥用于垃圾消息或信息泄露。

这个 Skill 做什么

向指定的 Google Chat 空间发送消息以便通知或集成机器人。

向指定的 Google Chat 空间发送消息,用于告警、工作通知或机器人主动推送信息。适合把部署、监控或自动化任务的通知直接送到团队群里。特点是通过指定 space 名称直接发消息,便于把外部事件接入 Google Chat。

▸ 展开 SKILL.md 英文原文

Google Chat: Send a message to a space.

办公文档Chat通知消息发送通用
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-chat-send/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-chat-send/SKILL.md"
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

```bash
gws chat +send --space <NAME> --text <TEXT>
```

## Flags

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

## Examples

```bash
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** c
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有