What problem does it solve? NanoClaw does not ship channel integrations in its main branch, so connecting an agent to Google Chat requires manually fetching the adapter, registering it, installing the package, and configuring Google Cloud credentials. This Skill walks through that entire process with idempotent, re-runnable steps. ## Core Features & Use Cases - Adapter Installation: Copies the Google Chat adapter and its registration test from the channels branch and wires the self-registration import into the channel barrel. - Build Validation: Runs the TypeScript build and a registration integration test to confirm the adapter is installed and registered before going live. - Credential Setup: Guides creation of a Google Cloud service account, enabling the Google Chat API, configuring the webhook endpoint, and syncing GCHAT_CREDENTIALS into the container environment. - Use Case: A team wants their NanoClaw agent to respond in a Google Chat space. This Skill installs the adapter, validates the build, and configures the service account credentials so the agent can receive and reply to space messages. ## Quick Start Ask the assistant to add the Google Chat channel to NanoClaw and it will fetch the adapter, install the pinned package, validate the build, and walk you through Google Cloud credential setup.