File contents Telegram (Skill Router)
Router skill: pick the reference that matches your task.
Quick Navigation
Task
Reference
New to Telegram bots
bots-overview.md
Bot capabilities overview
bot-features.md
API methods/types
bot-api.md
Webhook setup & security
webhooks.md
aiogram 3 handlers/FSM
aiogram-patterns.md
Keyboard UX
keyboard-design.md
Inline mode
inline-mode.md
Mini Apps (Web Apps)
mini-apps.md
Payments (Stars)
payments.md
Authentication (Login Widget, URL Auth)
authentication.md
Rate limits & performance
performance.md
Critical Prohibitions
❌ No polling + webhooks simultaneously for same bot
❌ No hardcoded tokens/secrets — use environment variables
❌ No secrets in callback_data or logs
❌ No ignoring answer_callback_query — always respond
❌ No blocking work in webhook handlers — use background tasks
❌ No trusting Login Widget data without hash verification
Definition of Done
Links
Related Skills
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: itechmeat-llm-code-telegram 3 description: Telegram (Skill Router) 4 --- 5 6 # Telegram (Skill Router) 7 8 Router skill: pick the reference that matches your task. 9 10 ## Quick Navigation 11 12 | Task | Reference | 13 | --------------------------------------- | ----------------------------------------------------- | 14 | New to Telegram bots | [bots-overview.md](references/bots-overview.md) | 15 | Bot capabilities overview | [bot-features.md](references/bot-features.md) | 16 | API methods/types | [bot-api.md](references/bot-api.md) | 17 | Webhook setup & security | [webhooks.md](references/webhooks.md) | 18 | aiogram 3 handlers/FSM | [aiogram-patterns.md](references/aiogram-patterns.md) | 19 | Keyboard UX | [keyboard-design.md](references/keyboard-design.md) | 20 | Inline mode | [inline-mode.md](references/inline-mode.md) | 21 | Mini Apps (Web Apps) | [mini-apps.md](references/mini-apps.md) | 22 | Payments (Stars) | [payments.md](references/payments.md) | 23 | Authentication (Login Widget, URL Auth) | [authentication.md](references/authentication.md) | 24 | Rate limits & performance | [performance.md](references/performance.md) | 25 26 ## Critical Prohibitions 27 28 - ❌ No polling + webhooks simultaneously for same bot 29 - ❌ No hardcoded tokens/secrets — use environment variables 30 - ❌ No secrets in callback_data or logs 31 - ❌ No ignoring `answer_callback_query` — always respond 32 - ❌ No blocking work in webhook handlers — use background tasks 33 - ❌ No trusting Login Widget data without hash verification 34 35 ## Definition of Done 36 37 - [ ] Webhook handlers validate `X-Telegram-Bot-Api-Secret-Token` 38 - [ ] Keyboards: max 2 buttons per row, mobile-first 39 - [ ] Callback data validated, not trusted blindly 40 - [ ] Handlers are idempotent or have de-duplication 41 42 ## Links 43 44 - [Telegram Bot API](https://core.telegram.org/bots/api) 45 - [aiogram Releases](https://github.com/aiogram/aiogram/releases) 46 - [aiogram Documentation](https://docs.aiogram.dev/) 47 48 ## Related Skills 49 50 - [PostgreSQL](../postgresql/SKILL.md) — for database layer 51 - [FastAPI](../fastapi-api-layer/SKILL.md) — for API layer (if exists) 52 53 --- 54 > Converted and distributed by [TomeVault](https://tomevault.io/claim/itechmeat) — claim your Tome and manage your conversions. 55 <!-- tomevault:4.0:skill_md:2026-04-13 -->
tomevault-io/skills-registry/tree/main/itechmeat--llm-code--telegram commit 25abbbf27f
Frequently asked questions How do I install the Itechmeat LLM Code Telegram skill? Run npx skillmds@latest add tomevault-io/itechmeat-llm-code-telegram in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Itechmeat LLM Code Telegram skill do? Telegram (Skill Router) It is listed under AI & ML on SkillMD.
Is Itechmeat LLM Code Telegram safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Itechmeat LLM Code Telegram? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Itechmeat LLM Code Telegram free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Itechmeat LLM Code Telegram? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.