telegram-jorge

Send text messages, images, and documents to a Telegram chat via the Bot API.

Updated Feb 25, 2024
One-click install
npx skills add https://github.com/jorgeluis594/lorito-killer --skill telegram-jorge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-jorge
Source: https://github.com/jorgeluis594/lorito-killer/tree/main/.agents/skills/telegram-jorge
Command: npx skills add https://github.com/jorgeluis594/lorito-killer --skill telegram-jorge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to send messages, images, or documents to a specific Telegram contact (Jorge) directly through the bot interface, streamlining communication.

Core Features & Use Cases

  • Send Text Messages: Quickly send notifications or messages to Jorge.
  • Send Images: Share photos or visual information with Jorge.
  • Send Documents: Transmit files like PDFs or other documents.
  • Use Case: A user needs to quickly send a photo of a broken appliance to Jorge for repair assessment.

Quick Start

Use the telegram-jorge skill to send the message "The server is down!" to Jorge.

Frequently Asked Questions about telegram-jorge

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

FAQPage Schema
How do I send a Telegram message to a specific contact using a bot?

To send a Telegram message to a specific contact, you can use a bot configured with the Telegram Bot API by setting the bot token and chat ID as environment variables. This routes text messages directly to the intended chat securely.

Can I send images and documents through a Telegram bot API integration?

Yes, you can send images and documents through the Telegram bot API integration. This functionality supports transmitting various message types, including photos for visual information and files like PDFs for document sharing.

Do I need a bot token and chat ID to send Telegram notifications securely?

Yes, you need a bot token and chat ID configured as environment variables to send Telegram notifications securely. This setup ensures authenticated communication directly between your application and the target chat.

Does the Telegram Bot API support Markdown formatting for text messages?

Yes, the Telegram Bot API supports Markdown formatting for text messages. This allows you to structure your outbound notifications with rich text formatting while sending messages directly to a designated chat.

What is the best way to automate sending a photo to Telegram for repair assessment?

The best way to send a photo to Telegram for repair assessment is using a bot API integration that supports image payloads. Configure your bot token and target chat ID to transmit the visual data directly to the recipient.