Compétences telegram-bot-builder
🤖

telegram-bot-builder

Sûr

Créez des bots Telegram prêts pour la production

Créez des bots Telegram que les utilisateurs adorent avec une architecture appropriée, des claviers interactifs et des stratégies de monétisation. Des gestionnaires de commandes simples aux assistants complexes alimentés par l'IA.

Prend en charge: Claude Codex Code(CC)
🥉 75 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "telegram-bot-builder". Create a bot that helps users track their daily habits

Résultat attendu:

Un bot Telegram avec une commande /start affichant un menu à clavier en ligne des habitudes à suivre. Les utilisateurs peuvent cliquer sur les boutons pour marquer les habitudes comme terminées. Le bot stocke les progrès et affiche un résumé quotidien avec la commande /stats. Inclut un niveau premium pour des analyses avancées.

Utilisation de "telegram-bot-builder". Build a bot that sends weather updates

Résultat attendu:

Bot avec une commande /weather acceptant le nom de la ville. Utilise un clavier en ligne pour que l'utilisateur enregistre ses lieux favoris. Envoie des mises à jour météo programmées quotidiennement. Les utilisateurs premium reçoivent des alertes horaires et des avertissements météo sévères.

Audit de sécurité

Sûr
v1 • 2/25/2026

All 41 static findings are false positives. The external_commands detections are markdown code fences (```), not shell execution. Environment variable references (process.env.BOT_TOKEN, process.env.PAYMENT_TOKEN) are legitimate Telegram bot configuration patterns. The skill contains only instructional content about building Telegram bots with no malicious code or data exfiltration.

1
Fichiers analysés
259
Lignes analysées
0
résultats
1
Total des audits
Aucun problème de sécurité trouvé

Motifs détectés

Markdown Code Fences MisidentifiedEnvironment Variable References - Legitimate Configuration
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
50
Communauté
100
Sécurité
100
Conformité aux spécifications

Ce que vous pouvez construire

Bot de support client

Créez un bot qui gère les demandes courantes des clients, achemine les problèmes complexes vers des humains et fournit des réponses automatisées 24h/24 et 7j/7

Bot d'abonnement au contenu

Créez un bot de livraison de contenu payant avec un modèle freemium, paiements d'abonnement via Telegram et livraison quotidienne de contenu

Automatisation des flux de travail d'équipe

Concevez des bots qui s'intègrent aux outils internes, envoient des notifications et permettent aux membres de l'équipe de déclencher des actions via des commandes

Essayez ces prompts

Configuration de base du bot
Create a basic Telegram bot using Telegraf that responds to /start and /help commands. Show how to set up the bot with environment variables for the token.
Menu à clavier en ligne
Build an interactive menu using inline keyboards with multiple options. Include callback handlers that respond when users click each button.
Intégration des paiements
Implement Telegram Payments in a bot. Create a premium subscription flow where users can purchase access using the built-in payment system.
Architecture de production
Design a production-ready bot structure with middleware for logging and auth, separate command handlers, and graceful shutdown handling.

Bonnes pratiques

  • Use environment variables for all secrets and tokens, never hardcode them
  • Implement graceful shutdown to properly stop the bot and avoid leaving users with hanging requests
  • Use typing indicators and acknowledge user actions immediately before processing long tasks

Éviter

  • Blocking the main thread with long-running operations instead of processing in background
  • Not handling errors - leaving users with no response when something fails
  • Sending too many messages or notifications that cause users to block the bot

Foire aux questions

Quels langages de programmation puis-je utiliser pour créer des bots Telegram ?
You can build Telegram bots with many languages. Popular options include JavaScript/TypeScript with Telegraf or grammY, Python with python-telegram-bot or aiogram. The skill covers Node.js and Python examples.
Comment obtenir un jeton API de Bot Telegram ?
Start a chat with @BotFather on Telegram. Use the /newbot command to create a new bot. BotFather will give you an API token. Keep this token secret.
Puis-je accepter des paiements dans mon bot Telegram ?
Yes, Telegram has built-in payment processing. You can use Telegram Payments to accept credit cards. You need to set up a provider token from a payment provider like Stripe.
Que sont les webhooks et dois-je les utiliser ?
Webhooks are a way for Telegram to send updates to your server instead of your bot constantly polling for new messages. Use webhooks for production bots for better performance. Use polling for development.
Comment faire répondre mon bot plus rapidement ?
Send an immediate response or typing indicator first, then process the request in the background. This prevents users from thinking the bot has frozen during long operations.
Cette compétence peut-elle m'aider à intégrer l'IA dans mon bot ?
The skill provides bot architecture and Telegram API guidance. You can combine it with other skills like ai-wrapper-product to add AI capabilities to your bot's responses.

Détails du développeur

Structure de fichiers

📄 SKILL.md