agentsclimarketplace

Telegram bot workflow

Skill gaelic-ghost/socket/plugins/messaging-collaboration-skills/skills/telegram-bot-workflow

Plan, build, and validate Telegram Bot API integrations, webhooks or polling, inline interactions, and Mini Apps.From its SKILL.md

Install
npx -y skills add gaelic-ghost/socket --skill telegram-bot-workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 223 tokens by cl100k_base, as published. Nobody here has run it

Telegram Bot Workflow

Workflow

  1. Choose Bot API interaction, inline mode, group behavior, or Mini App. Use MTProto/TDLib only when building a Telegram client rather than a bot.
  2. Register through BotFather and keep the token in the selected secret store; never commit it.
  3. Decide between webhook delivery and polling based on the deployed runtime, public endpoint, and local-development needs. Do not run both against the same update stream.
  4. Account for the initiation boundary: bots cannot begin a private chat before a user starts one or adds the bot to a group.
  5. Use update IDs for idempotency, acknowledge callback queries promptly, and design keyboards or Mini App actions with authorization and expiry checks.
  6. Test private chat, group privacy mode, callback handling, duplicate updates, bot restart, and command discovery.

Handoffs

Use Telegram's Bot API and Bots introduction as primary sources. Hand HTTP service work to the chosen server stack skill.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.