Help us improve
Share bugs, ideas, or general feedback.
From claudeclaw-plus
Adds Telegram reaction directives (`[react:<emoji>]`) to assistant replies. The bot strips the tags and applies the first valid reaction.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudeclaw-plus: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:
Share bugs, ideas, or general feedback.
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 terryspov/claudeclaw-plus --plugin claudeclaw-plusAdds 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.