add-gchat

Wire the Google Chat adapter from the channels branch into NanoCrew.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill add-gchat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-gchat
Source: https://github.com/CjLogic/nanocrew/tree/main/.codex/skills/add-gchat
Command: npx skills add https://github.com/CjLogic/nanocrew --skill add-gchat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates Google Chat channel support into NanoCrew by provisioning and wiring the Google Chat adapter from the channels branch into the agent runtime.

Core Features & Use Cases

  • Copies the adapter from the channels branch into trunk, wires the self-registration import, installs the adapter package, and builds the project to enable Google Chat channels.
  • Enables team collaboration via Google Chat spaces or direct messages with the agent, streamlining integration and management within existing workflows.
  • Example: A developer adds Google Chat to an agent cluster to respond to team conversations without manual wiring for each deployment.

Quick Start

Follow the described setup flow to copy the Google Chat adapter from the channels branch and wire it into your 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 Google Chat support to a NanoCrew agent?

To add Google Chat support, you provision the Google Chat adapter from the channels branch, wire the self-registration import into the agent runtime, install the adapter package, and rebuild the project.

What do I need to integrate Google Chat with an agent runtime?

Integrating Google Chat requires a build environment with pnpm and Node, access to the channels adapter, and proper Google Cloud project credentials to install dependencies and wire the adapter.

Can I use Google Chat spaces for bot conversations with an agent?

Yes, Google Chat channel support enables collaborative teams to interact with the agent via group spaces or direct messages across environments without manual wiring for each deployment.

What is the best way to wire a channel adapter into a NanoCrew build?

The best way to wire a channel adapter is to copy it from the channels branch into trunk, wire the self-registration import, install the package dependencies with pnpm, and run a rebuild.

Does adding a Google Chat adapter require manual configuration for each deployment?

No, adding the Google Chat adapter provisions and wires the channel into the agent runtime once, streamlining integration and management so developers do not need manual wiring for each deployment.

When do I need to rebuild the project after adding a channel adapter?

You need to rebuild the project after copying the adapter from the channels branch, wiring the self-registration import, and installing the adapter package dependencies with pnpm and Node.