add-gchat

Integrate a Google Chat SDK adapter into NanoClaw for agent messaging.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill add-gchat-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-gchat
Source: https://github.com/Bartunek/nanoclaw/tree/main/.claude/skills/add-gchat
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill add-gchat-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates Google Chat channel support into NanoClaw by adding a prebuilt Chat SDK adapter from a channels branch, enabling teams to communicate with agents through Google Chat.

Core Features & Use Cases

  • Fetch and wire the Google Chat adapter into the channel registry.
  • Install and pin the adapter package, then build and validate the integration.
  • Credential setup and webhook configuration to enable secure message delivery in Google Chat spaces.

Quick Start

Fetch and install the Google Chat adapter, wire it into the channel registry, configure credentials, and activate the channel for an agent group.

Frequently Asked Questions about add-gchat

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

FAQPage Schema
How do I add Google Chat as a channel in NanoClaw?

To add Google Chat as a channel in NanoClaw, fetch the prebuilt Chat SDK adapter, wire it into the channel registry, install the adapter package, and configure credentials. You then build and validate the integration to enable messaging.

Can I use a prebuilt adapter for Google Chat spaces integration?

Yes, you can use a prebuilt Chat SDK adapter to enable real-time agent interactions within Google Chat spaces. The adapter is fetched from a channels branch and wired directly into the NanoClaw channel registry.

What credentials do I need to configure for a Google Chat channel?

Configuring the Google Chat channel requires setting up specific credentials and webhook configurations. These environment variables must be configured to ensure secure message delivery between NanoClaw agents and Google Chat spaces.

How do I validate a Google Chat adapter installation?

To validate a Google Chat adapter installation, you must install and pin the adapter package, configure the required environment variables, and then execute a build process. Validation confirms the channel is active for an agent group.

Does NanoClaw support real-time agent interactions in Google Chat?

Yes, NanoClaw supports real-time agent interactions within Google Chat spaces by integrating a Chat SDK adapter. This applies to teams wanting to communicate with agents directly through Google Chat.

What is the best way to wire a Chat SDK adapter into a channel registry?

The best way to wire a Chat SDK adapter into a channel registry is to fetch the prebuilt adapter from a channels branch, import it, configure the necessary credentials, and build the integration to activate the channel for an agent group.