telegram
Integracao completa com Telegram Bot API. Setup com BotFather, mensagens, webhooks, inline keyboards, grupos, canais. Boilerplates Node.js e Python.
npx skills add sickn33/agentic-awesome-skills --skill telegram --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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:**
- Overview
- When to Use This Skill
- Do Not Use This Skill When
- How It Works
- Decision Tree
- Setup Com Botfather
- Variaveis De Ambiente
- Node.Js/Typescript
- Python
- Sem Biblioteca (Http Puro)
- Tipos De Mensagem
- Html (Recomendado)
- Markdownv2 (Escapar Caracteres Especiais: [ ] ( ) ~ > # + - = | { } . !)
- Node.Js Equivalente
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" \
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.