delexw/claude-code-misc

telegram-bot

Interact with Telegram — read messages from your channel and send messages back. Use this skill whenever the user mentions Telegram, wants to check messages, send to a channel, reply via Telegram, or any Telegram bot interaction — even if they just say "check Telegram", "send to channel", or "message Telegram".

First seen Apr 7, 2026

Installation

$ npx skills add delexw/claude-code-misc --skill telegram-bot

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from delexw/claude-code-misc · top by installs.

npx skills add delexw/claude-code-misc

Browse all from delexw/claude-code-misc

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 902 B
  • docs SUMMARY.md 336 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

Telegram Bot

Two scripts for Telegram bot interaction:

1. Fetch latest channel message

Reads the most recent post from your Telegram channel.

python3 <skill-dir>/scripts/fetch_dm.py

Requires: TELEGRAMBOTTOKEN, TELEGRAMCHANNELID

2. Send message to channel

Posts a message to your Telegram channel.

python3 <skill-dir>/scripts/send_channel.py "Your message here"

Supports HTML formatting (<b>, <i>, <code>, <a href="...">).

Requires: TELEGRAMBOTTOKEN, TELEGRAMCHANNELID