telegram

Send Telegram messages to a chat using chatId and text.

9|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/flaz78/9Lives --skill telegram-flaz78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram
Source: https://github.com/flaz78/9Lives/tree/main/workspace/skills/telegram
Command: npx skills add https://github.com/flaz78/9Lives --skill telegram-flaz78

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The telegram Skill helps you reliably send and receive Telegram messages without manual copying and pasting, while allowing basic safety controls.

Core Features & Use Cases

  • Message sending: Send a text message to a specified Telegram chat using chatId and text.
  • Context-aware usage: Encourages only sending messages when there is sufficient context to avoid mistakes.
  • Approval guardrail: Supports a policy flag to request confirmation before sending when requireApproval is enabled.
  • Use Case: Set up an agent to notify you about task progress or send a daily briefing report to a group or personal chat.

Quick Start

Send a message to chatId "123456789" with text "Daily briefing ready."

Frequently Asked Questions about telegram

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

FAQPage Schema
How do I send Telegram messages through an automated agent workflow?

To send Telegram messages through an automated agent workflow, use this Skill to validate chatId and text inputs, then transmit the message directly to the specified chat. It supports chat-based orchestration and user notifications without manual copying.

Can I require approval before sending Telegram notifications from my agent?

Yes, you can require approval before sending Telegram notifications by enabling the policy.requireApproval flag. This guardrail prompts for confirmation to prevent unintended sends during automated chat-driven workflows.

What are the required inputs to send a Telegram chat message?

The required inputs to send a Telegram chat message are validated chatId and text fields. You must provide these specific values to ensure the agent workflow correctly targets the destination chat and delivers the intended message content.

What is the best way to automate daily briefing reports to a Telegram group?

The best way to automate daily briefing reports to a Telegram group is to configure an agent with this Skill to push text updates. It handles message delivery to your specified chatId, supporting progress updates and daily reports.

When should I use an approval guardrail for Telegram messaging?

You should use an approval guardrail for Telegram messaging when operating in private or self-hosted runtimes where preventing unintended sends is critical. Setting policy.requireApproval to true ensures human confirmation before message delivery.

Does this Telegram messaging Skill work for private and self-hosted agent runtimes?

Yes, this Telegram messaging Skill works for private and self-hosted agent runtimes. It is designed to operate across various runtime environments, enabling reliable message sending and receiving for chat-based workflows and alerts.