Подключение Google Chat к проекту

★ 7.5 · integration

add-gchat is a Claude Code skill that integrates Google Chat (Spaces) as a messaging channel into a NanoClaw-based project using the Chat SDK adapter. The skill copies `gchat.ts` and `gchat-registration.test.ts` from the `channels` branch into `src/channels/`, appends a self-registration import to the channel barrel, and installs `@chat-adapter/gchat@4.29.0` at an exact pinned version per supply-chain policy. All steps are expressed as idempotent `nc:` directives, so an agent can apply them from prose or a parser can apply them deterministically from the same document. After running `pnpm run build` and the `gchat-registration.test.ts` integration test, manual Google Cloud setup is required: enabling the Chat API, configuring the webhook endpoint URL, and creating a service account with a JSON key. The skill is aimed at Google Workspace teams that want to connect an AI agent to Chat spaces or direct messages.