The Telegram Expert skill allows the toolkit to send results and notifications to Telegram channels or private users via a Telegram Bot.
- Instant Alerts: Sends markdown-formatted messages.
- File Sharing: Uploads
.jsonldfiles or other documents to a chat. - Bot Integration: Uses the Telegram Bot API for reliable delivery.
To use this skill, the following environment variables must be set:
| Variable | Description |
|---|---|
TELEGRAM_BOT_TOKEN |
The secret token from @BotFather |
TELEGRAM_CHAT_ID |
The ID of the target channel or user |
python3 .gemini/skills/telegram_expert/scripts/send_telegram.py "Task completed successfully!"python3 .gemini/skills/telegram_expert/scripts/send_telegram.py "New metadata file generated" "./data/croissant/example.jsonld"