Agent skill · Backend & API

telegram

Integracao completa com Telegram Bot API. Setup com BotFather, mensagens, webhooks, inline keyboards, grupos, canais. Boilerplates Node.js e Python.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill telegram --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 20
SKILL.md size: 16 KB
Bundled scripts: yes
Declared author: renat
Path: skills/telegram/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Telegram Bot API - Integracao Profissional ## Overview Integracao completa com Telegram Bot API. Setup com BotFather, mensagens, webhooks, inline keyboards, grupos, canais. Boilerplates Node.js e Python. ## When to Use This Skill - When the user mentions "telegram" or related topics - When the user mentions "bot telegram" or related topics - When the user mentions "telegram bot" or related topics - When the user mentions "api telegram" or related topics - When the user mentions "chatbot telegram" or related topics - When the user mentions "mensagem telegram" or related topics ## Do Not Use This Skill When - The task is unrelated to telegram - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works Skill para implementar bots profissionais no Telegram usando a Bot API oficial. Suporta Node.js/TypeScript e Python. ### Overview A Telegram Bot API permite criar bots que interagem com usuarios via mensagens, comandos, inline keyboards, pagamentos e muito mais. Bots sao criados pelo @BotFather e autenticados via token unico. **Base URL:** `https://api.telegram.org/bot<TOKEN>/METHOD_NAME` **Metodos HTTP:**

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Decision Tree
  6. Setup Com Botfather
  7. Variaveis De Ambiente
  8. Node.Js/Typescript
  9. Python
  10. Sem Biblioteca (Http Puro)
  11. Tipos De Mensagem
  12. Html (Recomendado)
  13. Markdownv2 (Escapar Caracteres Especiais: [ ] ( ) ~ > # + - = | { } . !)
  14. Node.Js Equivalente
Ships with 19 files
  • assets/boilerplate/nodejs/.env.example
  • assets/boilerplate/nodejs/package.json
  • assets/boilerplate/nodejs/src/bot-client.ts
  • assets/boilerplate/nodejs/src/handlers.ts
  • assets/boilerplate/nodejs/src/index.ts
  • assets/boilerplate/nodejs/tsconfig.json
  • assets/boilerplate/python/.env.example
  • assets/boilerplate/python/bot.py
  • assets/boilerplate/python/requirements.txt
  • assets/boilerplate/python/webhook_server.py
  • assets/examples/inline-keyboard.json
  • assets/examples/webhook-payloads.json
  • references/advanced-features.md
  • references/api-reference.md
  • references/chat-management.md
  • references/webhook-setup.md
  • scripts/send_message.py
  • scripts/setup_project.py
  • scripts/test_bot.py
Commands it runs
python scripts/setup_project.py --language nodejs --path ./meu-bot-telegram
python scripts/setup_project.py --language python --path ./meu-bot-telegram
python scripts/test_bot.py --token "SEU_TOKEN"
python scripts/send_message.py --token "SEU_TOKEN" --chat-id "CHAT_ID" --text "Hello!"
curl -X POST "https://api.telegram.org/bot$TOKEN/setMyCommands" \
More from agentic-awesome-skills
All skills →
About this skill
What does the telegram skill do?

Integracao completa com Telegram Bot API. Setup com BotFather, mensagens, webhooks, inline keyboards, grupos, canais. Boilerplates Node.js e Python.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill telegram --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going