google-chat-api

Develop Google Chat bots and webhook integrations with Cloudflare Workers and Cards v2.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the creation of interactive Google Chat bots and efficient webhook handlers, enabling seamless integration with Google's communication platform.

Core Features & Use Cases

  • Interactive Bots: Develop bots that respond to user messages and button clicks using Cards v2.
  • Webhook Handlers: Set up endpoints to receive notifications and data from external services.
  • API Integration: Leverage Spaces, Members, and Reactions APIs for advanced chat management.
  • Use Case: Create a bot that allows users to submit support tickets directly within Google Chat, with the bot validating input and creating a new ticket in your system.

Quick Start

Deploy the provided Cloudflare Worker template to handle incoming Google Chat messages and events.

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?

You build a Google Chat bot with Cloudflare Workers by deploying a provided Worker template that processes incoming chat events and messages, using Cards v2 to render interactive elements and handle user form submissions.

What do I need to set up webhook integrations for Google Chat?

Setting up Google Chat webhook integrations requires a Cloudflare Workers environment to host endpoint handlers and a Google Cloud project to configure the API, enabling your endpoint to receive notifications and data from external services.

Can I manage Google Chat spaces and members through an API integration?

Yes, you can manage Google Chat spaces and members by leveraging the Spaces, Members, and Reactions APIs within your Cloudflare Worker, facilitating advanced chat management and interactive user experiences programmatically.

Does this Google Chat bot integration support interactive forms and button clicks?

Yes, the Google Chat bot integration supports interactive user experiences via Cards v2, enabling your bot to process button clicks, handle form submissions, and validate input directly within the Google Chat interface.

What is the best way to handle external service notifications in Google Chat?

The best way to handle external service notifications in Google Chat is by setting up webhook handlers using Cloudflare Workers, creating endpoints that efficiently receive and process data from outside services into your chat spaces.