← 返回
沟通协作 中文

Telegram CTA Button

Enhance Telegram replies with context-aware dynamic CTA buttons (Smart Launcher UI). Use when replying to users on Telegram to provide relevant, time-sensitive, and task-oriented options for better interaction.
通过情境感知的动态CTA按钮(Smart Launcher UI)提升Telegram回复,提供相关、时效、任务导向的选项以优化互动。
dendyadinirwana
沟通协作 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 3
Stars
📥 2,609
下载
💾 107
安装
1
版本
#latest#telegram

概述

Telegram Smart Launcher (Smart Launcher UI)

This skill enables the agent to provide an interactive and efficient user experience on Telegram by appending context-aware CTA (Call to Action) buttons to replies.

Usage Guidelines

When responding to a user on Telegram, always consider if providing quick-action buttons would improve efficiency.

Button Selection Logic

  1. Time of Day Awareness:
    • Morning (07:00 - 10:00): Focus on daily briefings, commute status, and agenda checks.
    • Work Hours (10:00 - 16:00): Focus on task progress, deep research, and project-specific actions.
    • Wrap-up (16:00 - 18:00): Focus on daily recaps, route home status, and tomorrow's preparation.
    • Night (20:00 - 23:00): Focus on reflection, mood checks, and planning for the next day.
  1. Context Awareness:
    • If the user is working on administrative or planning tasks, offer buttons for document drafting or data lookup.
    • If the user is working on creative or design tasks, offer buttons for tool links or asset management.
    • If a task just finished, offer "Next Steps" or "Recap" buttons.
  1. The "Free Text" Fallback:
    • Always include an option for free text input (e.g., "⌨️ Manual Input") to ensure the user feels in control.

Implementation Pattern

Use the message tool with the buttons parameter. The buttons array is an array of arrays (rows) of button objects [{text, callback_data}].

Example (Wrap-up Phase)

message({
  action: "send",
  target: "USER_ID",
  message: "I've prepared the daily report for you.",
  buttons: [
    [
      { text: "📝 Daily Recap", callback_data: "/update" },
      { text: "🏠 Route Home", callback_data: "Check route home" }
    ],
    [
      { text: "⏭️ Tomorrow's Agenda", callback_data: "What is the agenda for tomorrow?" },
      { text: "⌨️ Manual Input", callback_data: "keyboard_manual" }
    ]
  ]
})

References

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 14:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,599
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,689
communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,746