Use when sending messages to Telegram channels. Requires agentio CLI with a configured Telegram bot profile.
Sends messages to Telegram channels using the agentio CLI. Use when you need to deliver notifications, updates, or alerts to configured Telegram bots and channels.
/plugin marketplace add plosson/agentio/plugin install agentio@agentioThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.