From agentio
Use when sending messages to Telegram channels. Requires agentio CLI with a configured Telegram bot profile.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentio:agentio-telegramThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `agentio telegram` commands to send messages to Telegram channels. Multiple profiles can be configured - the default profile is used unless you specify `--profile <name>`.
Use agentio telegram commands to send messages to Telegram channels. Multiple profiles can be configured - the default profile is used unless you specify --profile <name>.
agentio telegram send <message> [options]
Or pipe via stdin:
echo "Message content" | agentio telegram send
Options:
--profile <name>: Use specific profile--parse-mode <mode>: Message format - html or markdown--silent: Send without notificationSimple message:
agentio telegram send "Hello from agentio"
HTML formatted:
agentio telegram send "<b>Bold</b> and <i>italic</i>" --parse-mode html
Markdown formatted:
agentio telegram send "*Bold* and _italic_" --parse-mode markdown
Silent notification:
agentio telegram send "Update completed" --silent
npx claudepluginhub plosson/agentio --plugin agentioCompose rich, scannable Telegram messages with HTML formatting via direct API. Supports bold, italic, underline, spoilers, expandable blockquotes, and user mentions by ID. Default for substantive Telegram messages.
Publish to your Telegram channel/group via a bot using the official Telegram Bot API — send text or photo posts, edit and delete messages, and verify the bot's access to a chat.
Sends messages, files, and alerts via the Telegram bot API; reads replies; and runs approval flows with inline buttons. Useful for notifications, CI alerts, cron job updates, or asking for user approval.