A solid integration for building Google Chat bots with Claude. It's production ready and covers the essentials: webhooks for simple bots, full API access for spaces, members, and reactions, plus proper token verification using Web Crypto. The docs suggest Cloudflare Workers as the deployment target, which makes sense for webhook handlers. It's been updated recently to include rate limit handling and uses Cards v2 (v1 is deprecated). With 317 installs and passing most security audits, it looks stable enough for real use. If you're automating workflows in Google Workspace or need a bot that responds to chat messages, this gets you there without fighting the API yourself.
npx skills add https://github.com/jezweb/claude-skills --skill google-chat-api