add-gchat

Configures Google Chat API access and installs the official @chat-adapter/gchat for NanoClaw.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-gchat-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-gchat
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/.claude/skills/add-gchat
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-gchat-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NanoClaw does not include native Google Chat channel support out of the box, requiring users to manually integrate the official chat adapter to connect their AI agents to Google Chat spaces for team or classroom communication.

Core Features & Use Cases

  • Official Adapter Integration: Fetches and configures the official NanoClaw Google Chat adapter directly from the project's channels branch, eliminating the need to build custom integration code.
  • Idempotent Setup Flow: Includes pre-flight checks to skip already completed steps, making the setup process safe to re-run if interrupted.
  • Use Case: An instructor running a NanoClaw classroom can use this skill to quickly connect their class agent to a Google Chat space, enabling students to ask questions, receive announcements, and get support directly in the chat platform they already use.

Quick Start

Use the add-gchat skill to integrate Google Chat support into your NanoClaw instance and connect your agent to your Google Chat workspace.

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 integration to a NanoClaw agent?

To add Google Chat integration to a NanoClaw agent, the skill fetches the official chat adapter, configures the Google Chat API, and sets up service account credentials for secure bot operation in classroom spaces.

Can I connect my classroom AI agent to Google Chat spaces for student Q&A?

Yes, you can connect a classroom AI agent to Google Chat spaces for student Q&A. This skill enables instructors to link NanoClaw agents to Google Chat, allowing students to ask questions, receive announcements, and get interactive support directly.

Do I need to set up Google Chat API credentials manually for NanoClaw?

You need to configure Google Chat API access and set up service account credentials, but the skill automates the adapter installation. It fetches the official @chat-adapter/gchat package directly, eliminating the need to build custom integration code.

What happens if the Google Chat channel setup process is interrupted?

If the Google Chat channel setup is interrupted, the idempotent setup flow includes pre-flight checks to skip already completed steps. This makes the configuration process safe to re-run without duplicating previous integration efforts.

Does NanoClaw support Google Chat natively out of the box?

NanoClaw does not support Google Chat natively out of the box, requiring users to manually integrate the chat adapter. This skill automates that process by fetching and configuring the official adapter from the project's channels branch.