Skip to content
BeClaude

telegram-richtext

New
GitHub TrendingGeneralby ganiyevuz

Agent skill: send Telegram rich messages (Bot API 10.1) from aiogram bots — tables, inline media, headings, lists, quotes, math, maps. Install via 'npx skills add' or Claude Code plugins.

Summary

1, supporting tables, inline media, headings, lists, quotes, math, and maps.

  • It is designed for aiogram bots and helps developers automate notifications, reports, and interactive content directly to Telegram.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/telegram-richtext.md

3
Invoke with @agent-name
@telegram-richtext

Use Cases

Send a formatted table of database query results to a Telegram group for monitoring.
Post a daily summary report with headings, bullet points, and inline images to a Telegram channel.
Notify a team about deployment status with a rich message containing code snippets and math formulas.
Share a location map with a pin and description via Telegram for logistics coordination.
Send a quote or citation with proper formatting in a Telegram chat for team discussions.
Create an interactive poll or list with inline buttons using Telegram rich text features.

Usage Examples

1

/telegram-richtext Send a table to my group: | Name | Score | | Alice | 95 | | Bob | 87 |

2

/telegram-richtext Post a heading 'Deployment Complete' with a bullet list of changes and an inline image of the dashboard.

3

/telegram-richtext Send a math formula E=mc^2 and a quote 'Innovation distinguishes between a leader and a follower.' to channel @updates.

View source on GitHub
apiagentplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is telegram-richtext?

This skill enables Claude Code to send rich Telegram messages using the Bot API 10.1, supporting tables, inline media, headings, lists, quotes, math, and maps. It is designed for aiogram bots and helps developers automate notifications, reports, and interactive content directly to Telegram.

How to install telegram-richtext?

To install telegram-richtext: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/telegram-richtext.md. Finally, @telegram-richtext in Claude Code.

What is telegram-richtext best for?

telegram-richtext is a agent categorized under General. It is designed for: api, agent, plugin. Created by ganiyevuz.

What can I use telegram-richtext for?

telegram-richtext is useful for: Send a formatted table of database query results to a Telegram group for monitoring.; Post a daily summary report with headings, bullet points, and inline images to a Telegram channel.; Notify a team about deployment status with a rich message containing code snippets and math formulas.; Share a location map with a pin and description via Telegram for logistics coordination.; Send a quote or citation with proper formatting in a Telegram chat for team discussions.; Create an interactive poll or list with inline buttons using Telegram rich text features..