google-chat-messaging

Manage Google Chat spaces, messages, and threaded conversations via the Google Chat API.

117|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ClawLink-HQ/clawlink --skill google-chat-messaging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-chat-messaging
Source: https://github.com/ClawLink-HQ/clawlink/tree/main/clawhub-skills/google-chat-messaging
Command: npx skills add https://github.com/ClawLink-HQ/clawlink --skill google-chat-messaging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clawlink-plugin, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies managing Google Chat spaces, messages, and conversations, eliminating the need for manual navigation and providing an efficient way to interact with Google Chat's features.

Core Features & Use Cases

  • Space Management: Create, list, and manage Google Chat spaces.
  • Message Handling: Send, read, and update messages in spaces.
  • Threaded Conversations: Work with threaded conversations for better organization.
  • Use Case: Use this Skill to automatically send updates to a Google Chat space, list all members, or read and respond to messages without leaving your AI agent.

Quick Start

Send a message to the Google Chat space with the command: "clawlink_call_tool --tool 'google_chat_create_message' --params '{"parent": "spaces/space-id", "text": "Hello team!"}'"

Frequently Asked Questions about google-chat-messaging

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

FAQPage Schema
How do I automate sending messages to a Google Chat space?

To automate sending Google Chat messages, you use the Skill's create message command with the Google Chat API. You provide the target space ID and text payload, then it dispatches the message automatically without manual navigation.

What is needed to manage Google Chat spaces and threaded conversations via API?

Managing Google Chat spaces requires OAuth authentication and the ClawLink plugin for hosted connection flows. These dependencies establish the necessary credentials to interact with the Google Chat API.

Can I list and manage memberships in Google Chat spaces using an AI agent?

Yes, you can list and manage memberships in Google Chat spaces using an AI agent. The Skill automates membership tasks via the Google Chat API, allowing you to retrieve and manage members without leaving your agent.

How do I read and respond to threaded conversations in Google Chat?

You read and respond to threaded conversations by using the message handling commands provided by the Skill. It interfaces with the Google Chat API to organize and update threaded conversations directly from your AI agent.

Does managing Google Chat messages require manual navigation?

No, managing Google Chat messages does not require manual navigation. The Skill interacts directly with the Google Chat API to automate space management, message handling, and membership tasks.

What are the limitations of using ClawLink for Google Chat space management?

The primary limitation is the strict dependency on OAuth authentication and the ClawLink plugin for hosted connection flows. Without these prerequisites, you cannot establish the credentials needed to access the Google Chat API.