telegram_guide

Coordinate Telegram message, photo, and document sending to users.

1.4k|169|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/siddsachar/row-bot --skill telegram-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram_guide
Source: https://github.com/siddsachar/row-bot/tree/main/tool_guides/telegram_guide
Command: npx skills add https://github.com/siddsachar/row-bot --skill telegram-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram messaging guidance and tooling integration for automating user communications, media sharing, and document delivery through a Telegram bot.

Core Features & Use Cases

  • Telegram messaging: send_telegram_message, send_telegram_photo, send_telegram_document to a user.
  • Workspace-aware paths: file paths resolve relative to the workspace automatically.
  • Use Case: automate updates and asset delivery to Telegram users in customer support or notification workflows.

Quick Start

Send a message via Telegram to the user with an attached document.

Frequently Asked Questions about telegram_guide

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

FAQPage Schema
How do I automate sending Telegram messages and media through a bot?

To automate Telegram messaging, this Skill coordinates sending messages, photos, and documents to users in real-time. It safely calls the respective send_telegram_message, send_telegram_photo, and send_telegram_document functions when your bot is running.

Can I send documents to Telegram users using workspace-relative file paths?

Yes, you can send documents to Telegram users using workspace-relative file paths. The Skill features automatic path resolution, ensuring files are correctly located and delivered without requiring absolute path configurations.

What is the best way to push real-time updates to Telegram users in a notification workflow?

The best way to push real-time updates in notification workflows is using this Skill to call send_telegram_message. It safely handles the functional requirements of delivering immediate text updates to designated Telegram users.

Does this Telegram bot automation require a running bot environment to share photos?

Yes, sharing photos via send_telegram_photo requires a running Telegram bot environment. The Skill implements the functional requirements to safely execute media delivery only when the bot is active and ready to process requests.

Can I use this Telegram integration to deliver files in customer support workflows?

Yes, you can use this Telegram integration to deliver files in customer support workflows. The Skill automates document delivery and asset sharing, pushing necessary updates directly to users through the Telegram bot.

What are the limitations when automating Telegram document delivery with workspace paths?

The limitation is that file paths must resolve relative to the workspace automatically. The Skill safely handles document delivery by relying on this specific path resolution mechanism rather than arbitrary file system access.