send-telegram

Send formatted text messages to Telegram via the Bot API.

9|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/SolomonikVik/svaib --skill send-telegram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-telegram
Source: https://github.com/SolomonikVik/svaib/tree/main/.claude/skills/send-telegram
Command: npx skills add https://github.com/SolomonikVik/svaib --skill send-telegram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

Send messages to Viktor's Telegram via Bot API from AI interactions.

Core Features & Use Cases

  • Dual sending modes: immediate delivery or preview-assisted confirmation before sending.
  • Leverages an existing send_telegram.sh script to format messages for Telegram and dispatch via the Bot API using token and chat ID from the environment.
  • Handles edge cases such as empty text, text length limits, and formatting adjustments to ensure Telegram-friendly rendering.
  • Use Case: Share meeting summaries, task updates, or alerts with Viktor without leaving the AI workspace.

Quick Start

Send the current summary or result to Viktor's Telegram using the configured Bot API.

Frequently Asked Questions about send-telegram

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

FAQPage Schema
How do I send messages to Telegram from an AI interaction?

You can send messages to Telegram by using a bash script that reads text from conversation context or ARGUMENTS, formats it for Telegram, and invokes the Bot API with your environment variables.

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

Yes, curl is required as a dependency to execute the underlying bash script that formats text and dispatches messages to the Telegram Bot API using your token and chat ID.

What is the best way to forward AI-generated meeting summaries to Telegram?

The best way to forward AI-generated meeting summaries to Telegram is using a context-aware Skill that reads conversation output, adjusts formatting for Telegram limits, and sends it via the Bot API.

Can I preview a message before sending it to Telegram?

Yes, the Skill supports dual sending modes, allowing you to choose between immediate delivery to Telegram or preview-assisted confirmation before dispatching the formatted text.

How does the Telegram Bot API handle long text limits when sending messages?

When sending messages via the Telegram Bot API, this Skill handles text length limits by applying formatting adjustments to ensure the rendered text remains Telegram-friendly.

Why are my Telegram Bot API messages failing to send from bash?

Telegram Bot API messages from bash fail when text is empty or environment variables like the bot token and chat ID are missing, which the Skill handles by checking edge cases before invoking the script.