✈️
AutomationTypeScript

Telegram Channel

by sbusso

Telegram Channel is an Automation skill for Claude Code, published by sbusso in claudeclaw.

193 stars60 forkson sbusso/claudeclawAdded 2026/09/06Repository updated 2026/08/12
agentagentic-aiclaude-codeopenclaw
Install in seconds
Install Telegram Channel
Copy Telegram Channel into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sbusso/claudeclaw/tree/main/skills/add-telegram ~/.claude/skills/add-telegram

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sbusso/claudeclaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/add-telegram/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/add-telegram
Collection
One of 25 skills cataloged from this repository
Category
Automation2032 skills

What Telegram Channel does

Telegram Channel adds Telegram as a ClaudeClaw channel for sending notifications or receiving control messages. Use it when you want to replace WhatsApp or run both channels side by side.

Telegram Channel is cataloged under Automation on DirSkills. Telegram Channel comes from a repository tagged agent, agentic-ai, claude-code and openclaw.

Documentation

README

Add Telegram Channel

This skill adds Telegram support to ClaudeClaw, then walks through interactive setup.

Phase 1: Pre-flight

Check if already applied

Check if src/channels/telegram.ts exists. If it does, skip to Phase 3 (Setup). The code changes are already in place.

Ask the user

Use AskUserQuestion to collect configuration:

AskUserQuestion: Do you have a Telegram bot token, or do you need to create one?

If they have one, collect it now. If not, we'll create one in Phase 3.

Phase 2: Apply Code Changes

Ensure channel remote

git remote -v

If telegram is missing, add it:

git remote add telegram https://github.com/qwibitai/claudeclaw-telegram.git

Merge the skill branch

This is the opening of the README. Read the full README on GitHub.

Commands Telegram Channel provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /newbot
  • /mybots
  • /chatid
  • /add-telegram-swarm

Frequently asked about Telegram Channel

  • What else does sbusso publish alongside Telegram Channel?

    Telegram Channel is one of 25 skills that DirSkills catalogs from sbusso/claudeclaw, the repository it ships in. Its siblings there include Add Compact Command, Add Gmail and Add Reactions. Each one is a separate skill with its own page in this directory, installs the same way Telegram Channel does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does Telegram Channel compare to other Automation skills?

    Telegram Channel ranks #1829 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Telegram Channel against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

Telegram Channel is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills