telegram-bot-builder
Build Telegram Bots with Guided Architecture
Telegram bot projects need clear architecture, interaction design, and reliable API patterns. This skill guides Claude, Codex, and Claude Code through bot setup, keyboards, payments, limits, and launch planning.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "telegram-bot-builder" from https://skillstore.io/skills/sickn33-telegram-bot-builder.md and its manifest at https://skillstore.io/api/skills/sickn33-telegram-bot-builder/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "telegram-bot-builder". Create a Telegram bot plan for appointment reminders.
Expected outcome:
- Recommended commands include start, help, add reminder, list reminders, and settings.
- The onboarding flow should collect timezone, reminder preference, and notification consent.
- Use inline buttons for reminder confirmation, snooze choices, and cancellation.
Using "telegram-bot-builder". Design a paid premium flow for a language learning bot.
Expected outcome:
- Offer a free tier with daily practice limits and a premium tier with unlimited sessions.
- Use Telegram Payments for upgrades and confirm activation after successful payment.
- Show upgrade prompts only when the user reaches a clear feature limit.
Using "telegram-bot-builder". Review my bot for common launch risks.
Expected outcome:
- Move slow tasks out of message handlers so Telegram responses stay fast.
- Add global error handling and friendly fallback messages.
- Add notification controls to reduce spam reports and user blocks.
Security Audit
SafeAll static findings were false positives caused by Markdown code fences, JavaScript template literals, standard environment-variable examples, and table text. No prompt injection, malware intent, secret exfiltration, or host reconnaissance evidence was found in SKILL.md.
Risk Factors
โ๏ธ External commands (25)
๐ Env variables (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-telegram-bot-builder/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-telegram-bot-builder?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-telegram-bot-builder?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-telegram-bot-builder/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-telegram-bot-builder.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). telegram-bot-builder security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-telegram-bot-builder/audits/5BibTeX citation
@techreport{sickn33-sickn33-telegram-bot-builder-2026,
author = {sickn33},
title = {telegram-bot-builder security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-telegram-bot-builder/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "telegram-bot-builder security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-telegram-bot-builder/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-telegram-bot-builder:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prototype a Support Bot
Plan commands, menus, and onboarding for a customer support bot before implementation.
Design Paid Bot Features
Compare freemium, subscription, and per-use models for a Telegram bot business.
Standardize Bot Structure
Create a maintainable project layout with handlers, services, middleware, and keyboards.
Try These Prompts
Use telegram-bot-builder to plan a Telegram bot for [audience]. Include core commands, onboarding, and one simple interaction flow.
Use telegram-bot-builder to design inline keyboard flows for [bot goal]. Include menu labels, callback actions, and pagination needs.
Use telegram-bot-builder to design a paid plan for [bot idea]. Compare pricing models, payment flow, usage limits, and upgrade prompts.
Use telegram-bot-builder to review my planned Telegram bot architecture. Check reliability, error handling, rate limits, onboarding, and scaling risks.
Best Practices
- Store bot tokens and payment credentials in environment variables.
- Acknowledge user actions quickly and move long work to background jobs.
- Add global error handling, rate limits, and clear notification controls.
Avoid
- Sending frequent unsolicited messages to users.
- Blocking Telegram webhook or polling handlers with slow work.
- Using complex inline keyboards without clear navigation or recovery paths.
Frequently Asked Questions
Does this skill create a complete bot automatically?
Which Telegram libraries does it cover?
Can it help with Telegram Payments?
Can I use it with Claude, Codex, and Claude Code?
Does it include deployment or hosting setup?
How should bot secrets be handled?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/telegram-bot-builderRef
9f814fc6a43fd99946f2da5e0df231c65a38bc76
Maintenance freshness
7/18/2026
Usage
10 downloads ยท 93 views
File structure
๐ SKILL.md