telegram-smart-launcher

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "telegram-smart-launcher" with this command: npx skills add dendyadinirwana/tg-smart-cta

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.
  2. 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.
  3. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Clawpet

Virtual pet game (Tamagotchi-style) with Telegram Mini App, social visits, friendship, playdates, mortality. When user asks for /pet or virtual pet, reply wi...

Registry SourceRecently Updated
450Profile unavailable
General

Morning Brief · 每日AI早报

每日AI早报。抓取多路信源(HuggingFace Blog、人人都是产品经理、blogwatcher订阅、36氪/知乎/Reddit/Twitter工具网关),LLM智能筛选最有价值的10条,推送到Telegram。内置OpenRouter榜单快照。使用场景:每天定时生成个性化AI资讯早报,过滤低信噪比内容,突...

Registry SourceRecently Updated
1020Profile unavailable
General

Topic Selection Expert

选题专家:全网热点监控 → 筛选打分 → 初步三要素 → 写入飞书选题库 → 推送Telegram。Use when user asks to 启动选题专家 / 获取选题推荐 / 查看热点 / 帮我选题。

Registry SourceRecently Updated
3490Profile unavailable
General

Digen Ai Free

DigenAI image and video generation for OpenClaw. Supports image-to-video and text-to-image. Video generation via api.cowork.digen.ai with Bearer token. Trigg...

Registry SourceRecently Updated
1291Profile unavailable