google-chat-api

Create Google Chat bots and webhook handlers on Cloudflare Workers.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill google-chat-api-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-chat-api
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/google-chat-api
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill google-chat-api-brendadeeznuts1111

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill empowers you to build sophisticated Google Chat bots and handle incoming webhooks efficiently, automating communication and workflows within Google Chat.

Core Features & Use Cases

  • Interactive Bots: Create bots that respond to user messages and button clicks with rich Cards v2.
  • Webhook Handling: Set up secure endpoints to receive notifications from external services.
  • API Integration: Leverage Spaces, Members, and Reactions APIs for programmatic management.
  • Use Case: Build a bot that allows users to submit support tickets directly within a Google Chat space, with interactive forms and automated ticket creation in your backend system.

Quick Start

Deploy the provided Cloudflare Worker 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?

You can create interactive Google Chat bots by deploying a Cloudflare Worker that handles incoming webhooks and renders Cards v2 for rich user responses, enabling real-time automated communication.

Can I use Google Chat Cards v2 for interactive forms in a chatbot?

Yes, Google Chat Cards v2 support interactive forms and button clicks within your chatbot. This allows users to submit data like support tickets directly in a Chat space through interactive UI components.

What Google Chat APIs are available for managing Spaces, Members, and Reactions?

The Google Chat API provides endpoints for managing Spaces, Members, and Reactions programmatically. You can leverage these APIs within your Cloudflare Worker to automate space administration and user interactions.

Does Google Chat webhook handling require a specific environment like Cloudflare Workers?

Google Chat webhook handling requires an environment that can expose secure HTTP endpoints. Cloudflare Workers is used here to receive notifications and process events, adhering to Google Chat API specifications for card rendering.

What is the best way to automate real-time notifications in Google Chat?

The best way to automate real-time notifications in Google Chat is by setting up secure webhook endpoints via Cloudflare Workers. This allows external services to push notifications directly into your Chat spaces.