← Back to Skills Marketplace
dandysuper

tg buttons

by Daniil Burykin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
602
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install telegram-colored-choices-buttons
Description
Automatically colors Telegram bot choice buttons as default, destructive (red), or secondary (gray) based on the action's criticality and reversibility.
Usage Guidance
This skill appears to do what it claims (auto-classify and color Telegram choice buttons), but the registry metadata incorrectly lists no required environment variables while the code expects a BOT_TOKEN (and optionally CHAT_ID). Before installing or running: 1) treat your BOT_TOKEN like a secret — don't paste it into public places; 2) inspect the scripts locally (they only scaffold files and call the Telegram API) and run them in a safe environment; 3) confirm that your Telegram Bot token has only the permissions you intend; 4) ask the publisher to correct the metadata to declare BOT_TOKEN/CHAT_ID so the requirements are transparent. If the metadata is fixed, this would likely be benign; the current mismatch is the reason for a "suspicious" rating.
Capability Analysis
Type: OpenClaw Skill Name: telegram-colored-choices-buttons Version: 1.0.0 This skill bundle is designed to automatically color Telegram choice buttons based on their criticality. All files, including the `SKILL.md` instructions for the AI agent, the Python code snippets, and the shell scripts, are aligned with this stated purpose. The Python code uses standard libraries (`re`, `requests`) to interact with the legitimate Telegram Bot API. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection intended to subvert the agent's core functions. The use of regex for classification is a core feature and does not present a clear malicious intent, nor does it pose a significant vulnerability beyond theoretical ReDoS, which is not indicative of malice.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md, and included scripts all focus on coloring Telegram buttons — this is coherent. However, the registry metadata says "Required env vars: none" and "Primary credential: none" even though the scripts and Python module require a BOT_TOKEN (and optionally CHAT_ID). That mismatch is unexpected and should be corrected.
Instruction Scope
SKILL.md and the included code only instruct the agent to classify button text and send requests to the Telegram Bot API. There are no instructions to read unrelated files, exfiltrate arbitrary data, or call services outside Telegram. The classifier is rule-based (regex) and example-driven; scope is limited to UI classification.
Install Mechanism
No install spec is provided (instruction-only), and included scripts simply scaffold local project files. There are no downloads from untrusted URLs or extracted archives. Running the provided setup script will write files into a directory you choose.
Credentials
The skill actually requires a Telegram BOT_TOKEN (and typically a CHAT_ID for testing) at runtime, but the registry metadata declares no required environment variables or primary credential. Requesting a bot token is proportionate for a Telegram integration, but the metadata omission is an incoherence that could mislead users about what secrets will be needed.
Persistence & Privilege
The skill is not marked always:true, does not request system-wide persistence, and does not attempt to modify other skills or global agent settings. It only scaffolds a small project and sends messages via the Bot API when run.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install telegram-colored-choices-buttons
  3. After installation, invoke the skill by name or use /telegram-colored-choices-buttons
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Colored Choice Buttons skill for Openclaw AI Bot. - Automatically classifies every choice button into primary (default/blue), destructive (red), or secondary (gray) styles based on action criticality. - Strictly enforces that all multi-choice button sets must be styled to reflect consequence and recommendation—no more plain buttons. - Includes a Python auto-classifier reference implementation based on keywords to assign the appropriate style per button. - Provides detailed examples and guidelines for button color assignment by context and consequence. - Supports optional custom emoji icons for enhanced button clarity.
Metadata
Slug telegram-colored-choices-buttons
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is tg buttons?

Automatically colors Telegram bot choice buttons as default, destructive (red), or secondary (gray) based on the action's criticality and reversibility. It is an AI Agent Skill for Claude Code / OpenClaw, with 602 downloads so far.

How do I install tg buttons?

Run "/install telegram-colored-choices-buttons" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is tg buttons free?

Yes, tg buttons is completely free (open-source). You can download, install and use it at no cost.

Which platforms does tg buttons support?

tg buttons is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tg buttons?

It is built and maintained by Daniil Burykin (@dandysuper); the current version is v1.0.0.

💬 Comments