telegram-send

Send text, photos, voice messages, and documents to Telegram chat IDs via Bot API.

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill telegram-send-lidge-jun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-send
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/telegram-send
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill telegram-send-lidge-jun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of sending various types of content, including text, photos, voice messages, and documents, to Telegram chat IDs.

Core Features & Use Cases

  • Multi-type Content Delivery: Supports sending text, photos, voice, and documents.
  • Flexible Sending Methods: Prioritizes the Telegram Bot API for non-text content and offers a local endpoint as a fallback or for text status updates.
  • Use Case: After a critical system alert is triggered, use this Skill to send a notification with a screenshot of the error log to your operations team's Telegram channel.

Quick Start

Use the telegram-send skill to send the file '/tmp/report.pdf' as a document to your Telegram chat.

Frequently Asked Questions about telegram-send

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

FAQPage Schema
How do I send automated notifications and files to a Telegram chat?

This Skill uses the Bot API and a local endpoint to send automated notifications, text messages, photos, voice messages, and documents directly to specified Telegram chat IDs.

Do I need curl and jq installed to send messages via the Telegram Bot API?

Yes, you need curl and jq installed on your system, as this Skill relies on them for executing API interactions and retrieving token or chat ID settings from the local environment.

Can I send photos and documents to Telegram using a bot script?

Yes, you can send photos and documents to Telegram using a bot script, as this Skill prioritizes the Telegram Bot API for delivering various non-text file types alongside standard text messages.

What is the best way to trigger an automated Telegram notification for system alerts?

The best way to trigger automated Telegram notifications for system alerts is integrating this Skill into your workflow to send error logs or screenshots directly to your operations team's chat channel.

Does this Skill support sending text status updates without using the Bot API?

Yes, this Skill supports sending text status updates without solely relying on the Bot API by offering a local endpoint as a fallback for delivering standard text messages to chat environments.