add-gchat

仓库创建 2026年1月31日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

方便在 Chat 空间内直接与代理交互,适合企业聊天场景。

▸ 风险提示

需配置 Chat SDK 与凭据,可能接入企业数据。

这个 Skill 做什么

通过 Chat SDK 为代理添加 Google Chat 渠道集成。

把代理接入 Google Chat 的实用流程,借助 Chat SDK 把 Google Chat 的适配器拷贝到项目里,让你的代理能在 Google Chat 里对话和接收消息。常在需要把现有代理上线到企业 Google Chat、测试聊天渠道或搭建聊天桥时用到。操作步骤内含 nc: 指令围栏,方便代理或脚本按步骤自动且幂等地执行配置,便于复现与自动化部署。

▸ 展开 SKILL.md 英文原文

Add Google Chat channel integration via Chat SDK.

开发编程Google Chat渠道集成Chat SDKClaude Code
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-gchat/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-gchat/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Add Google Chat Channel

Adds Google Chat support via the Chat SDK bridge. NanoClaw doesn't ship channels
in trunk — this skill copies the Google Chat adapter in from the `channels`
branch.

The mechanical steps under **Apply** carry `nc:` directive fences: an agent
reads the prose and applies them, and a parser can apply them deterministically
from the same document. Every directive is idempotent, so the whole skill is
safe to re-run; anything a parser can't apply falls back to the prose beside it.

## Apply

### 1. Copy the adapter and its registration test

Fetch the `channels` branch and copy the Google Chat adapter and its
registration test into `src/channels/` (overwrite — the branch
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有