What problem does it solve? NanoClaw does not ship channel integrations in its trunk, so connecting a Google Chat space requires manually copying the adapter from the channels branch, registering it, installing the package, and wiring up Google Cloud credentials. This Skill automates that entire idempotent setup flow. ## Core Features & Use Cases - Adapter Installation: Fetches gchat.ts and its registration test from the channels git branch and appends the self-registration import to the channel barrel. - Dependency & Build Validation: Installs the pinned @chat-adapter/gchat package, runs the build, and executes the registration integration test to confirm the channel is registered. - Credential Configuration: Guides creation of a Google Cloud service account, enabling the Google Chat API, and setting the GCHAT_CREDENTIALS environment variable synced to the container. - Use Case: A team wants their NanoClaw agent to respond in a Google Chat space; this Skill installs the adapter, validates the registration, and walks through webhook and credential setup. ## Quick Start Ask the assistant to add the Google Chat channel to NanoClaw and it will copy the adapter, install the pinned package, run the registration test, and guide you through Google Cloud credential setup.