telegram-setup

Connect a Telegram bot to the Vellum gateway and automate webhook registration.

1.0k|158|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/vellum-ai/vellum-assistant --skill telegram-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-setup
Source: https://github.com/vellum-ai/vellum-assistant/tree/main/skills/telegram-setup
Command: npx skills add https://github.com/vellum-ai/vellum-assistant --skill telegram-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect a Telegram bot to the Vellum Assistant gateway to automate webhook registration and credential storage, reducing manual setup and errors.

Core Features & Use Cases

  • Securely collect Telegram Bot Father token via credential_store and store as credentials.
  • Automatically resolve bot username via Telegram API and configure bot in gateway.
  • Register and manage webhooks for message delivery, including webhook_secret for secure callbacks.
  • Configure and test bot commands like /start and /help to streamline onboarding.
  • Guardian/verification integration to ensure bot connectivity and access control.

Quick Start

Start by securely providing your Telegram Bot Father token and follow the guided steps to configure the webhook, credentials, and connectivity verification.

Frequently Asked Questions about telegram-setup

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

FAQPage Schema
How do I connect a Telegram bot to a webhook gateway automatically?

You can connect a Telegram bot by securely storing the BotFather token, resolving the bot username via the Telegram API, and automatically registering the webhook through the gateway to enable bi-directional messaging.

How do I securely store Telegram BotFather tokens for webhook integration?

Securely store Telegram BotFather tokens by utilizing a credential_store mechanism to handle secrets. This ensures the token is managed as a secure credential and automatically passed for webhook registration and API username resolution without manual exposure.

What is needed to configure secure callbacks for a Telegram bot webhook?

Configuring secure callbacks for a Telegram bot webhook requires a webhook_secret. This secret is managed during the webhook registration process to validate incoming requests and ensure that callbacks to the gateway are secure and unauthorized access is prevented.

Can I set up and test Telegram bot commands like /start and /help through a gateway?

Yes, you can configure and test Telegram bot commands like /start and /help through the gateway. This streamlines user onboarding by allowing you to verify command handling and bi-directional messaging functionality during the initial setup phase.

Does Telegram webhook registration support both cloud and self-hosted deployments?

Telegram webhook registration supports both cloud and self-hosted deployments. The setup applies to configuring bots for real-time updates and command handling across different environments by routing messages through the gateway infrastructure.