Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.
When responding to a user on Telegram, always consider if providing quick-action buttons would improve efficiency.
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. 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. The "Free Text" Fallback: Always include an option for free text input (e.g., "β¨οΈ Manual Input") to ensure the user feels in control.
Use the message tool with the buttons parameter. The buttons array is an array of arrays (rows) of button objects [{text, callback_data}].
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" } ] ] })
See references/time_logic.md for detailed time-based button presets.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.