ci: externalize more channel plugins

This commit is contained in:
Peter Steinberger
2026-05-02 07:52:13 +01:00
parent ebb45a8a28
commit d111676bcb
14 changed files with 293 additions and 50 deletions

View File

@@ -5,7 +5,21 @@ read_when:
title: "Google Chat"
---
Status: ready for DMs + spaces via Google Chat API webhooks (HTTP only).
Status: downloadable plugin for DMs + spaces via Google Chat API webhooks (HTTP only).
## Install
Install Google Chat before configuring the channel:
```bash
openclaw plugins install @openclaw/googlechat
```
Local checkout (when running from a git repo):
```bash
openclaw plugins install ./path/to/local/googlechat-plugin
```
## Quick setup (beginner)