telegram-openapi-skill

Manage Telegram Bot API messaging and updates via polling or webhooks.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill telegram-openapi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-openapi-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/telegram-openapi-skill
Command: npx skills add https://github.com/holon-run/uxc --skill telegram-openapi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies interacting with the Telegram Bot API, allowing you to manage your bots, send messages, and handle updates programmatically without needing to write complex API request logic.

Core Features & Use Cases

  • Bot Identity & Chat Management: Retrieve bot information and details about chats.
  • Messaging: Send text, photos, documents, and media groups.
  • Update Handling: Manage incoming updates via polling (getUpdates) or webhook configuration.
  • Use Case: Automatically send a daily status update to a specific Telegram channel or respond to user messages with bot-generated content.

Quick Start

Use the telegram-openapi-skill to send a message to CHAT_ID with the text "Hello from UXC".

Frequently Asked Questions about telegram-openapi-skill

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

FAQPage Schema
How do I send messages through a Telegram bot using an API?

To send messages through a Telegram bot, you can use this Skill to programmatically operate the Telegram Bot API. It enables sending text, photos, documents, and media groups to specified chat IDs without writing complex request logic.

What is the difference between polling and webhooks for Telegram bot updates?

Polling and webhooks are two mechanisms for handling Telegram bot updates. This Skill supports managing incoming updates via getUpdates polling or by configuring a webhook, allowing reliable automation based on your preferred delivery method.

Do I need a bot token to manage Telegram bot identity and chats?

Yes, you need a bot token to manage Telegram bot identity and chats. This Skill requires bot token authentication via a specific path prefix to retrieve bot information and chat details securely.

Can I automate sending daily status updates to a Telegram channel?

You can automate sending daily status updates to a Telegram channel by using this Skill. It handles bot messaging programmatically, allowing you to schedule and deliver automated text or media content to your audience.

What's the best way to structure API requests for Telegram bot automation?

The best way to structure API requests for Telegram bot automation is using a curated OpenAPI schema. This Skill provides a structured schema to manage bot identity, messaging, and update delivery while adhering to reliable automation guardrails.