google-chat-api

Develop Google Chat bots and webhooks on Cloudflare Workers.

54|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/dennislee928/Ethic-Latex --skill google-chat-api-dennislee928
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-chat-api
Source: https://github.com/dennislee928/Ethic-Latex/tree/main/.claude/skills/google-chat-api
Command: npx skills add https://github.com/dennislee928/Ethic-Latex --skill google-chat-api-dennislee928

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables the creation of sophisticated Google Chat bots and webhooks, streamlining communication and automating workflows directly within Google Chat.

Core Features & Use Cases

  • Interactive Bots: Develop bots that respond to user messages and button clicks using Cards v2.
  • Webhooks: Integrate external services to send notifications and updates to Chat spaces.
  • API Management: Programmatically manage Spaces, Members, and Reactions using dedicated APIs.
  • Use Case: Build a bot that allows users to submit support tickets via an interactive form, automatically creating a new ticket in your system and posting updates back to the Chat thread.

Quick Start

Deploy the provided Cloudflare Worker template to create an interactive Google Chat bot.

Frequently Asked Questions about google-chat-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Google Chat bot using Cloudflare Workers?

To build a Google Chat bot with Cloudflare Workers, deploy the provided template which handles webhook endpoints, bearer token verification, and direct API integration for routing messages and interactive responses.

How do I create interactive forms in Google Chat using Cards v2?

You create interactive forms in Google Chat using Cards v2 by defining card interfaces within your Cloudflare Workers bot, allowing users to submit data like support tickets through buttons and form inputs directly in the chat thread.

Can I manage Google Chat Spaces and Members programmatically via API?

You can programmatically manage Google Chat Spaces and Members using the dedicated API integration provided, allowing your Cloudflare Workers bot to administer space membership and metadata automatically.

How do I verify bearer tokens for Google Chat webhooks?

Verifying bearer tokens for Google Chat webhooks involves validating incoming request headers within your Cloudflare Workers script to ensure that the payloads originate from authorized Google Chat services.

How do I handle rate limits when sending notifications to Google Chat?

Handling rate limits for Google Chat notifications requires implementing rate limit management logic within your Cloudflare Workers code to control the frequency of outgoing API requests and prevent service throttling.

Does this Google Chat webhook integration support external service notifications?

This Google Chat webhook integration supports external service notifications by allowing external applications to trigger your Cloudflare Workers endpoint, formatting the payload, and posting automated updates directly to Chat spaces.