google-chat
Installation
SKILL.md
Google Chat Messaging
Send messages to Google Chat using two methods:
- Webhooks - Fast, pre-configured channels (messages appear as a bot)
- 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"