add-gchat

Integrate Google Chat into NanoClaw using the Chat SDK and adapter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill makes it easy to add a Google Chat channel by integrating the Chat SDK into NanoClaw, enabling bot conversations inside Google Chat spaces or direct messages.

Core Features & Use Cases

  • Import and enable the Google Chat adapter by wiring it into the agent runtime.
  • Provide credentials securely and adjust the environment to connect Google Chat.
  • Use case: deploy a Google Chat bot that can respond to team conversations and private messages.

Quick Start

Install and enable the Google Chat channel using the provided adapter and credentials to start messaging the agent.

Frequently Asked Questions about add-gchat

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

FAQPage Schema
How do I add a Google Chat channel to a NanoClaw agent?

To add a Google Chat channel to NanoClaw, you modify imports, install the chat adapter package, configure credentials, and build the project to wire the Chat SDK into the agent runtime.

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

Configuring Google Chat credentials requires securely providing authentication details and adjusting the environment to connect the Chat SDK adapter to your Google Chat spaces and direct messages.

Does the Google Chat adapter support direct messages and team spaces?

Yes, the Google Chat adapter supports both direct messages and team spaces, enabling the NanoClaw agent to respond to private conversations and group chats inside Google Chat.

What is the best way to integrate a chat bot into Google Chat?

The best way to integrate a chat bot into Google Chat is using the Chat SDK adapter, which wires the agent runtime directly into Google Chat spaces for secure messaging.

Why is my Google Chat bot integration not working after setup?

Google Chat bot integration may fail if credentials are not provided securely, environment variables are misconfigured, or the project is not rebuilt after modifying imports to install the chat adapter.

Can I use the Chat SDK to wire a NanoClaw agent into Google Chat runtime?

Yes, you can use the Chat SDK to wire a NanoClaw agent into the Google Chat runtime by installing the chat adapter package, configuring credentials, and completing the project build.