From olaclaw
Adds [react:<emoji>] directives to replies for Telegram bots to apply emoji reactions to user messages while stripping tags from output text.
How this skill is triggered — by the user, by Claude, or both
Slash command
/olaclaw:telegram-reactThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When replying for Telegram, you can include a reaction directive anywhere in the output:
When replying for Telegram, you can include a reaction directive anywhere in the output:
[react:<emoji>]Nice work [react:🔥]Runtime behavior:
[react:...] tags from the outgoing text.npx claudepluginhub olamni-research/olaclaw --plugin olaclawAdds Telegram reaction directives (`[react:<emoji>]`) to assistant replies. The bot strips the tags and applies the first valid reaction.
Implements Telegram bots with full Bot API support: BotFather setup, messages, webhooks, inline keyboards, groups, channels. Node.js and Python boilerplates.
Provides CLI for Telegram Bot API using bot tokens: authenticate, send messages, read chats, get info, manage multi-bot setups. For CI/CD and server-side messaging automation.