From agentio
Use when sending messages to Telegram channels. Requires agentio CLI with a configured Telegram bot profile.
npx claudepluginhub plosson/agentio --plugin agentioThis skill uses the workspace's default tool permissions.
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>`.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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