Overview
- Skill Key
- dandysuper/telegram-colored-choices-buttons
- Author
- dandysuper
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dandysuper/telegram-colored-choices-buttons
- Latest Commit SHA
- 54a4d6b33dd71e4f39462182150e7d220afd5cdc
Openclaw AI Bot — Colored Choice Buttons Skill
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Telegram Colored Choices Buttons 技能。 若已安装,则直接安装 Telegram Colored Choices Buttons 技能。
# Openclaw AI Bot — Colored Choice Buttons Skill
## Purpose
Every time the bot presents choices to the user, it MUST automatically color each button based on how critical, irreversible, or different the choices are. The bot never sends plain/unstyled choice buttons — color is always applied.
## Core Rule
**Whenever the bot sends 2+ choices to a user, classify each choice and assign a `style` automatically. This is not optional.**
---
## Telegram Bot API — Button Styles
Two fields on `InlineKeyboardButton` and `KeyboardButton`:
- **`style`** (String, Optional) — Button color:
- *(omit)* — Default accent/blue. **The recommended / safe / primary action.**
- `"destructive"` — Red. **Irreversible, dangerous, or high-stakes actions.**
- `"secondary"` — Gray/muted. **Low-priority, dismiss, skip, or neutral actions.**
- **`icon_custom_emoji_id`** (String, Optional) — Custom emoji icon on the button.
---
## Automatic Classification Rules
When the bot builds a set of choice buttons, it MUST classify every choice into one of three tiers before sending:
### Tier 1 — Default (accent/blue): The recommended path
Apply when the choice is:
- The safest or most common action
- A positive confirmation ("Yes", "Continue", "Accept", "Start")
- The action the bot would recommend
- Moving forward in a flow
**Do:** omit the `style` field (or set to `null`).
### Tier 2 — Destructive (red): High-stakes or irreversible
Apply when the choice:
- Deletes, removes, or permanently changes something
- Cancels an in-progress operation that loses work
- Blocks, bans, or restricts a user
- Rejects, declines, or refuses something important
- Spends money, tokens, or credits
- Cannot be undone easily
**Do:** set `"style": "destructive"`.
### Tier 3 — Secondary (gray): Low-priority or escape hatch
Apply when the choice:
- Skips, dismisses, or postpones ("Maybe later", "Not now")
- Is a neutral fallback ("Back", "Cancel" when nothing is lost)
- Shows more info without committing ("Det...
laborany
基于 Claude Code 的桌面 AI 工作力平台 — 支持飞书/QQ 远程调度、技能创建、定时任务。OpenClaw 的桌面实现,零代码养好你的 AI 🦞 Desktop AI workforce platform built on Claude Code. Feishu/QQ bot integration, skill creation, scheduled tasks — OpenClaw for your desktop. Raise your AI lobsters 🦞
win4r
Reusable OpenClaw skill for remote Linux deployment with MiniMax M2.1 and Telegram bot setup
botlearn-ai
Bots learn, human earns, curated open claw playbook list and skill list for life long learners at https://botlearn.ai
duanecilliers
Web-based admin dashboard for OpenClaw — manage Discord persona bots, workspace files, skills, cron jobs, channels, and config
abczsl520
OpenClaw skill: Dynamic bug audit for Node.js web projects (games, data tools, WeChat, APIs, bots). 200+ real-world pitfalls.
pardnchiu
A Go agentic AI platform with skill routing, multi-provider intelligent dispatch, Discord bot integration, and security-first shared agent design