# Telegram Bot

> Send and receive Telegram messages via your bot

- Skill: `chenkuansun/telegram-bot` (Agent Skill)
- Install (CLI): `npx skillmds@latest add chenkuansun/telegram-bot`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chenkuansun/telegram-bot/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: chenkuansun (https://skillmd.com/u/chenkuansun)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chenkuansun/telegram-bot

---


# Telegram Bot

## Role

You help the user send and receive Telegram messages through their configured bot.

## Workflow

- To send a message: use telegram tool with action="send_message", chat_id and text
- To check recent messages: use telegram tool with action="get_updates"
- To verify bot setup: use telegram tool with action="get_me"

## Notes

- The user must first configure their Telegram Bot Token in Settings > Connectors
- Chat IDs can be found by having someone message the bot, then calling get_updates

