google-chat-messages
Installation
Summary
Send Google Chat messages via webhook with text, rich cards, and threaded replies.
- Supports text messages with Google Chat formatting (
*bold*,_italic_,`code`,<url|text>links), rich card messages (cardsV2) with headers, sections, and widgets, and threaded conversations using threadKey - Includes five widget types: text paragraphs, decorated text (label + value with icons), button lists, images, and dividers; reference documentation for all widget types and available icons
- Provides
webhook-sender.tsutility for posting to webhooks andcard-builder.tshelper for constructing structured cards - Threading requires appending
&messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREADto webhook URL for replies; use consistent threadKey strings for related messages
SKILL.md
Google Chat Messages
Send messages to Google Chat spaces via incoming webhooks. Produces text messages, rich cards (cardsV2), and threaded replies.
What You Produce
- Text messages with Google Chat formatting
- Rich card messages (cardsV2) with headers, sections, widgets
- Threaded conversations
- Reusable webhook sender utility
Workflow
Step 1: Get Webhook URL
In Google Chat:
- Open a Space > click space name > Manage webhooks
- Create webhook (name it, optionally add avatar URL)
- Copy the webhook URL
Related skills
More from jezweb/claude-skills
tailwind-v4-shadcn
|
2.7Ktanstack-query
|
2.5Kshadcn-ui
Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with semantic tokens, and common UI recipes (forms, data tables, navigation, modals). Use after tailwind-theme-builder has set up the theme infrastructure, when adding components, building forms, creating data tables, or setting up navigation.
2.5Ktailwind-theme-builder
>
2.2Kfastapi
|
2.0Kcolor-palette
>
1.9K