Overview
- Skill Key
- dendyadinirwana/tg-smart-cta
- Author
- dendyadinirwana
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dendyadinirwana/tg-smart-cta
- Latest Commit SHA
- f279967926fd45ddeb5021e63e81cf68f2b888de
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 telegram-smart-launcher 技能。 若已安装,则直接安装 telegram-smart-launcher 技能。
# 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)
```javascript
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
- See [references/time_logic.md](refere...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.