add-telegram

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

适合快速接入公共聊天机器人场景。

▸ 风险提示

需提供 Telegram Bot Token 并从分支导入代码。

这个 Skill 做什么

为 NanoClaw 添加 Telegram 机器人通道,支持消息交互。

在 NanoClaw 里把 Telegram 机器人接入,走 Chat SDK 的桥接方式,把 Telegram adapter、格式化和 pairing 的辅助代码及测试从 channels 分支搬过来。适合想把现有系统快速扩展到 Telegram 通道、支持消息交互和自动化回复的场景。特别之处是省去从头实现适配器的麻烦,只需把现成实现引入并保留主线的 pairing 步骤。

▸ 展开 SKILL.md 英文原文

Add Telegram channel integration via Chat SDK.

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

Adds Telegram bot support via the Chat SDK bridge. NanoClaw doesn't ship
channels in trunk — this skill copies the Telegram adapter, its
formatting/pairing helpers, and their tests in from the `channels` branch. The
`pair-telegram` setup step is maintained in trunk, so it is not copied here.

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, helpers, and tests

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