add-webex

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

适合在使用 Webex 的企业环境中部署代理。

▸ 风险提示

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

这个 Skill 做什么

为 NanoClaw 添加 Cisco Webex 通道,允许代理在 Webex 中通信。

把 Cisco Webex 通道接入现有代理系统,让代理能在 Webex 里收发消息和互动。用在需要把机器人/代理铺到企业协作平台、对接企业会议和消息流时。实现上通过 Chat SDK 桥接、复制已有 adapter,并用可重复执行的指令步骤来保证变更可重放和可回滚。

▸ 展开 SKILL.md 英文原文

Add Webex channel integration via Chat SDK.

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

Adds Cisco Webex support via the Chat SDK bridge. NanoClaw doesn't ship channels
in trunk — this skill copies the Webex 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 Webex adapter and its registration test
into `src/channels/` (overwrite — the branch is canonical):

`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有