add-discord

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

常见聊天渠道集成,方便在社区或服务器中部署智能机器人。

▸ 风险提示

需提供 Discord Bot Token 并配置权限,注意令牌与权限控制。

这个 Skill 做什么

为 NanoClaw 添加通过 Chat SDK 的 Discord 机器人频道支持。

把 Discord 机器人通道接入到现有的 Chat SDK 桥接里,让服务能通过 Discord 收发消息。适合给 NanoClaw 或类似项目增加 Discord 支持、把现有适配器复制过来部署。步骤是可重复的机械化操作,便于自动化迁移和回滚。

▸ 展开 SKILL.md 英文原文

Add Discord bot channel integration via Chat SDK.

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

Adds Discord bot support via the Chat SDK bridge. NanoClaw doesn't ship channels
in trunk — this skill copies the Discord 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 Discord adapter and its registration
test into `src/channels/` (overwrite — the branch is canonica
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有