add-slack

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

适合需将代理接入团队沟通工具的项目。

▸ 风险提示

需提供 Slack 凭证并从仓库分支拷贝适配器代码。

这个 Skill 做什么

为 NanoClaw 添加 Slack 通道,使代理可在 Slack 中交互。

把 Slack 接入到系统里,让代理能在 Slack 里收发消息并交互。部署新渠道或把机器人放到 Slack 工作区时会用。它通过 Chat SDK 桥接,并用可重复应用的安装指令自动复制适配器,方便回滚和重复部署。

▸ 展开 SKILL.md 英文原文

Add Slack channel integration via Chat SDK.

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

Adds Slack support via the Chat SDK bridge. NanoClaw doesn't ship channels in
trunk — this skill copies the Slack 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, registration test, and formatting skill

Fetch the `channels` branch and copy the Slack adapter, its registration test,
and the formatting container skill into place (overwrit
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有