Agent Skills
› moazbuilds/claudeclaw
› telegram-react
telegram-react
GitHub定义Telegram回复中的表情反应指令语法,允许在文本中嵌入[react:<emoji>]元数据,运行时移除标签并应用为消息反应。
Trigger Scenarios
telegram react
reaction directive
add [react]
emoji reaction
react tag
telegram reply format
Install
npx skills add moazbuilds/claudeclaw --skill telegram-react -g -y
SKILL.md
Frontmatter
{
"name": "telegram-react",
"description": "Add Telegram reaction directives in assistant replies. Use when the user asks for Telegram reaction tags, react directives, emoji reactions, or wants reply text to include [react:<emoji>] metadata. Trigger phrases include \"telegram react\", \"reaction directive\", \"add [react]\", \"emoji reaction\", \"react tag\", and \"telegram reply format\"."
}
Telegram Reaction Directive
When replying for Telegram, you can include a reaction directive anywhere in the output:
- Syntax:
[react:<emoji>] - Example:
Nice work [react:🔥]
Runtime behavior:
- The bot removes all
[react:...]tags from the outgoing text. - It applies the first valid directive as a Telegram reaction to the user's message.
- The remaining text is sent normally.
Version History
- 8a99c36 Current 2026-07-24 21:03


