google-chat

Installation
SKILL.md

Google Chat Messaging

Send messages to Google Chat using two methods:

  1. Webhooks - Fast, pre-configured channels (messages appear as a bot)
  2. OAuth - Dynamic messaging to any space or user (requires authentication)

Quick Start

Method 1: Webhooks (Recommended for Known Channels)

Send to a pre-configured channel:

python3 scripts/send_webhook.py "$WEBHOOK_URL" "Your message here"
Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 5, 2026
google-chat — openclaw/skills