add-telegram
Add Telegram brings Telegram bot support to NanoClaw via the Chat SDK bridge. The skill handles adapter installation, registration, credential setup through BotFather, and a secure 4-digit pairing handshake to bind your chat. All steps are idempotent and safe to re-run.
Add Telegram integrates a Telegram bot adapter into NanoClaw's Chat SDK with automated setup and pairing.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-27
Add Telegram integrates a Telegram bot adapter into NanoClaw's Chat SDK with automated setup and pairing. Add Telegram brings Telegram bot support to NanoClaw via the Chat SDK bridge. The skill handles adapter installation, registration, credential setup through BotFather, and a secure 4-digit pairing handshake to bind your chat. All steps are idempotent and safe to re-run.
Use it when
- Add Telegram's adapter installation integrates seamlessly with NanoClaw's Chat SDK.
- Add Telegram handles channel setup by accepting your bot token from BotFather and automating the pairing handshake.
Verify before relying
Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.
Similar skills
Install
nanocoai/nanoclaw/add-telegram · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I add telegram bot integration to NanoClaw?
Add Telegram brings Telegram bot support to NanoClaw via the Chat SDK bridge. Start by obtaining a bot token from BotFather on Telegram, then install the adapter using the NanoClaw configuration. The skill handles credential setup and registration automatically, making integration straightforward and repeatable.
What is the telegram adapter installation process?
Add Telegram's adapter installation integrates seamlessly with NanoClaw's Chat SDK. After obtaining your bot token from BotFather, you configure the adapter with your credentials. The skill then manages registration and establishes a secure 4-digit pairing handshake to bind your chat channel, with all steps designed to be idempotent and safe to re-run.
How do I set up a Telegram channel with bot token and pairing?
Add Telegram handles channel setup by accepting your bot token from BotFather and automating the pairing handshake. The skill manages credential configuration and registration, binding your Telegram channel securely to NanoClaw. All operations are idempotent, so you can safely re-run setup steps without side effects.
Does Add Telegram support group chats and direct messages?
Add Telegram enables both Telegram group and direct message support within NanoClaw. The adapter bridges group conversations and DM interactions through the Chat SDK, allowing your agent to communicate across both channels seamlessly after the initial pairing handshake is complete.
What should I do if my Telegram bot token registration fails?
Add Telegram includes troubleshooting for bot token and registration issues. Verify your token is correct from BotFather, ensure your NanoClaw configuration is properly formatted, and re-run the setup—all steps are safe to repeat. If problems persist, check that your bot has the required permissions and that the pairing handshake completes successfully.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
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 channels branch and copy the Telegram adapter, its pairing and
markdown-sanitize helpers (with their tests), and the registration test into
place (overwrite — the branch is canonical):
```nc:copy
(truncated - see the full file via the links below)
File tree — 3 files
.claude/skills/add-telegram/REMOVE.md
.claude/skills/add-telegram/SKILL.md
.claude/skills/add-telegram/apply-fixtures.json
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Install and configure Telegram bot adapter for NanoClaw chat SDK”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill walks you through connecting a Telegram bot to your Vellum Assistant, handling token collection, webhook registration, and credential storage securely. It validates your bot credentials against Telegram's API and registers commands automatically.
Guardian Verify Setup guides you through proving ownership of a messaging channel—phone, Telegram, Slack, or email—by collecting your destination and initiating an outbound verification flow. The skill handles channel selection, destination collection (including Slack member ID lookup), and launches the verification session via the assistant's channel-verification-sessions CLI.
This guide walks through building a new harness package that bridges a coding-agent runtime to the AI SDK's HarnessV1 interface. It covers package structure, configuration, TypeScript setup, adapter implementation, and runtime-specific concerns like auth and tool schema translation.
Live Chat Commerce equips your storefront with real-time chat capabilities, letting agents view customer carts, share product recommendations, and handle purchase questions directly. The skill covers platform-specific setup for Shopify Inbox, Tidio, Gorgias, and LiveChat, plus guidance for building custom WebSocket-based chat systems when third-party tools fall short. Use it to reduce pre-purchase friction and measure chat-driven conversion gains.
add-rtk deploys rtk, a CLI proxy that compresses output from common development commands (git, cargo, pytest, docker, kubectl, and others), directly into Claude Code agent containers. The skill automates binary installation, container mounting, and hook configuration so every Bash call routes through rtk transparently, delivering 60–90% token savings without manual intervention.
This skill scaffolds a Stimulus controller for Sylius plugins, creating the JS file and syncing declarations across package.json and controllers.json. It handles both admin and shop contexts with configurable lazy or eager loading modes.
More skills add-telegram (MIT) · add-discord (MIT) · add-telegram (MIT) · add-whatsapp (MIT) · add-telegram-swarm (MIT)