plosson avatar

agentio-telegram

Use when sending messages to Telegram channels. Requires agentio CLI with a configured Telegram bot

提供方 plosson|开源

Telegram via agentio

Auto-generated from agentio skill telegram. Do not edit by hand.

agentio telegram send [message]

Send a message to the channel

Options:

  • --profile <name>: Profile name (optional if only one profile exists)
  • --parse-mode <mode>: Message format: html or markdown
  • --silent: Send without notification
Examples:

  # plain-text message to the channel
  agentio telegram send "Deploy completed"

  # body from stdin (good for piping)
  echo "Build green" | agentio telegram send

  # HTML formatting
  agentio telegram send "<b>Alert</b>: disk 90% full" --parse-mode html

  # silent notification (no device ping)
  agentio telegram send "Nightly job done" --silent