telegram-token-manager

Validate Telegram bot tokens and manage chat ID setup for project integrations.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill telegram-token-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-token-manager
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/communication/telegram-token-manager
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill telegram-token-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the friction of setting up Telegram bot credentials for projects by guiding token creation, validation, chat ID discovery, and safe environment-based configuration.

Core Features & Use Cases

  • Token Validation: Verifies whether a Telegram bot token is valid and returns bot details for confirmation.
  • Chat ID Discovery: Collects chat IDs from bot updates so messages can be routed correctly.
  • Project Setup Support: Creates or updates .env files with the required Telegram variables for application integration.
  • Mercury Integration: Reads Telegram settings from Mercury configuration and tests or inspects them directly.
  • Use Case: A developer can use this Skill to onboard a new Telegram notification bot for an app, confirm the token works, find the target chat, and store the credentials in the project environment.

Quick Start

Ask the Skill to help you set up a Telegram bot token for your project and store the validated token and chat ID in your environment file.

Frequently Asked Questions about telegram-token-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a Telegram bot token for my project?

You validate a Telegram bot token by sending an HTTP request to the Telegram API endpoints, which verifies the token and returns bot details for confirmation. This ensures your credentials are active before integrating them into your application.

How do I find the chat ID for a Telegram bot to route notifications?

To find the chat ID for routing Telegram bot notifications, the Skill collects chat IDs from bot updates retrieved via the Telegram API. This allows your application to correctly target and route messages to the intended conversation.

Can I set up Telegram bot tokens and chat IDs directly in an .env file?

Yes, you can set up Telegram bot tokens and chat IDs directly in an .env file. The Skill handles local .env file preparation by creating or updating the environment file with the required Telegram variables for your application integration.

Does this Telegram bot token setup process work with Mercury configuration?

Yes, the Telegram bot token setup works with Mercury configuration by reading Telegram settings directly from Mercury. The Skill tests and inspects these settings to streamline your bot onboarding and environment setup workflow.

What prerequisites do I need for Telegram bot token validation and chat discovery?

Prerequisites for Telegram bot token validation and chat discovery include Python with the requests and pyyaml dependencies, plus HTTP access to Telegram API endpoints. Local .env handling capability is also required for environment file preparation.

Why is my Telegram bot token not working during environment setup?

If your Telegram bot token is not working during environment setup, it may be due to network restrictions blocking HTTP access to Telegram API endpoints, an invalid token, or incorrect local .env file formatting. The Skill verifies tokens to help isolate the issue.