add-teams

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

适合企业用户将代理接入 Microsoft Teams。

▸ 风险提示

需 Teams 凭证并拷贝外部适配器代码。

这个 Skill 做什么

为 NanoClaw 添加 Microsoft Teams 通道,实现与 Teams 的交互。

为 NanoClaw 增加 Microsoft Teams 通道,支持在团队频道、群聊和私信里与用户进行互动。适合把代理嵌入企业 Teams 工作流、通知或自动化助手场景。实现通过 Chat SDK 桥接,并从 channels 分支复制 Teams 适配器以完成接入。

▸ 展开 SKILL.md 英文原文

Add Microsoft Teams channel integration via Chat SDK.

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

Adds Microsoft Teams support via the Chat SDK bridge — interactive chat in team
channels, group chats, and direct messages. NanoClaw doesn't ship channels in
trunk — this skill copies the Teams 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.

Teams has no "paste a token" shortcut — a bot has to exist in Microsoft's cloud
before it can receive a message. The Mic
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有